File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,20 +3,3 @@ using './main.bicep'
33param solutionName = readEnvironmentVariable ('AZURE_ENV_NAME' )
44param 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-
You can’t perform that action at this time.
0 commit comments