Azure paired region isn't showing up in azure cli

Copper Contributor

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, Azure cross-region replication | Microsoft Learn. 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
there some restrictions for some paired regions: https://learn.microsoft.com/en-us/azure/reliability/cross-region-replication-azure#azure-paired-regi...
---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-----

@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