Cleaning up Azure resources
Before leaving, make sure you clean up the ez_prod
resource group using the following command. There is no point in leaving the resources hanging around and incurring a large bill at the end of the month:
RESOURCEGROUPNAME="elz_prod" az group delete --name $RESOURCEGROUPNAME
This results in the following output:

Figure 11.26 – Confirmation screen while deleting a resource group