简体   繁体   中英

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

I have one azure function which call clients api.

Client want a azure function ip address to whitelist them in there api network so that my azure function can access there 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.

How to get all possible ip address which i can give client to whitelist pls advice. For production im using 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.

The bad news is that, possible and guaranteed that IP address will not change, requires using the isolated tier.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM