Skip to content

Commit 7e6936e

Browse files
Merge pull request #235236 from valindrae/main
Update azure-communication-services-azure-cognitive-services-integrat…
2 parents b83ded9 + 6575bea commit 7e6936e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/communication-services/concepts/call-automation/azure-communication-services-azure-cognitive-services-integration.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can also configure and bind your Communication Services and Cognitive Servic
4242

4343
### Add a Managed Identity to the ACS Resource
4444

45-
1. Navigate to your ACS Resource in the Azure portal
45+
1. Navigate to your ACS Resource in the Azure portal.
4646
2. Select the Identity tab.
4747
3. Enable system assigned identity. This action begins the creation of the identity; A pop-up notification appears notifying you that the request is being processed.
4848

@@ -52,7 +52,7 @@ You can also configure and bind your Communication Services and Cognitive Servic
5252
1. Navigate to your Azure Cognitive Service resource.
5353
2. Select the "Access control (IAM)" tab.
5454
3. Click the "+ Add" button.
55-
4. Select "Add role assignments" from the menu
55+
4. Select "Add role assignments" from the menu.
5656

5757
[![Add role from IAM](./media/add-role.png)](./media/add-role.png#lightbox)
5858

@@ -62,29 +62,29 @@ You can also configure and bind your Communication Services and Cognitive Servic
6262

6363
6. For the field "Assign access to" choose the "User, group or service principal".
6464
7. Press "+ Select members" and a side tab opens.
65-
8. Choose your Azure Communication Services subscription from the "Subscriptions" drop down menu and click "Select".
65+
8. Search for your Azure Communication Services resource name in the text box and click it when it shows up, then click "Select".
6666

6767
[![Select ACS resource](./media/select-acs-resource.png)](./media/select-acs-resource.png#lightbox)
6868

6969
9. Click “Review + assign”, this assigns the role to the managed identity.
7070

7171
### Option 2: Add role through ACS Identity tab
7272

73-
1. Navigate to your ACS resource in the Azure portal
74-
2. Select Identity tab
75-
3. Click on "Azure role assignments"
73+
1. Navigate to your ACS resource in the Azure portal.
74+
2. Select Identity tab.
75+
3. Click on "Azure role assignments".
7676

7777
[![ACS role assignment](./media/add-role-acs.png)](./media/add-role-acs.png#lightbox)
7878

79-
4. Click the "Add role assignment (Preview)" button, which opens the "Add role assignment (Preview)" tab
79+
4. Click the "Add role assignment (Preview)" button, which opens the "Add role assignment (Preview)" tab.
8080
5. Select the "Resource group" for "Scope".
81-
6. Select the "Subscription" // The CogSvcs subscription?
82-
7. Select the "Resource Group" containing the Cognitive Service
83-
8. Select the "Role" "Cognitive Services User"
81+
6. Select the "Subscription".
82+
7. Select the "Resource Group" containing the Cognitive Service.
83+
8. Select the "Role" "Cognitive Services User".
8484

8585
[![ACS role information](./media/acs-roles-cognitive-services.png)](./media/acs-roles-cognitive-services.png#lightbox)
8686

87-
10. Click Save
87+
10. Click Save.
8888

8989
Your Communication Service has now been linked to your Azure Cognitive Service resource.
9090

0 commit comments

Comments
 (0)