Skip to content

Commit fb11c58

Browse files
committed
comment out waf params
1 parent 4dd99c6 commit fb11c58

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

infra/main.bicepparam

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ param location = readEnvironmentVariable('AZURE_LOCATION')
77
// // Uncomment the following lines to enable the WAF-aligned configuration
88
// //*******************************************************************************
99

10-
param enableMonitoring = true
11-
param enableScaling = true
12-
param enableRedundancy = true
10+
// param enableMonitoring = true
11+
// param enableScaling = true
12+
// param enableRedundancy = true
1313

14-
param enablePrivateNetworking = true
15-
param vmAdminUsername = 'JumpboxAdminUser'
16-
param vmAdminPassword = 'JumpboxAdminP@ssw0rd1234!'
14+
// param enablePrivateNetworking = true
15+
// param vmAdminUsername = 'JumpboxAdminUser'
16+
// param vmAdminPassword = 'JumpboxAdminP@ssw0rd1234!'
1717

1818
//param secondaryLocation = 'uksouth' // TODO - test this

0 commit comments

Comments
 (0)