Skip to content

Commit 7870d76

Browse files
authored
Merge pull request #177008 from Muksvso/master
Updated the az eventgrid command
2 parents 42495e9 + e020ad1 commit 7870d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/howto-app-configuration-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ appconfigId=$(az appconfig show --name <appconfig_name> --resource-group <resour
8585
endpoint=https://$sitename.azurewebsites.net/api/updates
8686
8787
az eventgrid event-subscription create \
88-
--resource-id $appconfigId \
88+
--source-resource-id $appconfigId \
8989
--name <event_subscription_name> \
9090
--endpoint $endpoint
9191
```

0 commit comments

Comments
 (0)