We are using this image and vm size because it supports nested virtualization used for Hyper-V and WSL2 Support
Execute create-lab-vm.sh
or run the following remote script in Cloud Shell
curl https://raw.githubusercontent.com/ARambazamba/AZ-400/main/Setup/create-lab-vm.sh | bash
Note: In order for Docker to work on a Windows 10 host you need to install Hyper-V or use Windows Subsystem for Linux 2 (WSL2). A detailed Setup Guide can be found here
Go to Ressource Group az204-lab
and connect to VM using RDP and the credentials that you have used in the script:
Download RDP File:
Optional - Disable Login:
Sign In & Remember:
Credentials:
user=azlabadmin
pwd=Lab@dmin1234
Accept Settings:
To install Software run the script setup-az-400.ps1
from an elevated PowerShell prompt:
Set-ExecutionPolicy Bypass -Scope Process -Force;
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/arambazamba/az-400/main/Setup/setup-az-400.ps1'))
Note: This script will run for approx 20 min. No need to wait! In the meantime you can continue to fork and clone my repo as described in the next section.
Congratulations you have completed the base setup of a labs vm!