Skip to content

Instantly share code, notes, and snippets.

@akki-s
Created August 11, 2018 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akki-s/0cff419a4b7045ad4a6234887b7ef770 to your computer and use it in GitHub Desktop.
Save akki-s/0cff419a4b7045ad4a6234887b7ef770 to your computer and use it in GitHub Desktop.
An example Azure CLI command to create an Event Grid Subscription, which receives all the events occurring at subscription level
az eventgrid event-subscription create --name eg-subscription-test --endpoint https://myhttptriggerfunction.azurewebsites.net/api/f1?code=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment