Saving Incoming IP Addresses in App Service

I have an Azure App service website, and I asked the service provider to open my outgoing IP addresses. How can I make sure that these IP addresses do not change?

If a new IP address is assigned to the service of my application, all calls from this IP address will be blocked by the service provider.

+4
source share
1 answer

Outgoing IP addresses refer to the brand / scale in which applications are included. This does not apply to a specific web space or resource group. You can find the marker / scale in the property blade at the endpoint of the FTP site. It should say something like "waws-prod ...". All applications included in the same marker / scale number in this region will have the same outgoing IP addresses, since they belong to the mark / scale.

The list of outgoing IP addresses is not completely static, but usually it does not change. Check out the reasons for changing the IP address in the stream described by Ruslan.

, , App Service. IP-. . https://docs.microsoft.com/en-us/azure/app-service/environment/app-service-app-service-environment-intro https://msdn.microsoft.com/en-us/magazine/mt793270.aspx.

+1

Source: https://habr.com/ru/post/1692349/


All Articles