Skip to content

Commit 6133377

Browse files
Merge pull request #250258 from omondiatieno/portal-configure
app properties- update UI steps
2 parents 54c6b04 + ed451f0 commit 6133377

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/active-directory/manage-apps/add-application-portal-configure.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ Application properties control how the application is represented and how the ap
3838

3939
To configure the application properties:
4040

41-
1. Sign in to the [Azure portal](https://portal.azure.com) and sign in using one of the roles listed in the prerequisites.
42-
1. Browse to **Azure Active Directory** > **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 use.
41+
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).
42+
1. Browse to **Identity** > **Applications** > **Enterprise applications** > **All applications**.
43+
1. Search for and select the application that you want to use.
4344
1. In the **Manage** section, select **Properties** to open the **Properties** pane for editing.
4445
1. On the **Properties** pane, you may want to configure the following properties for your application:
4546
- Logo
@@ -54,7 +55,7 @@ To configure the application properties:
5455

5556
Use the following Microsoft Graph PowerShell script to configure basic application properties.
5657

57-
You'll need to consent to the `Application.ReadWrite.All` permission.
58+
You'll need to to sign in as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator) and consent to the `Application.ReadWrite.All` permission.
5859

5960
```powershell
6061
@@ -89,7 +90,7 @@ Update-MgApplication -ApplicationId $applicationId -BodyParameter $params
8990

9091
:::zone pivot="ms-graph"
9192

92-
To configure the basic properties of an application, sign in to [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer) with one of the roles listed in the prerequisite section.
93+
To configure the basic properties of an application, sign in to [Graph Explorer](https://developer.microsoft.com/graph/graph-explorer) as at least a [Cloud Application Administrator](../roles/permissions-reference.md#cloud-application-administrator).
9394

9495
You'll need to consent to the `Application.ReadWrite.All` permission.
9596

0 commit comments

Comments
 (0)