Skip to content

Commit d95866f

Browse files
committed
edit pass: custom-event-quickstarts
1 parent 683ae36 commit d95866f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/custom-event-to-function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ An Event Grid topic provides a user-defined endpoint that you post your events t
109109

110110
1. For **Subscription**, select your Azure subscription.
111111
1. For **Resource group**, select the same resource group from the previous steps.
112-
1. For **Name**, provide a unique name for the custom topic. The topic name must be unique because it's represented by a DNS entry.
112+
1. For **Name**, provide a unique name for the custom topic. The topic name must be unique because a Domain Name System (DNS) entry represents it.
113113

114114
Don't use the name shown in the example image. Instead, create your own name. It must be 3-50 characters and contain only the values a-z, A-Z, 0-9, and a hyphen (`-`).
115115
1. For **Region**, select a location for the Event Grid topic.
@@ -269,7 +269,7 @@ The second example uses Azure PowerShell to perform similar steps.
269269

270270
### Verify that the function received the event
271271

272-
You've triggered the event, and Event Grid sent the message to the endpoint that you configured when subscribing. Now you can check whether the function received it.
272+
You triggered the event, and Event Grid sent the message to the endpoint that you configured when subscribing. Now you can check whether the function received it.
273273

274274
1. On the **Monitor** page for your function, find an invocation.
275275

0 commit comments

Comments
 (0)