【发布时间】:2019-09-28 07:10:14
【问题描述】:
我想达到什么目的
通过 Azure 函数连接到位于防火墙后面的 Azure BLOB 存储帐户。
目前已采取的步骤
- Azure Function 针对公共存储帐户进行开发和测试,并按预期工作。
- 在 Azure Resource Explorer 我的 Azure 函数之后,我找到了 出站 地址(
"outboundIpAddresses"条目)并将它们添加到存储帐户的防火墙中。
问题
在尝试使用防火墙对存储帐户运行 Azure 函数时,我收到了 Status: 500 Internal Server Error - This request is not authorized to perform this operation.
我在这里错过了什么?
【问题讨论】:
-
从函数到 blob 存储的私有端点应该可以工作吗?
标签: azure azure-storage azure-functions azure-blob-storage