简体   繁体   English

如何获取azure function app的所有ip地址以将它们列入白名单?

[英]How to get all ip address of azure function app to whitelist them?

I have one azure function which call clients api.我有一个调用客户端 api 的 azure 函数。

Client want a azure function ip address to whitelist them in there api network so that my azure function can access there api.客户想要一个 azure 函数 ip 地址将它们列入 api 网络的白名单,以便我的 azure 函数可以访问那里的 api。

I tried to give them all Outbound Ip Address I can get from azure function properties but i can see everytime im getting all new ip address.我试图给他们所有的Outbound Ip Address我可以从 azure 函数属性中获得,但每次我都可以看到所有新的 ip 地址。

How to get all possible ip address which i can give client to whitelist pls advice.如何获得所有可能的IP地址,我可以给客户白名单请建议。 For production im using App Service Plan (S1: 1)对于使用App Service Plan (S1: 1)生产即时消息

在此处输入图片说明

You can do this.你可以这样做。 There are different possibilities depending on the pricing tier.根据定价层,有不同的可能性。 From not possible at all, to possible but may change, to possible and guaranteed that IP address will not change.从根本不可能,到可能但可能会改变,到可能并保证 IP 地址不会改变。

The bad news is that, possible and guaranteed that IP address will not change, requires using the isolated tier.坏消息是,可能并保证 IP 地址不会更改,需要使用隔离层。

See: https://docs.microsoft.com/en-us/azure/azure-functions/ip-addresses#dedicated-ip-addresses请参阅: https : //docs.microsoft.com/en-us/azure/azure-functions/ip-addresses#dedicated-ip-addresses

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure 应用服务 - 如何将端点列入白名单(不是 IP 地址) - Azure app service - how do I whitelist an endpoint (not IP address) Azure Postgres PaaS - 如何将 IP 地址列入白名单? - Azure Postgres PaaS - How to whitelist an IP address? 如何将 Azure WAF 中的 ip 地址列入白名单 - How to whitelist an ip address in Azure WAF 我如何知道要在Google Cloud SQL中列入白名单的Azure应用服务的IP地址 - How do I know which IP address of an Azure App Service to whitelist in Google Cloud SQL 如何在 Azure SQL 数据库中将 Function 应用程序列入白名单 - How to whitelist the Function app in Azure SQL Database Azure WebApp的白名单入站IP地址? - Whitelist inbound IP address for Azure WebApp? Azure AKS IP 地址到白名单图像注册表 - Azure AKS IP address to whitelist Image Registry Whitelist the outbound IP address of an Azure Web App in the Azure SQL server firewall settings using ARM templates - Whitelist the outbound IP address of an Azure Web App in the Azure SQL server firewall settings using ARM templates 如何在 Azure Web 应用服务上获取 IP 地址 - How to get IP Address on Azure Web App Service 如何在 Azure 函数中获取客户端 IP 地址 - How can I get the clients ip address in an Azure function
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM