Technical requirements
The following are the technical requirements for this chapter:
- 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: https://azure.microsoft.com/en-in/free/.
- PowerShell 3.6.1 or later installed on a PC from where labs can be practiced (note that many examples can only be followed from a PC) or https://shell.azure.com.
- Installation of the AZ PowerShell module, which can be performed by running the following in an administrative PowerShell session:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force
Important Note
Even though the labs are on GitHub, no GitHub account is required to access the labs.
Downloading and extracting files for labs
Follow these steps to download and extract the required files:
- Navigate to the following...