Azure Powershell Querying and Filtering the Data
- using Select to narrow down on what has to be displayed
Get-AzResourceGroup | select ResourceGroupName, Location
- Show all the Resource Group Names of Location east us
- Refer Here to understand the powershell statements used in the class
- Activities :
- Try to add firewall rule to the Sql Server
- Create a secondary database for failover
- Refer Here for the solution, validate if the solution is working for you (please change server names)
