Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ To register an application in your Microsoft Entra tenant, you need:

## Register an application with Microsoft Entra ID and create a service principal

1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Cloud Application Administrator](~/identity/role-based-access-control/permissions-reference.md#cloud-application-administrator).
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Application Developer](~/identity/role-based-access-control/permissions-reference.md#application-developer).
Copy link

Copilot AI Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The article "a" should be "an" before "Application Developer" since it starts with a vowel sound. This is consistent with other instances in the codebase (e.g., quickstart-register-app.md:30, howto-add-terms-of-service-privacy-statement.md:57).

Suggested change
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Application Developer](~/identity/role-based-access-control/permissions-reference.md#application-developer).
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Application Developer](~/identity/role-based-access-control/permissions-reference.md#application-developer).

Copilot uses AI. Check for mistakes.
- For further information on least privilege for application management, see [Delegate app registration permissions in Microsoft Entra ID](~/identity/role-based-access-control/delegate-app-roles)
Copy link

Copilot AI Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sentence should end with a period. According to the Microsoft Writing Style Guide, complete sentences should have proper punctuation.

Suggested change
- For further information on least privilege for application management, see [Delegate app registration permissions in Microsoft Entra ID](~/identity/role-based-access-control/delegate-app-roles)
- For further information on least privilege for application management, see [Delegate app registration permissions in Microsoft Entra ID](~/identity/role-based-access-control/delegate-app-roles).

Copilot uses AI. Check for mistakes.
1. Browse to **Entra ID** > **App registrations** then select **New registration**.
1. Give the application a name, such as *example-app*.
1. Under **Supported account types**, select _Accounts in this organizational directory only_.
Expand Down