Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 910 Bytes

tutorial-connect-app-app-clean.md

File metadata and controls

31 lines (24 loc) · 910 Bytes
services author manager ms.service ms.topic ms.date ms.author ms.reviewer ms.devlang ms.custom ms.subservice
storage, app-service-web
rwike77
CelesteDG
app-service
include
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>