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.
Asked
Active
Viewed 1,375 times
2
-
Can you provide a code sample of what you are doing? – dbarkol May 01 '18 at 19:41
-
try to use a min time 8 minutes, so the expirationUtc = DateTime.UtcNow + TimeSpan.FromMinutes(8). For me it' is working very well. – Roman Kiss May 01 '18 at 20:50