Skip to content

Commit 817c98c

Browse files
Merge pull request #249489 from terencefan/tefa/webpubsub-rebrand-aad
rebrand aad to microsoft entra id (webpubsub)
2 parents ebf601d + fcfe7ea commit 817c98c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-web-pubsub/howto-troubleshoot-resource-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The Azure Web PubSub service live trace tool has ability to collect resource log
3535

3636
> [!NOTE]
3737
> When enable access key, you'll use access token to authenticate live trace tool.
38-
> Otherwise, you'll use Azure AD to authenticate live trace tool.
38+
> Otherwise, you'll use Microsoft Entra ID to authenticate live trace tool.
3939
> You can check whether you enable access key or not in your SignalR Service's Keys page in Azure portal.
4040
4141
### Steps for access key enabled

articles/azure-web-pubsub/quickstart-serverless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ Go to **Azure portal** -> Find your Function App resource -> **Authentication**.
528528

529529
Here we choose `Microsoft` as identify provider, which uses `x-ms-client-principal-name` as `userId` in the `negotiate` function. Besides, you can configure other identity providers following the links, and don't forget update the `userId` value in `negotiate` function accordingly.
530530

531-
- [Microsoft(Azure AD)](../app-service/configure-authentication-provider-aad.md)
531+
- [Microsoft Entra ID](../app-service/configure-authentication-provider-aad.md)
532532
- [Facebook](../app-service/configure-authentication-provider-facebook.md)
533533
- [Google](../app-service/configure-authentication-provider-google.md)
534534
- [Twitter](../app-service/configure-authentication-provider-twitter.md)

0 commit comments

Comments
 (0)