File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ param location = readEnvironmentVariable('AZURE_LOCATION')
66
77//**************************************************************************************************
88// WAF-aligned configurations:
9- // monitoring
10- // scaling
11- // redundancy
12- // private networking
9+ // Monitoring
10+ // Scaling
11+ // Redundancy
12+ // Private networking
1313//*************************************************************************************************
1414
1515param enableMonitoring = true
@@ -20,7 +20,7 @@ param enableScaling = true
2020// !!! Please check capacity and availability for redundancy in your desirable regions first
2121// and set it accordingly. We recommend to set this to false if you are not sure.
2222//
23- param enableRedundancy = false // If true, need to set secondaryLocation
23+ param enableRedundancy = false // If true, need to set secondaryLocation
2424//param secondaryLocation = 'westus2' // Set the secondary location for redundancy
2525//
2626//*************************************************************************************************
You can’t perform that action at this time.
0 commit comments