We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8b6a7f + efa5176 commit 4263725Copy full SHA for 4263725
1 file changed
infra/main.bicep
@@ -177,6 +177,7 @@ var replicaRegionPairs = {
177
southeastasia: 'eastasia'
178
uksouth: 'westeurope'
179
westeurope: 'northeurope'
180
+ westus3: 'eastus'
181
}
182
var replicaLocation = replicaRegionPairs[resourceGroup().location]
183
@@ -545,6 +546,7 @@ var cosmosDbZoneRedundantHaRegionPairs = {
545
546
547
548
549
550
551
var cosmosDbHaLocation = cosmosDbZoneRedundantHaRegionPairs[resourceGroup().location]
552
0 commit comments