Skip to content

Commit f9cb784

Browse files
committed
fixed latest PR comments
1 parent e8e1394 commit f9cb784

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

articles/communication-services/concepts/troubleshooting-info.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ You can find your current Teams license using [licenseDetails](https://docs.micr
271271
```http
272272
https://graph.microsoft.com/v1.0/me/licenseDetails
273273
```
274-
:::image type="content" source="./media/troubleshooting/graph-explorer-query-box.png" alt-text="Screenshot of how to enter API.":::
274+
:::image type="content" source="./media/troubleshooting/graph-explorer-query-box.png" alt-text="Screenshot of how to enter API in Graph Explorer.":::
275275
276276
Or you can query for a particular user by providing the user ID using the following API:
277277
<!-- { "blockType": "request" } -->
@@ -280,7 +280,7 @@ You can find your current Teams license using [licenseDetails](https://docs.micr
280280
```
281281
1. The **Response preview** pane displays output as follows:
282282
283-
Note: The response object shown here might be shortened for readability.
283+
Note that the response object shown here might be shortened for readability.
284284
<!-- {
285285
"blockType": "response",
286286
"truncated": true,

articles/communication-services/quickstarts/eligible-teams-licenses.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Teams License requirements to use Azure Communication Services support for Teams users
2+
title: Teams license requirements to use Azure Communication Services support for Teams users
33
description: This article describes Teams License requirements and how users can find their current Teams license.
44
author: aigerimb
55
manager: anitharaju
@@ -16,11 +16,11 @@ ms.custom: kr2b-contr-experiment
1616

1717
To use Azure Communication Services support for Teams users, you need an Azure Active Directory instance with users that have a valid Teams license. Furthermore, license must be assigned to the administrators or relevant users. This article describes the Teams license requirements to use Azure Communication Services support for Teams users.
1818

19-
### Eligible Teams Licenses
19+
### Eligible Teams licenses
2020

2121
Ensure that your Azure Active Directory users have at least one of the following eligible Teams licenses:
2222

23-
| Service Plan(friendly names) | Service Plan ID |
23+
| Service Plan (friendly names) | Service Plan ID |
2424
|:--- |:--- |
2525
| TEAMS1 | 57ff2da0-773e-42df-b2af-ffb7a2317929 |
2626
| TEAMS_FREE | 4fa4026d-ce74-4962-a151-8e96d57ea8e4 |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pip install msal
5252

5353
### Step 1: Receive the Azure AD user token and object ID via the MSAL library
5454

55-
The first step in the token exchange flow is getting a token for your Teams user by using [Microsoft.Identity.Client](../../../active-directory/develop/reference-v2-libraries.md). In Azure Portal, configure the Redirect URI of your "Mobile and Desktop application" as `http://localhost`.
55+
The first step in the token exchange flow is getting a token for your Teams user by using [Microsoft.Identity.Client](../../../active-directory/develop/reference-v2-libraries.md). In Azure portal, configure the Redirect URI of your "Mobile and Desktop application" as `http://localhost`.
5656

5757
```python
5858
from msal.application import PublicClientApplication

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ On the **Authentication** pane of your application, you can see a configured pla
6565

6666
The application must declare Teams.ManageCalls and Teams.ManageChats permissions to have access to Teams calling capabilities in the Tenant. Teams user would be requesting an Azure AD user token with this permission for token exchange.
6767

68-
1.Navigate to your Azure AD app in the Azure portal and select **API permissions**
68+
1. Navigate to your Azure AD app in the Azure portal and select **API permissions**
6969
1. Select **Add Permissions**
7070
1. In the **Add Permissions** menu, select **Azure Communication Services**
7171
1. Select the permissions **Teams.ManageCalls** and **Teams.ManageCalls**, then select **Add permissions**
7272

73-
![Add Teams.ManageCalls and Teams.ManageChats permission to the Azure Active Directory application created in previous step](./media/active-directory-permissions.png)
73+
![Add Teams.ManageCalls and Teams.ManageChats permission to the Azure Active Directory application created in previous step.](./media/active-directory-permissions.png)
7474

7575
### Step 4: Create or select a Communication Services resource
7676

@@ -87,7 +87,7 @@ The following roles can provide consent on behalf of a company:
8787
- Application admin
8888
- Cloud application admin
8989

90-
If you want to check roles in Azure Portal, see [List Azure role assignments](../../role-based-access-control/role-assignments-list-portal.md).
90+
If you want to check roles in Azure portal, see [List Azure role assignments](../../role-based-access-control/role-assignments-list-portal.md).
9191

9292
To construct an Administrator consent URL, the Fabrikam Azure AD Administrator does the following steps:
9393

articles/communication-services/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ items:
248248
href: concepts/interop/custom-teams-endpoint-authentication-overview.md
249249
- name: Calling capabilities
250250
href: concepts/interop/teams-user-calling.md
251-
- name: Teams License requirements
251+
- name: Teams license requirements
252252
href: quickstarts/eligible-teams-licenses.md
253253
- name: Firewall configuration
254254
href: concepts/interop/custom-teams-endpoint-firewall-configuration.md

0 commit comments

Comments
 (0)