Creating VMs in Azure
Creating/configuring the VM
Deleting the VM
- Our account has a limited number of VMs that can exist at a time, so it’s important that everyone deletes their VM as soon as they’re finished with it. The good news is, this is super easy, thanks to some of the setup choices we made above. All you need to do is:
- Navigate to portal.azure.com and sign in. Once logged in, open the hamburger menu, and select Resource Groups (if it isn’t already in your “recents” bar on the home page)
- In the list of resource groups, look for the resource group you created earlier. Open it
- Look along the top ribbon for an option called “Delete resource group” and click it
- Verify that every item in the “Dependent resources to be deleted” list has the name of your VM in it
- Assuming that is correct, enter the resource group name at the bottom (there is a handy “Copy to clipboard” button by the resource group name at the top of the delete panel), and click the red Delete button.
- As soon as you see the “Deleting resource group <your resource group name>” toast, you are safe to close your tab. All finished!