Technical requirements
To follow along with the hands-on material, you will need the following:
- Access to an Azure subscription with owner or contributor privileges. If you do not have access to one, you can enroll for a free account: https://azure.microsoft.com/en-us/free/.
- PowerShell 5.1 or later installed on a PC where labs can be practiced; note that many examples can only be followed from a PC.
- Installation of the AZ module, which can be performed by running the following in an administrative PowerShell session:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
You can also run the following:
Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force