Skip to content

Commit 9a56de3

Browse files
committed
added comments
1 parent 5fdc6e4 commit 9a56de3

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

infra/main.waf-aligned.bicepparam

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ using './main.bicep'
33
param solutionName = readEnvironmentVariable('AZURE_ENV_NAME')
44
param 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
3028
param 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
//*************************************************************************************************

0 commit comments

Comments
 (0)