Technical requirements
To follow along with the hands-on material, you will need the following:
- Access to an Azure subscription with global administrator and billing administrator privileges. If you do not have access to one, you can enroll for a free account at https://azure.microsoft.com/en-us/free/.
- PowerShell 5.1 or later installed on a PC from which labs can be practiced. Note that many examples can only be followed from a PC.
- Installation of the Az module. This can be performed by running the following command in an administrative PowerShell session:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force
Now, let's understand how to manage resource groups.