Skip to content

Commit 87e42b9

Browse files
committed
Added helpful warning on redundancy
1 parent 55446ec commit 87e42b9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

infra/main.waf-aligned.bicepparam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ param enableScaling = true
1717

1818
//*************************************************************************************************
1919
// Redundancy, for azure storage and cosmos DB, set to true if you want to enable redundancy
20+
// !!! Please check capacity and availability for redundancy in your desirable regions first
21+
// and set it accordingly. We recommend to set this to false if you are not sure.
22+
//
2023
param enableRedundancy = false // If true, need to set secondaryLocation
2124
//param secondaryLocation = 'westus2' // Set the secondary location for redundancy
25+
//
2226
//*************************************************************************************************
2327

2428
//*************************************************************************************************

0 commit comments

Comments
 (0)