From 0a2a71112a80af3fbf4f004e25d3b195175ab517 Mon Sep 17 00:00:00 2001 From: Abdul-Microsoft Date: Mon, 8 Sep 2025 16:54:26 +0530 Subject: [PATCH] Remove unsupported Azure regions and add zone redundancy to Cosmos DB module configuration --- infra/main.bicep | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/main.bicep b/infra/main.bicep index 8bedd7894..790f0b09b 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -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 @@ -1251,6 +1249,7 @@ module cosmosDb 'br/public:avm/res/document-db/database-account:0.15.0' = { { locationName: location failoverPriority: 0 + isZoneRedundant: enableRedundancy } ] }