Skip to content

Commit 18cccb4

Browse files
authored
Review comments (#17)
1 parent 5559b3c commit 18cccb4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/communication-services/quickstarts/advanced-messaging/whatsapp/connect-whatsapp-business-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.service: azure-communication-services
1313

1414
# Quickstart: Register WhatsApp business account
1515

16-
Get started with the Azure Communication Services Advanced Messaging, which extends messaging to users on WhatsApp. This feature allows your organization to send and receive messages with WhatsApp users using a WhatsApp Business Account. The Advanced Communication Messages SDK extends your communications to interact with the large global WhatsApp community for common scenarios:
16+
Get started with the Azure Communication Services Advanced Messaging, which extends messaging to users on WhatsApp. This feature enables your organization to send and receive messages with WhatsApp users using a WhatsApp Business Account. The Advanced Communication Messages SDK extends your communications to interact with the large global WhatsApp community for common scenarios:
1717

1818
- Receive inquiries from your customers for product feedback or support, price quotes, and reschedule appointments.
1919
- Send your customer's notifications like appointment reminders, product discounts, transaction receipts, and one-time passcodes.
@@ -25,7 +25,7 @@ This document provides information about registering a WhatsApp Business Account
2525
2626
## Prerequisites
2727

28-
- [Create Azure Communication Resource](../../create-communication-resource.md)
28+
- [Azure Communication Services resource](../../create-communication-resource.md)
2929
- [Set-up Event Grid viewer](/samples/azure-samples/azure-event-grid-viewer/azure-event-grid-viewer/)
3030
- [Set-up Event subscription for SMS received and SMS delivery events.](../../telephony/get-phone-number.md?tabs=windows&pivots=platform-azp)
3131
- [Facebook account](https://www.facebook.com/index.php)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Event Grid Viewer is a sample site that allows you to view incoming events f
3333

3434
:::image type="content" source="./media/handle-advanced-messaging-events/event-grid-viewer.png" lightbox="./media/handle-advanced-messaging-events/event-grid-viewer.png" alt-text="Screenshot that shows the Event Grid Viewer Sample Page with Deploy To Azure option.":::
3535

36-
2. After clicking the "Deploy to Azure" button, fill in the required fields (since the site name needs to be globally unique as it creates a DNS entry, it's recommended to include your alias in the name for this step). While this quickstart doesn't require any special setup for this step, here are suggestions for filling out the deployment details:
36+
2. After clicking the **Deploy to Azure**, fill in the required fields. Because the site name creates a DNS entry, it needs to be globally unique. We recommended that you include your alias in the name for this step. While this quickstart doesn't require any special setup for this step, here are suggestions for filling out the deployment details:
3737
- `Subscription` - Select the subscription that contains your Azure Communication Services resource. This specific subscription isn't required, but it will make it easier to clean up after you're done with the quickstart.
3838
- `Resource Group` - Select the resource group that contains your Azure Communication Services resource. This specific resource group isn't required, but it will make it easier to clean up after you're done with the quickstart.
3939
- `Region` - Select the resource group that contains your Azure Communication Services resource. This specific region isn't required, but is recommended.
@@ -53,7 +53,7 @@ The Event Grid Viewer is a sample site that allows you to view incoming events f
5353

5454
:::image type="content" source="./media/handle-advanced-messaging-events/default-domain.png" lightbox="./media/handle-advanced-messaging-events/default-domain.png" alt-text="Screenshot that shows URL of Events Viewer web app.":::
5555

56-
6. The URL for the Event Grid Viewer is the Site Name you used to create the deployment with the path "/api/update" appended.
56+
6. The URL for the Event Grid Viewer is the Site Name you used to create the deployment with the path `/api/update` appended.
5757
For example: "https://{{site-name}}.azurewebsites.net/api/updates". You'll need it in the next step and during the creation of the demo app.
5858

5959
## Subscribe to Advanced Messaging events
@@ -72,13 +72,13 @@ The Event Grid Viewer is a sample site that allows you to view incoming events f
7272

7373
:::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.":::
7474

75-
- 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.
75+
- 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`.
7676

7777
:::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.":::
7878

7979
- Select **Create**.
8080

81-
3. Now if you navigate back to the "Events" option in left panel of your Azure Communication Services resource, you should be able to see the new event subscription with the Advanced Messaging events.
81+
3. Navigate back to the **Events** option in left panel of your Azure Communication Services resource. Notice the new event subscription with Advanced Messaging events.
8282

8383
:::image type="content" source="./media/handle-advanced-messaging-events/verify-events.png" lightbox="./media/handle-advanced-messaging-events/verify-events.png" alt-text="Screenshot that shows two Advanced messaging events subscribed.":::
8484

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dotnet add package Azure.Communication.Messages
8484

8585
Open the *Program.cs* file in a text editor.
8686

87-
Replace the contents of your Program.cs with the following code:
87+
Replace the contents of your *Program.cs* with the following code:
8888

8989
```csharp
9090
using System;

0 commit comments

Comments
 (0)