Skip to content

Commit 4fd31a5

Browse files
phillipdwrightSyntaxC4
authored andcommitted
Properly format topic subscription command
1 parent 8324d76 commit 4fd31a5

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
@@ -82,8 +82,8 @@ The endpoint for your web app must include the suffix `/api/updates/`.
8282
endpoint=https://$sitename.azurewebsites.net/api/updates
8383
8484
az eventgrid event-subscription create \
85-
--source-resource-id "/subscriptions/{subscription-id}/resourceGroups/{resource-group}/providers/Microsoft.EventGrid/topics/$topicname"
86-
--name demoViewerSub
85+
--source-resource-id "/subscriptions/{subscription-id}/resourceGroups/{resource-group}/providers/Microsoft.EventGrid/topics/$topicname" \
86+
--name demoViewerSub \
8787
--endpoint $endpoint
8888
8989
```

0 commit comments

Comments
 (0)