Skip to content

Commit 5dd89c1

Browse files
committed
Reviewed and edted
Completed first pass review of changed files.
1 parent 8dc7a80 commit 5dd89c1

File tree

7 files changed

+45
-45
lines changed

7 files changed

+45
-45
lines changed

articles/communication-services/quickstarts/advanced-messaging/whatsapp/get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
1414
zone_pivot_groups: acs-js-csharp-java-python
1515
---
1616

17-
# Quickstart: Send Text and Media WhatsApp messages using Advanced Messages
17+
# Send text and media WhatsApp messages using Advanced Messaging
1818

19-
Azure Communication Services enables you to send and receive WhatsApp messages. In this quickstart, get started integrating your app with Azure Communication Advanced Messages SDK and start sending/receiving WhatsApp messages. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
19+
Azure Communication Services enables you to send and receive WhatsApp messages. This article describes how to integrate your app with Azure Communication Advanced Messages SDK to start sending and receiving WhatsApp messages. Completing this article incurs a small cost of a few USD cents or less in your Azure account.
2020

2121
::: zone pivot="programming-language-csharp"
2222
[!INCLUDE [Send WhatsApp Messages with .NET](./includes/get-started/messages-get-started-net.md)]
@@ -36,7 +36,7 @@ Azure Communication Services enables you to send and receive WhatsApp messages.
3636

3737
## Next steps
3838

39-
In this quickstart, you tried out the Advanced Messaging for WhatsApp SDK. Next you might also want to see the following articles:
39+
This article described the Advanced Messaging for WhatsApp SDK. For more information, see the following articles:
4040

4141
- [Handle Advanced Messaging events](./handle-advanced-messaging-events.md)
4242
- [Send WhatsApp template messages](../../../quickstarts/advanced-messaging/whatsapp/send-template-messages.md)

articles/communication-services/quickstarts/advanced-messaging/whatsapp/handle-advanced-messaging-events.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Handle Advanced Messaging events
33
titleSuffix: Azure Communication Services
4-
description: "In this quickstart, you learn how to subscribe for AdvancedMessaging for WhatsApp events."
4+
description: "This article dscribes how to subscribe to Advanced Messaging for WhatsApp events."
55
author: shamkh
66
manager: camilo.ramirez
77
services: azure-communication-services
@@ -13,9 +13,9 @@ ms.date: 02/12/2024
1313
ms.custom: template-quickstart
1414
---
1515

16-
# Quickstart: Handle Advanced Messaging events
16+
# Handle Advanced Messaging events
1717

18-
Azure Communication Services now enables you to send and receive WhatsApp messages using the Advanced Messaging SDK. Get started with setting up Event Grid events for receiving WhatsApp messages send/receive status reports. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
18+
Azure Communication Services enables you to send and receive WhatsApp messages using the Advanced Messaging SDK. Get started with setting up Event Grid events for receiving WhatsApp messages send/receive status reports. Completing this article incurs a small cost of a few USD cents or less in your Azure account.
1919

2020
## Prerequisites
2121

@@ -25,7 +25,7 @@ Azure Communication Services now enables you to send and receive WhatsApp messag
2525

2626
## About Event Grid
2727

28-
[Event Grid](../../../../event-grid/overview.md) is a cloud-based eventing service. In this article, you learn how to subscribe to [communication service events](../../../../event-grid/event-schema-communication-services.md), and trigger an event to view the result. Typically, you send events to an endpoint that processes the event data and takes actions. In this article, we send the events to a web app that collects and displays the messages.
28+
[Event Grid](../../../../event-grid/overview.md) is a cloud-based eventing service. This article describes how to subscribe to [communication service events](../../../../event-grid/event-schema-communication-services.md), and trigger an event to view the result. Typically, you send events to an endpoint that processes the event data and takes actions. In this article, we send the events to a web app that collects and displays the messages.
2929

3030
## Set up Event Grid Viewer
3131

@@ -41,7 +41,7 @@ The Event Grid Viewer is a sample site that allows you to view incoming events f
4141
- `Region` - Select the resource group that contains your Azure Communication Services resource. This specific region isn't required, but is recommended.
4242
- `Site Name` - Create a name that is globally unique. This site name is used to create a domain to connect to your Event Grid Viewer.
4343
- `Hosting Plan Name` - Create any name to identify your hosting plan.
44-
- `Sku` - The sku F1 can be used for development and testing purposes. If you encounter validation errors creating your Event Grid Viewer that say there's no more capacity for the F1 plan, try selecting a different region. For more information about skus, see [App Service pricing](https://azure.microsoft.com/pricing/details/app-service/windows/)
44+
- `Sku` - Use the SKU F1 for development and testing purposes. If you encounter validation errors creating your Event Grid Viewer that say there's no more capacity for the F1 plan, try selecting a different region. For more information about SKUs, see [App Service pricing](https://azure.microsoft.com/pricing/details/app-service/windows/)
4545

4646
:::image type="content" source="./media/handle-advanced-messaging-events/custom-deployment.png" lightbox="./media/handle-advanced-messaging-events/custom-deployment.png" alt-text="Screenshot that shows Custom deployment of Events Viewer web app and properties you need to provide to successfully deploy.":::
4747

@@ -68,21 +68,21 @@ The Event Grid Viewer is a sample site that allows you to view incoming events f
6868

6969
- Subscription name.
7070

71-
- System topic name - Enter a unique name, unless this name is already prefilled with a topic from your subscription.
71+
- System topic name: Enter a unique name, unless this name is already prefilled with a topic from your subscription.
7272

73-
- Event types - Select the two Advanced messaging events from the list.
73+
- Event types: Select the two Advanced messaging events from the list.
7474

7575
:::image type="content" source="./media/handle-advanced-messaging-events/create-event-subscription.png" lightbox="./media/handle-advanced-messaging-events/create-event-subscription.png" alt-text="Screenshot that shows create event subscription properties.":::
7676

7777

78-
- Optional: Select the AdvancedMessageAnalysisCompleted event, currently in public preview, to receive Message Analysis events. Instruction on how to enable Message Analysis can be found at [Enable Message Analysis with Azure OpenAI](../message-analysis/message-analysis-with-azure-openai-quickstart.md)
78+
- Optional: To receive Message Analysis events, select the `AdvancedMessageAnalysisCompleted` event, currently in public preview. For more information, see [Enable Message Analysis with Azure OpenAI](../message-analysis/message-analysis-with-azure-openai-quickstart.md).
7979

8080
[!INCLUDE [Public Preview Notice](../../../includes/public-preview-include.md)]
8181

8282
:::image type="content" source="../message-analysis/media/get-started/create-event-subscription-message-analysis.png" lightbox="../message-analysis/media/get-started/create-event-subscription-message-analysis.png" alt-text="Screenshot that shows how to create Message Analysis event subscription properties.":::
8383

8484

85-
- For endpoint type, select **"Webhook"** and enter the URL for the Event Grid Viewer we created in the **Setup Event Grid Viewer** step with the path `/api/updates` appended. For example: `https://{{site-name}}.azurewebsites.net/api/updates`.
85+
- Endpoint type: Select **"Webhook"** and enter the URL for the Event Grid Viewer we created in the **Setup Event Grid Viewer** step with the path `/api/updates` appended. For example: `https://{{site-name}}.azurewebsites.net/api/updates`.
8686

8787
:::image type="content" source="./media/handle-advanced-messaging-events/event-webhook-details.png" lightbox="./media/handle-advanced-messaging-events/event-webhook-details.png" alt-text="Screenshot that shows how to update webhook url of event subscription to receive events.":::
8888

@@ -98,7 +98,7 @@ If you want to clean up and remove a Communication Services subscription, you ca
9898

9999
## Next steps
100100

101-
Next you might also want to see the following articles:
101+
For more information, see:
102102
- [Understand Advanced Communication Messages Events](../../../../event-grid/communication-services-advanced-messaging-events.md)
103-
- [Get Started With Advanced Communication Messages SDK](./get-started.md)
103+
- [Get started With Advanced Communication Messages SDK](./get-started.md)
104104

articles/communication-services/quickstarts/advanced-messaging/whatsapp/includes/templates/template-messages-quick-reference-net.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Follow these steps to add required code snippets to the `messages-quickstart.py`
2929

3030
### List WhatsApp templates in Azure portal
3131

32-
You can view your templates in the Azure portal by going to your Azure Communication Service resource > Advanced Messaging -> Templates.
32+
You can view your templates in the Azure portal by going to your Azure Communication Service resource > **Advanced Messaging** > **Templates**.
3333

34-
:::image type="content" source="../../media/template-messages/list-templates-azure-portal.png" lightbox="../../media/template-messages/list-templates-azure-portal.png" alt-text="Screenshot that shows an Azure Communication Services resource in the Azure portal, viewing the 'Templates' tab.":::
34+
:::image type="content" source="../../media/template-messages/list-templates-azure-portal.png" lightbox="../../media/template-messages/list-templates-azure-portal.png" alt-text="Screenshot that shows an Azure Communication Services resource in the Azure portal, viewing the Advanced Messaging > Templates tab.":::
3535

36-
Selecting a template to view the details.
36+
Select a template to view the details.
3737

3838
The `content` field of the template details can include parameter bindings. The parameter bindings can be denoted as:
3939
- A `format` field with a value such as `IMAGE`.

articles/communication-services/quickstarts/advanced-messaging/whatsapp/send-interactive-messages.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Send Interactive Messages
2+
title: Send interactive WhatsApp messages
33
titleSuffix: An Azure Communication Services Advanced Messages quickstart
4-
description: In this quickstart, you learn to send WhatsApp interactive messages using Azure Communication Services Advanced Messages sdk.
4+
description: This article describes how to send WhatsApp interactive messages using Azure Communication Services Advanced Messages SDK.
55
author: shamkh
66
manager: camilo.ramirez
77
services: azure-communication-services
@@ -14,7 +14,7 @@ ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
1414
zone_pivot_groups: acs-js-csharp-java-python
1515
---
1616

17-
# Quickstart: Send Interactive WhatsApp messages using Advanced Messages
17+
# Send interactive WhatsApp messages using Advanced Messages
1818

1919
Azure Communication Services enables you to send and receive WhatsApp messages. In this quickstart, get started integrating your app with Azure Communication Advanced Messages SDK and start sending/receiving WhatsApp interactive messages. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
2020

@@ -36,8 +36,8 @@ Azure Communication Services enables you to send and receive WhatsApp messages.
3636

3737
## Next steps
3838

39-
Next you might also want to see the following articles:
39+
For more information, see:
4040

41-
- [Handle Advanced Messaging events](./handle-advanced-messaging-events.md)
42-
- [Send WhatsApp template messages](../../../quickstarts/advanced-messaging/whatsapp/send-template-messages.md)
43-
- [Send WhatsApp Media messages](../../../quickstarts/advanced-messaging/whatsapp/get-started.md)
41+
- [Handle Advanced Messaging events](./handle-advanced-messaging-events.md).
42+
- [Send WhatsApp template messages](../../../quickstarts/advanced-messaging/whatsapp/send-template-messages.md).
43+
- [Send WhatsApp media messages](../../../quickstarts/advanced-messaging/whatsapp/get-started.md).

articles/communication-services/quickstarts/advanced-messaging/whatsapp/send-reaction-messages.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Send Reaction Messages
2+
title: Send reaction WhatsApp messages
33
titleSuffix: An Azure Communication Services Advanced Messages quickstart
4-
description: In this quickstart, you learn to send WhatsApp reaction messages using Azure Communication Services Advanced Messages sdk.
4+
description: This article describes how to send WhatsApp reaction messages using Azure Communication Services Advanced Messages SDK.
55
author: shamkh
66
manager: camilo.ramirez
77
services: azure-communication-services
@@ -14,9 +14,9 @@ ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
1414
zone_pivot_groups: acs-js-csharp-java-python
1515
---
1616

17-
# Quickstart: Send Reaction WhatsApp messages using Advanced Messages
17+
# Send reaction WhatsApp messages using Advanced Messages
1818

19-
Azure Communication Services enables you to send and receive WhatsApp messages. In this quickstart, get started integrating your app with Azure Communication Advanced Messages SDK and start sending/receiving WhatsApp reaction messages. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
19+
Azure Communication Services enables you to send and receive WhatsApp messages. This article describes how to integrate your app with Azure Communication Advanced Messages SDK to start sending and receiving WhatsApp reaction messages. Completing this article incurs a small cost of a few USD cents or less in your Azure account.
2020

2121
::: zone pivot="programming-language-csharp"
2222
[!INCLUDE [Send WhatsApp Messages with .NET](./includes/reactions/messages-quickstart-reaction-messages-net.md)]
@@ -36,8 +36,8 @@ Azure Communication Services enables you to send and receive WhatsApp messages.
3636

3737
## Next steps
3838

39-
Next you might also want to see the following articles:
39+
For more information, see:
4040

41-
- [Handle Advanced Messaging events](./handle-advanced-messaging-events.md)
42-
- [Send WhatsApp template messages](../../../quickstarts/advanced-messaging/whatsapp/send-template-messages.md)
43-
- [Send WhatsApp Media messages](../../../quickstarts/advanced-messaging/whatsapp/get-started.md)
41+
- [Handle Advanced Messaging events](./handle-advanced-messaging-events.md).
42+
- [Send WhatsApp template messages](../../../quickstarts/advanced-messaging/whatsapp/send-template-messages.md).
43+
- [Send WhatsApp media messages](../../../quickstarts/advanced-messaging/whatsapp/get-started.md).

articles/communication-services/quickstarts/advanced-messaging/whatsapp/send-sticker-messages.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Send Sticker Messages
2+
title: Send sticker WhatsApp messages
33
titleSuffix: An Azure Communication Services Advanced Messages quickstart
4-
description: In this quickstart, you learn to send WhatsApp sticker messages using Azure Communication Services Advanced Messages sdk.
4+
description: This article describes how to send WhatsApp sticker messages using Azure Communication Services Advanced Messages SDK.
55
author: shamkh
66
manager: camilo.ramirez
77
services: azure-communication-services
@@ -14,9 +14,9 @@ ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
1414
zone_pivot_groups: acs-js-csharp-java-python
1515
---
1616

17-
# Quickstart: Send Sticker WhatsApp messages using Advanced Messages
17+
# Send sticker WhatsApp messages using Advanced Messages
1818

19-
Azure Communication Services enables you to send and receive WhatsApp messages. In this quickstart, get started integrating your app with Azure Communication Advanced Messages SDK and start sending/receiving WhatsApp sticker messages. Completing this quickstart incurs a small cost of a few USD cents or less in your Azure account.
19+
Azure Communication Services enables you to send and receive WhatsApp messages. This article describes how to integrate your app with Azure Communication Advanced Messages SDK to start sending and receiving WhatsApp sticker messages. Completing this article incurs a small cost of a few USD cents or less in your Azure account.
2020

2121
::: zone pivot="programming-language-csharp"
2222
[!INCLUDE [Send WhatsApp Messages with .NET](./includes/stickers/messages-quickstart-sticker-messages-net.md)]
@@ -36,8 +36,8 @@ Azure Communication Services enables you to send and receive WhatsApp messages.
3636

3737
## Next steps
3838

39-
Next you might also want to see the following articles:
39+
For more information, see:
4040

41-
- [Handle Advanced Messaging events](./handle-advanced-messaging-events.md)
42-
- [Send WhatsApp template messages](../../../quickstarts/advanced-messaging/whatsapp/send-template-messages.md)
43-
- [Send WhatsApp Media messages](../../../quickstarts/advanced-messaging/whatsapp/get-started.md)
41+
- [Handle Advanced Messaging events](./handle-advanced-messaging-events.md).
42+
- [Send WhatsApp template messages](../../../quickstarts/advanced-messaging/whatsapp/send-template-messages.md).
43+
- [Send WhatsApp media messages](../../../quickstarts/advanced-messaging/whatsapp/get-started.md).

articles/communication-services/quickstarts/advanced-messaging/whatsapp/send-template-messages.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Send WhatsApp Template Messages
2+
title: Send WhatsApp template messages
33
titleSuffix: An Azure Communication Services Advanced Messaging concept
4-
description: In this concept, you learn the various ways to send WhatsApp template messages with Advanced Messaging.
4+
description: This article describes how to send WhatsApp template messages with Advanced Messaging.
55
author: Shamkh
66
manager: camilo.ramirez
77
services: azure-communication-services
@@ -14,9 +14,9 @@ ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
1414
zone_pivot_groups: acs-js-csharp-java-python
1515
---
1616

17-
# Quickstart: Send WhatsApp template messages using Advanced Messages
17+
# Send WhatsApp template messages using Advanced Messages
1818

19-
This document provides guidance to send WhatsApp Template messages using Advanced Communication Messages SDK.
19+
This article describes how to send WhatsApp template messages using Advanced Communication Messages SDK.
2020

2121
## Prerequisites
2222

@@ -35,7 +35,7 @@ The following classes and interfaces handle some of the major features of the Az
3535
| `TemplateNotificationContent` | Defines the "who" and the "what" of the template message you intend to send. |
3636

3737
> [!NOTE]
38-
> For more information, see the Azure SDK for Python reference [here](/python/api/azure-communication-messages/azure.communication.messages).
38+
> For more information, see the Azure SDK for Python reference [messages Package](/python/api/azure-communication-messages/azure.communication.messages).
3939
4040
### Supported WhatsApp template types
4141

0 commit comments

Comments
 (0)