Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ param solutionUniqueText string = take(uniqueString(subscription().id, resourceG
'australiaeast'
'centralus'
'eastasia'
'eastus'
'eastus2'
'japaneast'
'northeurope'
'southeastasia'
'westeurope'
'uksouth'
])
param location string
Expand Down Expand Up @@ -1251,6 +1249,7 @@ module cosmosDb 'br/public:avm/res/document-db/database-account:0.15.0' = {
{
locationName: location
failoverPriority: 0
isZoneRedundant: enableRedundancy
}
]
}
Expand Down
Loading