Skip to content

Commit 203ddef

Browse files
committed
edits
1 parent 7895b90 commit 203ddef

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To add a new step in your workflow by using the Communication Services Identity
7272

7373
1. Add a new action.
7474

75-
1. In the **Choose an operation** search box, enter **Communication Services Chat**. In the list of actions, select **Send a Chat message to chat thread**.
75+
1. In the **Choose an operation** search box, enter **Communication Services Chat**. In the list of actions, select **Send message to chat thread**.
7676

7777
:::image type="content" source="./media/logic-app/azure-communications-services-connector-send-chat-message.png" alt-text="Screenshot that shows the Azure Communication Services Chat connector Send chat message action.":::
7878

@@ -82,7 +82,7 @@ To add a new step in your workflow by using the Communication Services Identity
8282

8383
## List chat thread messages
8484

85-
To verify you have correctly sent a message, we will add one more action to list the chat thread messages:
85+
To verify that you sent a message correctly:
8686

8787
1. Add a new action.
8888

@@ -96,22 +96,22 @@ To verify you have correctly sent a message, we will add one more action to list
9696

9797
## Test your logic app
9898

99-
To manually start your workflow, on the designer toolbar, select **Run**. The workflow should create a user, issue an access token for that user, and then remove the token and delete the user. For more information, review [how to run your workflow](../../../logic-apps/quickstart-create-first-logic-app-workflow.md#run-workflow).
99+
To manually start your workflow, on the designer toolbar, select **Run**. The workflow creates a user, issues an access token for that user, and then removes the token and deletes the user. For more information, review [How to run your workflow](../../../logic-apps/quickstart-create-first-logic-app-workflow.md#run-workflow).
100100

101101
Now, select **List chat thread messages**. In the action outputs, check for the message that was sent.
102102

103103
:::image type="content" source="./media/logic-app/azure-communications-services-connector-list-chat-messages-output.png" alt-text="Screenshot that shows the Azure Communication Services Chat connector Send chat message action output.":::
104104

105105
## Clean up resources
106106

107-
To remove a Communication Services subscription, delete the Communication Services resource or resource group. Deleting the resource group also deletes any other resources in that group. For more information, review [how to clean up Communication Services resources](../create-communication-resource.md#clean-up-resources).
107+
To remove a Communication Services subscription, delete the Communication Services resource or resource group. Deleting the resource group also deletes any other resources in that group. For more information, review [How to clean up Communication Services resources](../create-communication-resource.md#clean-up-resources).
108108

109109
To clean up your logic app workflow and related resources, review [how to clean up Logic Apps resources](../../../logic-apps/quickstart-create-first-logic-app-workflow.md#clean-up-resources).
110110

111111
## Next steps
112112

113-
In this quickstart, you learned how to create a user, create a chat thread, and send a message by using the Azure Communication Services Identity and Azure Communication Services Chat connectors. To learn more, review [Azure Communication Services Chat Connector](/connectors/acschat/).
113+
In this quickstart, you learned how to create a user, create a chat thread, and send a message by using the Communication Services Identity and Communication Services Chat connectors. To learn more, review [Communication Services Chat connector](/connectors/acschat/).
114114

115-
To learn more about access tokens, review [Create and manage Azure Communication Services users and access tokens](../chat/logic-app.md).
115+
Learn how to [create and manage Communication Services users and access tokens](../chat/logic-app.md).
116116

117-
To learn more about how to send an email, review [Send email message in Power Automate with Azure Communication Services](../email/logic-app.md).
117+
Learn how to [send an email message in Power Automate by using Communication Services](../email/logic-app.md).
-1.96 KB
Loading

articles/communication-services/quickstarts/chat/react-native.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: mode-other
1414

1515
In this quickstart, you set up the packages in the Azure Communication Services Chat JavaScript SDK to support chat in your React Native app. The steps described in the quickstart are supported for Azure Communication Services JavaScript Chat SDK 1.1.1 and later.
1616

17-
## Set up the the chat packages to work with React Native
17+
## Set up the chat packages to work with React Native
1818

1919
Currently, Communication Services chat packages are available as Node packages. Because not all Node modules are compatible with React Native, the modules require a React Native port to work.
2020

0 commit comments

Comments
 (0)