Clean Up
May 13, 2019 ยท View on GitHub
Skip this step if you are using a local dev environment.
To prevent your account from accruing additional charges, you should remove any resources that are no longer needed.
Remove the Azure Web App
- In Azure Cloud Shell, run the az webapp delete command
az webapp delete --name MyWebapp --resource-group MyResourceGroup - If you created a new resource group just for this workshop then delete it using the az group delete command
az group delete -n MyResourceGroup
Delete the Passwordless Workshop in Azure Cloud Shell
- If you created a cloud shell storage just for this workshop then you can delete it
- Open https://portal.azure.com
- Go to Resource groups
- Find the cloud-shell-storage resource group and select it
- Click Delete Resource Group and follow the instructions