Recently I got the above error when creating an Event Grid subscription
Following are the steps I used to resolve the error
Using Azure Cloud Shell execute following commands
- az account set --subscription "Visual Studio Enterprise Subscription"
- az provider register --namespace Microsoft.EventGrid
- az provider show -n Microsoft.EventGrid
This will register the provider in your subscription.
This format is applicable for registering any service providers in your subscription
No comments:
Post a Comment