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, 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 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