问题描述
我已经进行了一些谷歌搜索,但无法获得确认的答案:Azure API管理服务是否提供静态IP地址?如果没有,我该如何配置?
I have done some googling but couldn't get a confirmed answer for this:Does Azure API management service provides a Static IP address? If not, how do i configure it?
我要问的原因是因为我的本地服务器仅接受来自列入白名单的IP地址的请求,因此我们需要来自Azure API管理的请求中的静态IP地址.
Reason i am asking is because my on-premise server only accepts request from whitelisted IP address and therefore we need a static ip address from request coming from Azure API management.
推荐答案
Azure api管理在创建服务时显示固定的IP地址.
Azure api management shows a fixed ip address when you create the service.
我们将其用于相同的情况,并且可以看到来自该IP的所有流量.
We use this for the same scenario and we see all traffic from this ip.
对此没有太多的背景信息,但这是: https://www.nimbo.com/blog/azure-api-management-service-high-availability-disaster-recovery-backup-restore/是
Not much background info on it but this: https://www.nimbo.com/blog/azure-api-management-service-high-availability-disaster-recovery-backup-restore/It is
Here the Faq on thathttps://docs.microsoft.com/en-us/azure/api-management/api-management-faq#is-the-api-management-gateway-ip-address-constant-can-i-use-it-in-firewall-rules
这篇关于Azure API管理服务中的静态IP地址的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!