Technical requirements
The technical requirements before proceeding with this chapter are as follows:
- 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: https://azure.microsoft.com/en-in/free/.
- PowerShell 3.6.1 or later versions installed on a PC from which labs can be practiced. Note that many examples can only be followed from a PC. Alternatively, you can also use https://shell.azure.com.
- Installation of the AZ module can be performed by running the following code in an administrative PowerShell session:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force
- Download the following ZIP files and extract them somewhere easily accessible to you. If you have done this in previous labs, it is no longer required to perform this step. For assistance in downloading and extracting...