Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.63 KB

readme.md

File metadata and controls

59 lines (34 loc) · 1.63 KB

Lab VM Setup Guide

Create VM

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

create-labvm

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

Connect to VM

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:

download-rdp

Optional - Disable Login:

disable-login

Sign In & Remember:

connect-rdp

Credentials:

user=azlabadmin
pwd=Lab@dmin1234

sign-in.jpg

Accept Settings:

accept-settings

Install Software

To install Software run the script setup-az-400.ps1 from an elevated PowerShell prompt:

run-as

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!