Skip to content

Commit 5bfdb02

Browse files
authored
Merge pull request #271381 from brpiment/main
Fixed image broken link for acs identities doc
2 parents 2b511b7 + 2b38a5e commit 5bfdb02

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

articles/communication-services/quickstarts/manage-teams-identity.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ You can see that the status of the Communication Services Teams.ManageCalls and
109109

110110
If you run into the issue "The app is trying to access a service '1fd5118e-2576-4263-8130-9503064c837a'(Azure Communication Services) that your organization '{GUID}' lacks a service principal for. Contact your IT Admin to review the configuration of your service subscriptions or consent to the application to create the required service principal." your Microsoft Entra tenant lacks a service principal for the Azure Communication Services application. To fix this issue, use PowerShell as a Microsoft Entra administrator to connect to your tenant. Replace `Tenant_ID` with an ID of your Microsoft Entra tenancy.
111111

112-
You will require **Application.ReadWrite.All** as shown bellow
113-
![image](https://github.com/brpiment/azure-docs-pr/assets/67699415/c53459fa-d64a-4ef2-8737-b75130fbc398)
112+
You will require **Application.ReadWrite.All** as shown below.
113+
114+
[![Screenshot showing Application Read Write All.](./media/graph-permissions.png)](./media/graph-permissions.png#lightbox)
114115

115116

116117
```script
@@ -195,5 +196,5 @@ Learn about the following concepts:
195196
- [Use cases for communication as a Teams user](../concepts/interop/custom-teams-endpoint-use-cases.md)
196197
- [Azure Communication Services support Teams identities](../concepts/teams-endpoint.md)
197198
- [Teams interoperability](../concepts/teams-interop.md)
198-
- [Single-tenant and multi-tenant authentication for Teams users](../concepts/interop/custom-teams-endpoint-authentication-overview.md)
199+
- [Single-tenant and multitenant authentication for Teams users](../concepts/interop/custom-teams-endpoint-authentication-overview.md)
199200
- [Create and manage Communication access tokens for Teams users in a single-page application (SPA)](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/manage-teams-identity-spa)
14.8 KB
Loading

0 commit comments

Comments
 (0)