Skip to content

Commit 4263725

Browse files
Merge pull request #43 from microsoft/psl-deployment-westus3-bug
fix: add westus3 in replicaRegionPairs
2 parents c8b6a7f + efa5176 commit 4263725

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

infra/main.bicep

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ var replicaRegionPairs = {
177177
southeastasia: 'eastasia'
178178
uksouth: 'westeurope'
179179
westeurope: 'northeurope'
180+
westus3: 'eastus'
180181
}
181182
var replicaLocation = replicaRegionPairs[resourceGroup().location]
182183

@@ -545,6 +546,7 @@ var cosmosDbZoneRedundantHaRegionPairs = {
545546
southeastasia: 'eastasia'
546547
uksouth: 'westeurope'
547548
westeurope: 'northeurope'
549+
westus3: 'eastus'
548550
}
549551
var cosmosDbHaLocation = cosmosDbZoneRedundantHaRegionPairs[resourceGroup().location]
550552

0 commit comments

Comments
 (0)