Skip to content

Commit cefd869

Browse files
committed
Addressing issues from review
1 parent 86b446d commit cefd869

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

articles/communication-services/quickstarts/chat/logic-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Add a new step in your workflow by using the Azure Communication Services Identi
3737

3838
1. Provide the Connection String. This can be found in the [Azure Portal](https://portal.azure.com/), within your Azure Communication Service Resource, on the Keys option from the left menu > Connection String
3939

40-
:::image type="content" source="./media/logic-app/azure-portal-connection-string.png" alt-text="Screenshot that shows the Keys page within an Azure Communication Services Resource.":::
40+
:::image type="content" source="./media/logic-app/azure-portal-connection-string.png#lightbox" alt-text="Screenshot that shows the Keys page within an Azure Communication Services Resource.":::
4141

4242
1. Provide a Connection Name
4343

39.2 KB
Loading

articles/communication-services/quickstarts/email/logic-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quickstart -Send email message in Power Automate with Azure Communication Services in Microsoft Power Automate
33
titleSuffix: An Azure Communication Services quickstart
4-
description: In this quickstart, learn how send an email in Azure Logic Apps workflows by using the Azure Communication Services Email connector.
4+
description: In this quickstart, learn how to send an email in Azure Logic Apps workflows by using the Azure Communication Services Email connector.
55
author: sanchezjuan
66
manager: chpalm
77
services: azure-communication-services
@@ -44,7 +44,7 @@ Add a new step in your workflow by using the Azure Communication Services Email
4444

4545
1. Provide the Connection String. This can be found in the [Azure Portal](https://portal.azure.com/), within your Azure Communication Service Resource, on the Keys option from the left menu > Connection String
4646

47-
:::image type="content" source="./media/logic-app/azure-communications-services-connection-string.png" alt-text="Screenshot that shows the Azure Communication Services Connection String.":::
47+
:::image type="content" source="./media/logic-app/azure-communications-services-connection-string.png#lightbox" alt-text="Screenshot that shows the Azure Communication Services Connection String.":::
4848

4949
1. Provide a Connection Name
5050

Loading

articles/communication-services/quickstarts/identity/logic-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quickstart - Create and Manage Azure Communication Services users and access tokens in Microsoft Power Automate
33
titleSuffix: An Azure Communication Services quickstart
4-
description: In this quickstart, learn how to manage users an access tokens in Azure Logic Apps workflows by using the Azure Communication Services Identity connector.
4+
description: In this quickstart, learn how to manage users and access tokens in Azure Logic Apps workflows by using the Azure Communication Services Identity connector.
55
author: sanchezjuan
66
manager: chpalm
77
services: azure-communication-services
@@ -37,9 +37,9 @@ Add a new step in your workflow by using the Azure Communication Services Identi
3737

3838
:::image type="content" source="./media/logic-app/azure-communications-services-connector-create-user.png" alt-text="Screenshot that shows the Azure Communication Services Identity connector Create user action.":::
3939

40-
1. Provide the Connection String. This can be found in the [Azure Portal](https://portal.azure.com/), within your Azure Communication Service Resource, on the Keys option from the left menu > Connection String
40+
1. Provide the Connection String. This can be found in the [Microsoft Azure](https://portal.azure.com/), within your Azure Communication Service Resource, on the Keys option from the left menu > Connection String
4141

42-
:::image type="content" source="./media/logic-app/azure-portal-connection-string.png" alt-text="Screenshot that shows the Keys page within an Azure Communication Services Resource.":::
42+
:::image type="content" source="./media/logic-app/azure-portal-connection-string.png#lightbox" alt-text="Screenshot that shows the Keys page within an Azure Communication Services Resource.":::
4343

4444
1. Provide a Connection Name
4545

@@ -63,7 +63,7 @@ After you have a Communication Services identity, you can use the Issue a user a
6363

6464
1. Then, you can use the User ID output from the previous [Create a user](#create-user) step.
6565

66-
1. Specify the token scope: voip or chat. [Learn more about tokens and authentication](../../concepts/authentication.md).
66+
1. Specify the token scope: VoIP or chat. [Learn more about tokens and authentication](../../concepts/authentication.md).
6767

6868
:::image type="content" source="./media/logic-app/azure-communications-services-connector-issue-access-token-action-token-scope.png" alt-text="Screenshot that shows the Azure Communication Services Identity connector Issue access token action, specifying the token scope.":::
6969

39.5 KB
Loading

articles/communication-services/toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ items:
2525
href: quickstarts/identity/service-principal-from-cli.md
2626
- name: Quick-create identities for testing
2727
href: quickstarts/identity/quick-create-identity.md
28+
- name: Create identities and tokens in Azure Logic Apps
29+
href: quickstarts/identity/logic-app.md
2830
- name: Chat
2931
items:
3032
- name: Add chat to your app
@@ -33,6 +35,8 @@ items:
3335
href: quickstarts/chat/meeting-interop.md
3436
- name: Using Chat SDK with React Native
3537
href: quickstarts/chat/react-native.md
38+
- name: Send Chat messages in Azure Logic Apps
39+
href: quickstarts/chat/logic-app.md
3640
- name: Email
3741
items:
3842
- name: Create an Email Communication Services resource
@@ -45,6 +49,8 @@ items:
4549
href: quickstarts/email/connect-email-communication-resource.md
4650
- name: Send an Email
4751
href: quickstarts/email/send-email.md
52+
- name: Send an Email in Azure Logic Apps
53+
href: quickstarts/email/logic-app.md
4854
- name: Telephony and phone numbers
4955
items:
5056
- name: Get and manage phone numbers

0 commit comments

Comments
 (0)