File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ //
2023param enableRedundancy = false // If true, need to set secondaryLocation
2124//param secondaryLocation = 'westus2' // Set the secondary location for redundancy
25+ //
2226//*************************************************************************************************
2327
2428//*************************************************************************************************
You can’t perform that action at this time.
0 commit comments