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, 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"
}

 

 

Resources