EventGrid文档提供了生成aeg sas-token的示例代码。但是,我找不到用于生成aeg-sas-token的密钥。我尝试了EventGrid访问密钥,但它不起作用。
发布于 2018-05-02 09:31:12
我想通了。根据the doc的说法,资源是:https://<yourtopic>.<region>.eventgrid.azure.net/eventGrid/api/events。但是,对我有效的实际资源是:https://<yourtopic>.<region>.eventgrid.azure.net/eventGrid/api/events?api-version=2018-01-01
https://stackoverflow.com/questions/50120429
复制相似问题