Skip to content

Commit 1c56b50

Browse files
committed
Update authentication.md
fixing Absolute link 'https://learn.microsoft.com/azure/communication-services/how-tos/managed-identity' will be broken in isolated environments. Replace with a relative link.
1 parent 5efdc7e commit 1c56b50

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/communication-services/concepts/authentication.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ If you wish to call Azure Communication Services' APIs manually using an access
4949

5050
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.
5151

52-
Communication services supports Microsoft Entra ID authentication for Communication services resources. You can find more details, about the managed identity support in the [How to use Managed Identity with Azure Communication Services](https://learn.microsoft.com/en-us/azure/communication-services/how-tos/managed-identity).
53-
52+
Communication services supports Microsoft Entra ID authentication for Communication services resources. You can find more details, about the managed identity support in the [How to use Managed Identity with Azure Communication Services](/azure/communication-services/how-tos/managed-identity).
5453

5554

5655

@@ -63,7 +62,9 @@ The Azure platform provides role-based access (Azure RBAC) to control access to
6362
- **Managed Identity:**
6463
- By using managed identity, you avoid having to store your account access key within your code, as you do with Access Key authorization. Managed identity credentials are fully managed, rotated, and protected by the platform, reducing the risk of credential exposure.
6564
- Managed identities can authenticate to Azure services and resources that support Microsoft Entra ID authentication. This method provides a seamless and secure way to manage credentials.
66-
- For more information on how to use Managed Identity with Azure Communication Services, refer to [this guide](https://learn.microsoft.com/azure/communication-services/how-tos/managed-identity).
65+
- For more information on how to use Managed Identity with Azure Communication Services, refer to [This Guide](/azure/communication-services/how-tos/managed-identity).
66+
67+
6768

6869
- **Service Principal:**
6970
- 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.

0 commit comments

Comments
 (0)