Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 931 Bytes

tutorial-connect-app-app-clean.md

File metadata and controls

32 lines (25 loc) · 931 Bytes
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.

  1. 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
    
  2. 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.

  3. 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>