Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 824 Bytes

File metadata and controls

27 lines (20 loc) · 824 Bytes
author cephalin
ms.author cephalin
ms.service azure-app-service
ms.topic include
ms.date 03/09/2023
ms.devlang azurecli
ms.custom azureday1

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 --id <client-id>