Skip to content

Commit 9869c9f

Browse files
Add detailed instruction on Connect Azure Communication Services with Azure OpenAI Services
1 parent f549ec8 commit 9869c9f

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

articles/communication-services/quickstarts/advanced-messaging/whatsapp/message-analysis-with-azure-openai-quickstart.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,25 @@ Azure Communication Services now enables you to receive Message Analysis results
2727
## Setup
2828

2929
1. **Connect Azure Communication Services with Azure OpenAI Services:**
30-
- To set up the connection between your Azure Communication Services and Azure OpenAI Services, follow the instructions on the [Azure Communication Services and Azure Cognitive Services Integration page](../../../../communication-services/concepts/call-automation/azure-communication-services-azure-cognitive-services-integration.md#azure-portal-experience).
30+
31+
- Open your Azure Communication Services resource and click on the Cognitive Services tab.
32+
- If system-assigned managed identity isn't enabled, you'll need to enable it.
33+
- In the Cognitive Services tab, click on "Enable Managed Identity" button.
34+
35+
:::image type="content" source="./media/message-analysis/enabled-identity.png" lightbox="./media/message-analysis/enabled-identity.png" alt-text="Screenshot of Enable Managed Identity button.":::
36+
37+
- 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.
38+
39+
:::image type="content" source="./media/message-analysis/enable-system-identity.png" lightbox="./media/message-analysis/enable-system-identity.png" alt-text="Screenshot of enable managed identity.":::
40+
41+
42+
- When managed identity is enabled, the Cognitive Service tab should show a button 'Connect cognitive service' to connect the two services.
43+
44+
:::image type="content" source="./media/message-analysis/cognitive-services.png" lightbox="./media/message-analysis/cognitive-services.png" alt-text="Screenshot of Connect cognitive services button.":::
45+
46+
- Click on 'Connect cognitive service', select the Subscription, Resource Group, and Resource, and click 'Connect' in the context pane that opens up.
47+
48+
:::image type="content" source="./media/message-analysis/choose-options.png" lightbox="./media/message-analysis/choose-options.png" alt-text="Screenshot of Subscription, Resource Group, and Resource in pane.":::
3149

3250
2. **Enable Message Analysis:**
3351
- Go to the **Channels** page of the **Advanced Messaging** tab in your Azure Communication Services resource.

0 commit comments

Comments
 (0)