Skip to content

Commit a3f40cc

Browse files
committed
clean file
1 parent 42564c0 commit a3f40cc

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

infra/main.bicepparam

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,3 @@ using './main.bicep'
33
param solutionName = readEnvironmentVariable('AZURE_ENV_NAME')
44
param location = readEnvironmentVariable('AZURE_LOCATION')
55

6-
// //*******************************************************************************
7-
// // 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
11-
// //*******************************************************************************
12-
13-
// param enableMonitoring = true
14-
// param enableScaling = true
15-
// param enableRedundancy = true
16-
// //param secondaryLocation = 'uksouth' // TODO - test this
17-
18-
// param enablePrivateNetworking = true
19-
// param vmAdminUsername = 'JumpboxAdminUser'
20-
// param vmAdminPassword = 'JumpboxAdminP@ssw0rd1234!'
21-
22-

0 commit comments

Comments
 (0)