Skip to content

Commit 7ec9763

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ingress-options
2 parents 540c133 + 63abdea commit 7ec9763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/communication-services/concepts/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The Azure platform provides role-based access (Azure RBAC) to control access to
5151

5252
To set up a service principal, [create a registered application from the Azure CLI](../quickstarts/identity/service-principal.md?pivots=platform-azcli). Then, the endpoint and credentials can be used to authenticate the SDKs. See examples of how [service principal](../quickstarts/identity/service-principal.md) is used.
5353

54-
Communication services support Microsoft Entra authentication but do not support managed identity for Communication services resources. You can find more details, about the managed identity support in the [Microsoft Entra documentation](../../active-directory/managed-identities-azure-resources/services-support-managed-identities.md).
54+
Communication services supports Microsoft Entra authentication for Communication services resources. You can find more details, about the managed identity support in the [Microsoft Entra documentation](../../active-directory/managed-identities-azure-resources/services-support-managed-identities.md).
5555

5656
Use our [Trusted authentication service hero sample](../samples/trusted-auth-sample.md) to map Azure Communication Services access tokens with your Microsoft Entra ID.
5757

articles/cosmos-db/mongodb/vcore/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This article contains release notes for the API for MongoDB vCore. These release
2626
- $min & $max operator with $project.
2727
- $binarySize aggregation operator.
2828
- Ability to build indexes in background (except Unique indexes). (Public Preview)
29-
- Significant performance improvements for $ne/$nq/$in queries.
29+
- Significant performance improvements for $ne/$eq/$in queries.
3030
- Performance improvements up to 30% on Range queries (involving index pushdown).
3131

3232
## Previous releases

0 commit comments

Comments
 (0)