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,7 +3,6 @@ using './main.bicep'
33param solutionName = readEnvironmentVariable ('AZURE_ENV_NAME' )
44param location = readEnvironmentVariable ('AZURE_LOCATION' )
55
6-
76//**************************************************************************************************
87// WAF-aligned configurations:
98// Monitoring
@@ -20,14 +19,13 @@ param enableScaling = true
2019// !!! Please check capacity and availability for redundancy in your desirable regions first
2120// and set it accordingly. We recommend to set this to false if you are not sure.
2221//
23- param enableRedundancy = false // If true, need to set secondaryLocation
24- //param secondaryLocation = 'westus2' // Set the secondary location for redundancy
25- //
22+ param enableRedundancy = false // If true, need to set secondaryLocation
23+ //param secondaryLocation = 'westus2' // Set the secondary location for redundancy
2624//*************************************************************************************************
2725
2826//*************************************************************************************************
2927// Private networking
3028param enablePrivateNetworking = true
31- param vmAdminUsername = 'JumpboxAdminUser'
32- param vmAdminPassword = 'JumpboxAdminP@ssw0rd1234!'
29+ param vmAdminUsername = 'JumpboxAdminUser' // update this to your desired admin username
30+ param vmAdminPassword = 'JumpboxAdminP@ssw0rd1234!' // update this to your desired admin password
3331//*************************************************************************************************
You can’t perform that action at this time.
0 commit comments