Skip to content

Commit f7b9428

Browse files
committed
added comments
1 parent fb11c58 commit f7b9428

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

infra/main.bicepparam

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

infra/main.waf-aligned.bicepparam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ param solutionName = readEnvironmentVariable('AZURE_ENV_NAME')
44
param location = readEnvironmentVariable('AZURE_LOCATION')
55

66
// //*******************************************************************************
7-
// // Uncomment the following lines to enable the WAF-aligned configuration
7+
// // WAF-aligned configuration
88
// //*******************************************************************************
99

1010
param enableMonitoring = true

0 commit comments

Comments
 (0)