Skip to content

Commit 2b425b2

Browse files
authored
pencil edits
Lines 38 and 78: event grid > Event Grid
1 parent 9f0314f commit 2b425b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/custom-event-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ az group create --name gridResourceGroup --location westus2
3535

3636
## Create a custom topic
3737

38-
An event grid topic provides a user-defined endpoint that you post your events to. The following example creates the custom topic in your resource group using Bash in Azure Cloud Shell. Replace `<your-topic-name>` with a unique name for your topic. The custom topic name must be unique because it's part of the DNS entry. Additionally, it must be between 3-50 characters and contain only values a-z, A-Z, 0-9, and "-"
38+
An Event Grid topic provides a user-defined endpoint that you post your events to. The following example creates the custom topic in your resource group using Bash in Azure Cloud Shell. Replace `<your-topic-name>` with a unique name for your topic. The custom topic name must be unique because it's part of the DNS entry. Additionally, it must be between 3-50 characters and contain only values a-z, A-Z, 0-9, and "-"
3939

4040
1. Copy the following command, specify a name for the topic, and press ENTER to run the command.
4141

@@ -75,7 +75,7 @@ You should see the site with no messages currently displayed.
7575
7676
## Subscribe to a custom topic
7777
78-
You subscribe to an event grid topic to tell Event Grid which events you want to track and where to send those events. The following example subscribes to the custom topic you created, and passes the URL from your web app as the endpoint for event notification.
78+
You subscribe to an Event Grid topic to tell Event Grid which events you want to track and where to send those events. The following example subscribes to the custom topic you created, and passes the URL from your web app as the endpoint for event notification.
7979
8080
The endpoint for your web app must include the suffix `/api/updates/`.
8181

0 commit comments

Comments
 (0)