Skip to content

Commit 58fb2f9

Browse files
Update infra/main.bicep
Co-authored-by: Copilot <[email protected]>
1 parent 6cfd2fe commit 58fb2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ param existingLogAnalyticsWorkspaceId string = ''
1212
@description('Optional. CosmosDB Location')
1313
param cosmosLocation string = resourceGroup().location
1414

15-
@description('Optional. Secondary CosmosDB Location for high availability and failover scenarios.')
15+
@description('Optional. Secondary CosmosDB Location for high availability and failover scenarios. Not all Azure regions support zone redundancy for Cosmos DB. See https://learn.microsoft.com/azure/cosmos-db/high-availability#azure-regions-and-zone-redundancy for supported regions.')
1616
param secondaryCosmosLocation string = 'canadacentral'
1717

1818
@minLength(1)

0 commit comments

Comments
 (0)