2

EventGrid Doc provides a sample code to generate aeg-sas-token. However, I could not find what is the key used to generate aeg-sas-token. I tried the EventGrid access key and it did not work.

Yonghe
  • 61
  • 5

1 Answers1

1

I figured it out. According to the doc, the resource is: https://<yourtopic>.<region>.eventgrid.azure.net/eventGrid/api/events. However, the actual resource that works for me is: https://<yourtopic>.<region>.eventgrid.azure.net/eventGrid/api/events?api-version=2018-01-01

Yonghe
  • 61
  • 5