Skip to content

Commit 5fdc6e4

Browse files
committed
format update
1 parent 0b322af commit 5fdc6e4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

infra/main.waf-aligned.bicepparam

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

1515
param 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
//*************************************************************************************************

0 commit comments

Comments
 (0)