FY18P20Labs

View the Project on GitHub

Open Source Workloads in Azure with Linux

Cleanup

  1. Stop the running node process by pressing ctrl+c and then enter in your shell.
  2. Log out of the VM, by typing exit at the prompt in the shell. You should now see the prompt switch back from the remote machine to your local machine.
  3. Now lets delete the resource group we created and everything in it.
az group delete --name $RG --yes

Lab Navigation

  1. Overview
  2. Setup your environment
  3. Create a Linux VM in Azure
  4. Connect to a Linux VM in Azure
  5. Install components to make our VM a Web Server
  6. Cleanup <– you are here

Back to Index