Skip to content

Commit fa6af2b

Browse files
Merge pull request #229747 from ddematheu2/patch-1
Update view-events-request-bin.md
2 parents 4139853 + 6d3ccff commit fa6af2b

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

articles/communication-services/how-tos/call-automation/record-every-call.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ The Call Started event when a call start is formatted in the following way:
5656

5757
```
5858

59+
> [!NOTE]
60+
> Using Azure Event Grid incurs additional costs. For more information, see [Azure Event Grid pricing](https://azure.microsoft.com/pricing/details/event-grid/).
61+
5962
## Pre-requisites
6063

6164
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ ms.service: azure-communication-services
1515

1616
This document shows you how to validate that your Azure Communication Services resource sends events using Azure Event Grid viewer or RequestBin.
1717

18+
> [!NOTE]
19+
> Using Azure Event Grid incurs additional costs. For more information, see [Azure Event Grid pricing](https://azure.microsoft.com/pricing/details/event-grid/).
20+
1821
## Pre-requisites
1922

2023
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

articles/communication-services/quickstarts/sms/receive-sms.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ The `SMSReceived` event generated when an SMS is sent to an Azure Communication
4242
}]
4343
```
4444

45-
To start generating the events, we must configure Azure Event Grid for our Azure Communication Services resource. Leveraging Event Grid generates an additional charge for the usage. More information on Event Grid pricing can be found on the [pricing page](https://azure.microsoft.com/pricing/details/event-grid/).
45+
To start generating the events, we must configure Azure Event Grid for our Azure Communication Services resource.
46+
47+
> [!NOTE]
48+
> Using Azure Event Grid incurs additional costs. For more information, see [Azure Event Grid pricing](https://azure.microsoft.com/pricing/details/event-grid/).
4649
4750
## Pre-requisites
4851

0 commit comments

Comments
 (0)