Azure web app is using an outbound IP that is not listed.

Andrew 0 Reputation points
2024-11-20T03:52:41.6566667+00:00

Hi,

Our Azure Web App has changed outgoing IP to one that is not listed in either Outbound IP addresses or Additional Outbound IP addresses.

We have checked both the portal and using the command;

az webapp show --resource-group <group_name> --name <app_name> --query outboundIpAddresses --output tsv

All of the usual outbound addresses are in the range of 20.xx.xx.xx

In Kudu we used curl -s https://api.ipify.org

and the outbound IP it is using is 104.209.xx.xx

We have not made any changes that would trigger an outbound IP change, but even if we did, it should be in the Additional Outbound IP addresses list.

We can work with this new IP. This does present a problem for us if the azure app is going to randomly change outgoing IPs to one that is not listed anywhere.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,960 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 19,301 Reputation points Moderator
    2024-12-27T22:35:03.2433333+00:00

    Hi Andrew, thanks for the update on this issue. Glad to hear you can now see the new outbound IP. Outbound IP addresses can change due to updates or scaling operations. So you can verify the current outbound IP addresses listed in the Azure portal under your Web App’s properties. Remember this can sometimes take a bit of time to update

    Best,

    Grace

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.