Skip to content

Commit e347275

Browse files
authored
Update manage-teams-identity.md
1 parent 7886c89 commit e347275

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,12 @@ 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)
114+
115+
112116
```script
113-
Connect-MgGraph -ClientId "1fd5118e-2576-4263-8130-9503064c837a" -TenantId "Tenant_ID"
117+
Connect-MgGraph -TenantId "Tenant_ID" -Scopes Application.ReadWrite.All
114118
```
115119
If the command is not found, start PowerShell as an administrator and install the Microsoft Graph package.
116120

0 commit comments

Comments
 (0)