Questions tagged [azure-regions]

12 questions
45
votes
6 answers

Is there an API to list all Azure Regions?

I would like to list all Azure locations via some API (I need to generate some config files for every region, and use the exact naming that Azure does to avoid typos). I found this question, but it only lists regions a particular subscription is…
aoetalks
  • 1,741
  • 1
  • 13
  • 26
2
votes
2 answers

Azure Frontdoor or traffic manager

Just wanted the recommendations in using azure frontdoor or azure traffic manager for my 2 different web apps hosted on different regions? Can we use both together?
1
vote
1 answer

Azure Resource Groups - Moving to a new Resource Group. Is there any downtime?

I have a bunch of resources located in East US, however the Resource Group was created using West US location. Although the Resource Groups are just a way to logically group resources, I would like to match the location of the Resource Group with…
user3587624
  • 1,427
  • 5
  • 29
  • 60
1
vote
1 answer

Azure SQL Server Location list is restricted

SQL Server Location list on Enterprise is very limited Why is it that the list is much more limited than when using a student license? Student license has larger list Edit: Seems like it was a temporary issue. It wasn't just the graphical interface,…
Anh-Duc
  • 154
  • 1
  • 12
1
vote
1 answer

Which Azure region is "North Central US"

I am trying to whitelist an Azure region in an app. I downloaded the IPs for the regions from here: https://www.microsoft.com/en-us/download/details.aspx?id=41653 and I do not see one that is obviously North Central US For US, there are (in the…
naspinski
  • 34,020
  • 36
  • 111
  • 167
0
votes
3 answers

Is there a REST API call to retrieve regions that are zero-waste certified on Azure?

If you go to this website https://datacenters.microsoft.com/globe/explore and you click on "region filters" and "sustainability filters" and you select "zero-waste certified" you can view the regions that are zero-waste certified. I'd like to make a…
0
votes
1 answer

Can blob storage be shared between different regions?

I want to implement a multi-region architecture in azure. My current architecture is running in one region and I am using blob storage to save my data. I was wondering if the blob storage can be shared between users in different regions? because I…
Hkni
  • 115
  • 1
  • 11
0
votes
1 answer

Is list of Azure regions same for all subscriptions?

There are several ways to get list of regions in Azure, for example az account list-locations... Is this list same for all subscriptions and customers in Azure or can it happen that some subscription may see regions invisible for other? I mean still…
Tomas Kubes
  • 23,880
  • 18
  • 111
  • 148
0
votes
1 answer

Azure Log Analytics API permissions on west-us2 region

We try to create an AAD service principal for retrieving data from out Log Analytics workspace. Our AAD region is located in Germany Log Analytics is located in North Europe When attempting to create API permissions, the address to the API itself…
0
votes
2 answers

How to configure Load Balancer Across Regions for Isolated App Server where clients are internal/on prem

The customer wants an "active-active" failover configured for our WebApp in their Azure Subscription. They have a private cloud, so we proposed Isolated App Server for our app. Clients to the web app are internal (on prem) and app would have no…
0
votes
1 answer

Does region matter for a Resource Group?

A Resource Group (RG) can have individual resources under it that could belong to any of the Azure regions. So then, is there any logical meaning for 'region' for Resource Group? Does it really dictate anything? Or maybe it's just more like…
Dhiraj
  • 3,396
  • 4
  • 41
  • 80
-2
votes
1 answer

Does the region of a Public IP Address will affect where my data is passing throught

I have a public ip address provisioned on Azure in the Region US East while all other resources are provisioned in the Region US East 2. For now, we want to avoid creating a new public ip address in region US East 2 to keep the ip address that we…