Please provide a list of specific IP ranges azure webJobs use

Hemanth Ampolu 1 Reputation point
2020-07-15T04:11:58.207+00:00

Hi Experts,

We have requirement to push data from azure webJob to a server within out datacenter.

Hence we would like to know the specific set of IP Ranges Azure WebJobs use so that we can whitelist at the internal server.

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

1 answer

Sort by: Most helpful
  1. KalyanChanumolu-MSFT 8,316 Reputation points
    2020-07-15T07:05:48.437+00:00

    @HemanthAmpolu-3685 Thank you for reaching out.

    The public IP ranges are published as Json files and are updated frequently.
    Below is an example from the JSON file showing IP ranges for AppServices in CentralIndia region

    12359-image.png

    You can also retrieve the IP's programmatically using a REST API, Powershell or Azure CLI via the Service Tag Discovery API

    Please whitelist the IP range of the region where your Appservice is deployed.

    Do let us know if you have further questions.


    If an Answer is helpful, please “Accept Answer” or Up-Vote for the same which might be beneficial to other community members reading this thread.

    0 comments No comments