如何找到 Azure API App 的 IP 地址为其生成 SAS 令牌?

How to find IP address of Azure API App to generate a SAS token for it?

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

即使您能够找到 Azure API 应用程序的 IP 地址,它也无法工作,因为 IP ACLing 仅适用于 Azure 以外的 IP 地址。从此link(部分Parameters common to account SAS and service SAS tokens

IP. An optional parameter that specifies an IP address or a range of IP addresses outside of Azure (see the section Routing session configuration state for Express Route) from which to accept requests.