vdc/LabVM
abudja 5a1c0a8415 Removed reference to vnext in LABVMInstallHyperVURL (#158)
LABVMInstallHyperVURL had a reference to vnext causing the deployment to fail.
2019-12-02 08:40:01 -08:00
..
InstallLabVM.ps1 added back LabVM 2019-07-27 07:29:36 -07:00
README.md updated the azure deploy link to use the master branch instead of vNext which no longer exists (#147) 2019-10-08 17:56:36 -07:00
azure-deploy.json Removed reference to vnext in LABVMInstallHyperVURL (#158) 2019-12-02 08:40:01 -08:00

README.md

Azure Virtual Datacenter lab workstation

This one click deployment will build the toolkit development box in Azure. All of the dependencies required to use the toolkit are installed.

NOTE This can take 30 minutes to set up. Please be aware that if you login too early, the software won't be ready.

Software included on the VM

  1. Docker for Windows Community Edition
  2. Git for Windows (bash)
  3. Visual Studio Code with Extentions: Azure ARM Tools, Azure CLI, Python Linting, Docker, PowerShell

See the auzre-deploy.json file for credentials.

NOTE Storing credentials in source code is a very bad practice. You should change these credentials as soon as you log into the VM.

Starting Docker

  • Once the VM is deployed use the Azure portal to connect.
  • Double click the Docker for Windows shortcut on the desktop.
  • It will take a few minutes for Docker to start the first time.
  • You may need to sign out and sign back in for Docker to work.

Next steps

Checkout the quick start guide.