有没有人按照下面的示例成功为 Azure APIM 中的 Blob 存储生成 SAS?
https://docs.microsoft.com/en-us/azure/api-management/policies/generate-shared-access-signature
已替换门户中的存储访问密钥(使用密钥 1 和密钥 2),但得到相同的结果。也尝试生成新密钥,但它也不起作用。
"表达式评估失败。字典中不存在给定键。\r\n 在 System.Collections.Generic.Dictionary`2.get_Item(TKey key)", "字典中不存在给定键。"
像我这样的 azure-apim starter 更令人困惑的是
<set-variable name="resourcePath" value="TableName()" />
,TableName() 是做什么的?