Skip to content

Commit e95d37c

Browse files
committed
local and viewing events
1 parent 803f3aa commit e95d37c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

articles/communication-services/how-tos/event-grid/local-testing-event-grid.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Test your Event Grid handler locally
33
titleSuffix: An Azure Communication Services how-to document
4-
description: "In this how-to document, you can learn how to locally test your Event Grid handler for Azure Communication Services events with Postman"
4+
description: In this how-to document, you can learn how to locally test your Event Grid handler for Azure Communication Services events with Postman.
55
author: ddematheu2
66
manager: shahen
77
services: azure-communication-services
@@ -32,7 +32,7 @@ ngrok http 7071
3232

3333
1. Open Postman and create a new request.
3434

35-
![Postman body](media/postman_body.png)
35+
![Screenshot of Postman body configuration](media/postman_body.png)
3636

3737
2. Select the `POST` method.
3838

@@ -68,10 +68,10 @@ ngrok http 7071
6868
- `Content-Type`: `application/json`
6969
- `aeg-event-type`: `Notification`
7070

71-
![Postman headers](media/postman_header.png)
71+
![Screenshot of Postman headers configuration](media/postman_header.png)
7272

7373
6. Select the `Send` button to trigger the event.
7474

75-
![Postman send](media/postman_send.png)
75+
![Screenshot of Postman send button](media/postman_send.png)
7676

7777
At this point, an event should trigger in your Azure Function. You can verify the event by looking at the execution of your Azure Function. You can then validate that the function is doing its job correctly.
3.29 KB
Loading
5.38 KB
Loading
-4.18 KB
Loading

articles/communication-services/how-tos/event-grid/view-events-request-bin.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Validate Azure Communication Services events
33
titleSuffix: An Azure Communication Services how-to document
4-
description: "In this how-to document, you can learn how to validate Azure Communication Services events with RequestBin or Azure Event Viewer"
4+
description: In this how-to document, you can learn how to validate Azure Communication Services events with RequestBin or Azure Event Viewer.
55
author: ddematheu2
66
manager: shahen
77
services: azure-communication-services
@@ -13,7 +13,7 @@ ms.service: azure-communication-services
1313

1414
# Validate Azure Communication Services events
1515

16-
As developers are getting started with Azure Communication Services, they often want to validate that their events are being sent by their resource. This document shows you how to validate that your events are being sent by your Azure Communication Services resource using Azure Event Grid viewer or RequestBin.
16+
This document shows you how to validate that your Azure Communication Services resource sends events using Azure Event Grid viewer or RequestBin.
1717

1818
## Pre-requisites
1919

@@ -23,9 +23,9 @@ As developers are getting started with Azure Communication Services, they often
2323

2424
If you already have an Azure Event Grid viewer deployed or would like to have a more robust viewer in place, you can follow instructions to [deploy it](/samples/azure-samples/azure-event-grid-viewer/azure-event-grid-viewer/). You need the endpoint generated by the Event Grid viewer.
2525

26-
Alternatively, if you want a quick and easy way to validate your events, you can use [RequestBin](https://requestbin.com/). RequestBin offers two modalities to pick from. If you want to quickly test your events, you can use the [public endpoint](https://requestbin.com/r) set up. This public endpoints makes event data accessible to anyone with a URL. If you prefer to keep it private, you can create a RequestBin account and create a private endpoint. See RequestBin for more information about [public vs private endpoints](https://requestbin.com/docs/#public-vs-private-endpoints).
26+
Alternatively, if you want a quick and easy way to validate your events, you can use [RequestBin](https://requestbin.com/). RequestBin offers two modalities to pick from. If you want to quickly test your events, you can use the [public endpoint](https://requestbin.com/r) setup. These public endpoints make event data accessible to anyone with a URL. If you prefer to keep it private, you can create a RequestBin account and create a private endpoint. For more information, see RequestBin [public vs private endpoints](https://requestbin.com/docs/#public-vs-private-endpoints).
2727

28-
![request bin url](./media/requestbin-url.png)
28+
![Screenshot of RequestBin URL configuration](./media/requestbin-url.png)
2929

3030
The next steps are the same for both options.
3131

@@ -43,7 +43,7 @@ The next steps are the same for both options.
4343

4444
2. (Optional, only if using RequestBin) You need to copy the `validationURL` on the first event the gets posted to your endpoint. You need to paste that URL on your browser to validate the endpoint. The page should saw 'Webhook successfully validated as a subscription endpoint'.
4545

46-
![request bin validation](./media/validation-request-bin.png)
46+
![Screenshot showing event in RequestBin](./media/validation-request-bin.png)
4747

4848
## View events
4949

0 commit comments

Comments
 (0)