azure - How to find app service that an outgoing IP address belongs to? -


i have ip address know belongs 1 of app services on azure. how can find out app service it?

update

kaushal kumar panday's answer reveals ip addresses on azure not belong single app service, belong data centre.

is there way list of app services in azure account share outgoing ip address?

in azure app service, outbound ip address not correspond specific web app. tied data centre , shared apps on data centre.

so sites running on specific data centre have same outbound ip address.

there no way trace web app using ip. may able trace specific data centre, not originating web app.

update

your site on same data centre can have different list of outbound ip addresses. data centre logical unit, comprised of several physical units. example, west europe logical entity comprised of several physical data centres. approach used scale data centres. see article: inside azure app service architecutre

scale units

on 1 scale unit (physical dc) several thousands of sites running , might seeing outbound ip address of specific scale unit.

also, if have apps inside same app service plan, outbound ip address same.

if ping default name of web app know actual scale unit shown below

cmd


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -