【问题标题】:How to find IP address of Azure API App to generate a SAS token for it?如何找到 Azure API App 的 IP 地址为其生成 SAS 令牌?
【发布时间】:2017-05-08 20:08:19
【问题描述】:

我在 Azure API 应用程序中部署了一段代码,它从 Azure 表存储中读取数据。我想通过放置 Azure API 应用服务器的 IP 地址将其限制为读取访问。如何找到 Azure API 应用的 IP 地址?

【问题讨论】:

标签: azure azure-table-storage azure-api-apps


【解决方案1】:

即使您能够找到 Azure API 应用程序的 IP 地址,它也不起作用,因为 IP ACLing 仅适用于 Azure 之外的 IP 地址。来自这个link(部分Parameters common to account SAS and service SAS tokens

IP。一个可选参数,指定 IP 地址或范围 IP 地址Azure 之外(请参阅路由会话部分 Express Route 的配置状态)从中接受请求。

【讨论】:

    猜你喜欢
    • 2020-03-08
    • 1970-01-01
    • 2019-01-14
    • 1970-01-01
    • 2018-08-14
    • 2020-08-07
    • 2019-06-14
    • 2020-03-29
    • 2020-05-29
    相关资源
    最近更新 更多