File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ param location = readEnvironmentVariable('AZURE_LOCATION')
55
66// //*******************************************************************************
77// // Uncomment the following lines to enable the WAF-aligned configuration
8+ // For a quick test of WAF-aligned configuration. Revert back to the original
9+ // configuration by commenting out (or delete) the following lines.
10+ // Refer to infra/main.waf-aligned.bicep for the WAF-aligned configuration
811// //*******************************************************************************
912
1013// param enableMonitoring = true
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ param solutionName = readEnvironmentVariable('AZURE_ENV_NAME')
44param location = readEnvironmentVariable ('AZURE_LOCATION' )
55
66// //*******************************************************************************
7- // // Uncomment the following lines to enable the WAF-aligned configuration
7+ // // WAF-aligned configuration
88// //*******************************************************************************
99
1010param enableMonitoring = true
You can’t perform that action at this time.
0 commit comments