0

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 in scope of Azure Global cloud.

It is interesting that Listing regions by Azure SDK for .NET return empty property Subscription ID for region.

Tomas Kubes
  • 23,880
  • 18
  • 111
  • 148

1 Answers1

0

It is not the same for all subscriptions. From the documentation:

"List supported regions for the current subscription"

See: https://learn.microsoft.com/en-us/cli/azure/account?view=azure-cli-latest#az_account_list_locations

Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252