【发布时间】:2019-08-09 08:00:19
【问题描述】:
我想从本地工作正常的 Azure 存储表中读取数据,因为我已将我的 IP 注册到 azure 存储的防火墙设置中,但是当我将其发布到 azure 时,我遇到了禁止错误,可能是由于授权。如何从存储表中读取数据?
我试过这样的。
new Microsoft.WindowsAzure.Storage.Auth.StorageCredentials(
"AccountName", "AccountKey"), true);
expected response should get all the data from azure storage table after publishing it into azure. but now getting forbidden error.
【问题讨论】:
-
尝试选择i.stack.imgur.com/9dn7J.png选项并重试。
-
@joy 已经尝试过但没有成功
标签: c# azure azure-active-directory azure-table-storage