Skip to content

Commit d07b055

Browse files
committed
hide app -update UI steps
1 parent 8f0ff9b commit d07b055

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

articles/active-directory/manage-apps/hide-application-from-user-portal.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ Learn how to hide enterprise applications in Azure Active Directory. When an app
2323

2424
## Prerequisites
2525

26-
- Application administrator privileges are required to hide an application from the My Apps portal and Microsoft 365 launcher.
26+
To hide an application from the My Apps portal and Microsoft 365 launcher, you need:
2727

28-
- Global administrator privileges are required to hide all Microsoft 365 applications.
28+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
29+
- One of the following roles: Global Administrator, Cloud Application Administrator, Application Administrator.
30+
- Global administrator is required to hide all Microsoft 365 applications.
2931

3032
## Hide an application from the end user
3133

3234
:::zone pivot="portal"
3335

3436
Use the following steps to hide an application from My Apps portal and Microsoft 365 application launcher.
3537

36-
1. Sign in to the [Azure portal](https://portal.azure.com) as the global administrator for your directory.
37-
1. Select **Azure Active Directory**.
38-
1. Select **Enterprise applications**.
39-
1. Under **Application Type**, select **Enterprise Applications**, if it isn't already selected.
38+
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).
39+
1. Browse to **Identity** > **Applications** > **Enterprise applications** > **All applications**.
4040
1. Search for the application you want to hide, and select the application.
4141
1. In the left navigation pane, select **Properties**.
4242
1. Select **No** for the **Visible to users?** question.
@@ -50,7 +50,7 @@ Use the following steps to hide an application from My Apps portal and Microsoft
5050
:::zone pivot="aad-powershell"
5151

5252

53-
To hide an application from the My Apps portal, you can manually add the HideApp tag to the service principal for the application. Run the following AzureAD PowerShell commands to set the application's **Visible to Users?** property to **No**.
53+
To hide an application from the My Apps portal, using Azure AD PowerShell, you need to connect to Azure AD PowerShell and sign in as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator). You can manually add the **HideApp** tag to the service principal for the application. Run the following AzureAD PowerShell commands to set the application's **Visible to Users?** property to **No**.
5454

5555
```PowerShell
5656
Connect-AzureAD
@@ -65,7 +65,7 @@ Set-AzureADServicePrincipal -ObjectId $objectId -Tags $tags
6565

6666
:::zone pivot="ms-powershell"
6767

68-
To hide an application from the My Apps portal, you can manually add the HideApp tag to the service principal for the application. Run the following Microsoft Graph PowerShell commands to set the application's **Visible to Users?** property to **No**.
68+
To hide an application from the My Apps portal, using Microsoft Graph PowerShell, you need to connect to Microsoft Graph PowerShell and sign in as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator). You can manually add the HideApp tag to the service principal for the application. Run the following Microsoft Graph PowerShell commands to set the application's **Visible to Users?** property to **No**.
6969

7070
```PowerShell
7171
Connect-MgGraph
@@ -79,7 +79,9 @@ Update-MgServicePrincipal -ServicePrincipalID $objectId -Tags $tags
7979

8080
:::zone pivot="ms-graph"
8181

82-
To hide an enterprise application using [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer), run the following queries.
82+
To hide 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).
83+
84+
Run the following queries.
8385

8486
1. Get the application you want to hide.
8587

@@ -115,9 +117,8 @@ To hide an enterprise application using [Graph Explorer](https://developer.micro
115117

116118
Use the following steps to hide all Microsoft 365 applications from the My Apps portal. The applications are still visible in the Office 365 portal.
117119

118-
1. Sign in to the [Azure portal](https://portal.azure.com) as a global administrator for your directory.
119-
1. Select **Azure Active Directory**.
120-
1. Select **Enterprise applications**.
120+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [global administrator](../roles/permissions-reference.md#global-administrator).
121+
1. Browse to **Identity** > **Applications** > **Enterprise applications**.
121122
1. Select **App launchers**.
122123
2. Select **Settings**.
123124
3. For **Users can only see Microsoft 365 apps in the Microsoft 365 portal**, select **Yes**.

0 commit comments

Comments
 (0)