Technical requirements
In order to follow along hands-on, 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, students 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. Alternatively, Cloud Shell may be considered: https://shell.azure.com.
- 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