services | author | manager | ms.service | ms.topic | ms.workload | ms.date | ms.author | ms.reviewer | ms.devlang | ms.custom | ms.subservice |
---|---|---|---|---|---|---|---|---|---|---|---|
storage, app-service-web |
rwike77 |
CelesteDG |
app-service |
include |
identity |
03/09/2023 |
ryanwi |
stsoneff |
azurecli |
azureday1 |
web-apps |
In the preceding steps, you created Azure resources in a resource group.
-
Delete the resource group by running the following command in the Cloud Shell. This command may take a minute to run.
az group delete --name myAuthResourceGroup
-
Use the authentication apps' Client ID, you previously found and made note of in the
Enable authentication and authorization
sections for the backend and frontend apps. -
Delete app registrations for both frontend and backend apps.
# delete app - do this for both frontend and backend client ids az ad app delete <client-id>