Hi, I found a JSON which contains all Azure IP's (www.microsoft.com/en-us/download/details.aspx?id=56519). But I want to find it which IP's are used here for 1 specific region (West Europe) and for Azure Analysis Services.
But I can't find that in this file.
My own investigation on IP-address used by AAS in West Europa gives me:
40.118.1.96
52.174.54.246
40.91.219.88
and so on.
When I look in this file I find by example:
52.174.0.0/16, when I'm correct 52.174.54.246 fits in here. And 40.118.0.0/17 covers 40.118.1.96 and so on and so on.
But al there ranges are in systemService "". So it has no name.
Is it true that AAS is in systemService with no name? And what other services are also in this list?
I was hoping to receive a specific list of IP's that are used for AAS, but I guess that's not the way it's working, right?