Cleaning up resources
In the Azure portal, delete the azuresec-c12-rg
resource group. This will remove all the Azure resources that we created for the exercises in this chapter.
In the Azure Cloud Shell, use the following command to delete the service principal that was created in this chapter:
az ad sp delete –id <APP_ID>
Replace <APP_ID>
with the appID
value that you noted in Step 4 of the first exercise in this chapter.