FY18P20Labs
View the Project on GitHub
Open Source Workloads in Azure with Linux
Cleanup
Stop the running node process by pressing
ctrl+c
and then
enter
in your shell.
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.
Now lets delete the resource group we created and everything in it.
az group delete --name $RG --yes
Lab Navigation
Overview
Setup your environment
Create a Linux VM in Azure
Connect to a Linux VM in Azure
Install components to make our VM a Web Server
Cleanup
<– you are here
Back to Index