Forum Discussion

coffeebakery's avatar
coffeebakery
Copper Contributor
Apr 30, 2024

Azure paired region isn't showing up in azure cli

Hi,

 

I'm trying to use this command to see my regions and how they are paired, however it's not really showing that much compared to what's on the Azure site, https://learn.microsoft.com/en-gb/azure/reliability/cross-region-replication-azure Why is that?

az account list-locations --query "[?contains(displayName,'Sweden')].{displayName:
displayName, Location:metadata.physicalLocation, PairedRegion:metadata.pairedRegion.name}"

[
{
"Location": "Gävle",
"PairedRegion": null,
"displayName": "Sweden Central"
},
{
"Location": null,
"PairedRegion": null,
"displayName": "Sweden"
}

 

 

2 Replies

  • tommykneetz's avatar
    tommykneetz
    Iron Contributor
    there some restrictions for some paired regions: https://learn.microsoft.com/en-us/azure/reliability/cross-region-replication-azure#azure-paired-regions
    ---snap---
    (*) Certain regions are access restricted to support specific customer scenarios, such as in-country/region disaster recovery. These regions are available only upon request by creating a new support request.
    ---/snap-----

    • coffeebakery's avatar
      coffeebakery
      Copper Contributor

      tommykneetz  thanks for the reply. But this doesn’t explain why I don’t see the information in cli but I do on Microsoft.com

Resources