Skip to content

Commit 3043732

Browse files
Merge pull request #250091 from omondiatieno/delete-app
Delete an app - portal updates
2 parents 2a8969c + 895a774 commit 3043732

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/active-directory/manage-apps/delete-application-portal.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ To delete an enterprise application, you need:
3737

3838
:::zone pivot="portal"
3939

40-
1. Sign in to the [Azure portal](https://portal.azure.com) and sign in using one of the roles listed in the prerequisites.
41-
1. In the left menu, select **Enterprise applications**. The **All applications** pane opens and displays a list of the applications in your Azure AD tenant. Search for and select the application that you want to delete. In this article, we use the **Azure AD SAML Toolkit 1** as an example.
40+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator).
41+
1. Browse to **Identity** > **Applications** > **Enterprise applications** > **All applications**.
42+
1. Enter the name of the existing application in the search box, and then select the application from the search results. In this article, we use the **Azure AD SAML Toolkit 1** as an example.
4243
1. In the **Manage** section of the left menu, select **Properties**.
4344
1. At the top of the **Properties** pane, select **Delete**, and then select **Yes** to confirm you want to delete the application from your Azure AD tenant.
4445

@@ -57,7 +58,7 @@ To delete an enterprise application, you need:
5758
Import-Module AzureAD
5859
```
5960
60-
1. Connect to Azure AD PowerShell:
61+
1. Connect to Azure AD PowerShell and sign in as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator):
6162
6263
```powershell
6364
Connect-AzureAD
@@ -77,7 +78,7 @@ To delete an enterprise application, you need:
7778

7879
:::zone pivot="ms-powershell"
7980

80-
1. Connect to Microsoft Graph PowerShell:
81+
1. Connect to Microsoft Graph PowerShell and sign in as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator):
8182

8283
```powershell
8384
Connect-MgGraph -Scopes 'Application.Read.All'
@@ -101,7 +102,8 @@ To delete an enterprise application, you need:
101102

102103
:::zone pivot="ms-graph"
103104

104-
Delete an enterprise application using [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer).
105+
To delete an enterprise application using [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer), you need to sign in as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator).
106+
105107
1. To get the list of service principals in your tenant, run the following query.
106108

107109
# [HTTP](#tab/http)

0 commit comments

Comments
 (0)