We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8324d76 commit 4fd31a5Copy full SHA for 4fd31a5
articles/event-grid/custom-event-quickstart.md
@@ -82,8 +82,8 @@ The endpoint for your web app must include the suffix `/api/updates/`.
82
endpoint=https://$sitename.azurewebsites.net/api/updates
83
84
az eventgrid event-subscription create \
85
- --source-resource-id "/subscriptions/{subscription-id}/resourceGroups/{resource-group}/providers/Microsoft.EventGrid/topics/$topicname"
86
- --name demoViewerSub
+ --source-resource-id "/subscriptions/{subscription-id}/resourceGroups/{resource-group}/providers/Microsoft.EventGrid/topics/$topicname" \
+ --name demoViewerSub \
87
--endpoint $endpoint
88
89
```
0 commit comments