The different labs used for the AZ-900
certification.
- You must have the Custom PowerShell module installed
- You must also have Python3.8 installed
- Start the python virtual environment
PS> C:\Python38\python -m venv venv
PS> .\venv\Scripts\Activate.ps1
(venv) PS>
- Then look at each Lab's
README.md
for more details