简体   繁体   中英

azure function or web service with Internal IP address

I need to create an azure function or web service but I need to add an internal IP address

Is this possible?

Which is the minimum App service Plan required for this?

If you really need an internal IP Address I believe the only option is by using App Service Environment.

https://docs.microsoft.com/en-us/azure/app-service/environment/intro

However, if you just need to block public access, you can achieve this by using Service Endpoints:

https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-service-endpoints-overview

https://docs.microsoft.com/en-us/azure/app-service/app-service-ip-restrictions

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