Forum Discussion
coffeebakery
Apr 30, 2024Copper Contributor
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"
}
]
- tommykneetzIron Contributorthere 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------ coffeebakeryCopper 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