Skip to content

Commit 329f8c6

Browse files
updated the main_custom for cosmos error
1 parent 5e201c5 commit 329f8c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infra/main_custom.bicep

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ param solutionUniqueText string = take(uniqueString(subscription().id, resourceG
2222
'australiaeast'
2323
'centralus'
2424
'eastasia'
25-
'eastus'
2625
'eastus2'
2726
'japaneast'
2827
'northeurope'
2928
'southeastasia'
30-
'westeurope'
3129
'uksouth'
3230
])
3331
param location string
@@ -1340,6 +1338,7 @@ module cosmosDb 'br/public:avm/res/document-db/database-account:0.15.0' = {
13401338
{
13411339
locationName: location
13421340
failoverPriority: 0
1341+
isZoneRedundant: enableRedundancy
13431342
}
13441343
]
13451344
}

0 commit comments

Comments
 (0)