Skip to content

Commit 75ffd40

Browse files
committed
Fix id
1 parent 77f5940 commit 75ffd40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-web-pubsub/howto-use-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Azure Web PubSub Service is a fully managed service, so you can't use a managed
5555

5656
:::image type="content" source="media/howto-use-managed-identity/msi-settings.png" alt-text="msi-setting":::
5757

58-
3. Select application. The application id will become the `aud` claim in the obtained access token, which can be used as a part of validation in your event handler. You can choose one of the following:
58+
3. Select application. The application ID will become the `aud` claim in the obtained access token, which can be used as a part of validation in your event handler. You can choose one of the following:
5959
- Use default AAD application.
60-
- Select from existing AAD applications. The application id of the one you choose will be used.
60+
- Select from existing AAD applications. The application ID of the one you choose will be used.
6161
- Specify an AAD application. The value should be [Resource ID of an Azure service](../active-directory/managed-identities-azure-resources/services-support-managed-identities.md#azure-services-that-support-azure-ad-authentication)
6262

6363
> [!NOTE]

0 commit comments

Comments
 (0)