Skip to content

Commit 3d70285

Browse files
committed
set to sandbox config
1 parent 56e6036 commit 3d70285

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

infra/main.bicepparam

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ param location = readEnvironmentVariable('AZURE_LOCATION')
1111
// Refer to infra/main.waf-aligned.bicep for the WAF-aligned configuration
1212
// //*******************************************************************************
1313

14-
param enableMonitoring = true
15-
param enableScaling = true
16-
param enableRedundancy = true
17-
//param secondaryLocation = 'uksouth' // TODO - test this
14+
// param enableMonitoring = true
15+
// param enableScaling = true
16+
// param enableRedundancy = true
17+
// //param secondaryLocation = 'uksouth' // TODO - test this
1818

19-
param enablePrivateNetworking = true
20-
param vmAdminUsername = 'JumpboxAdminUser'
21-
param vmAdminPassword = 'JumpboxAdminP@ssw0rd1234!'
19+
// param enablePrivateNetworking = true
20+
// param vmAdminUsername = 'JumpboxAdminUser'
21+
// param vmAdminPassword = 'JumpboxAdminP@ssw0rd1234!'
2222

2323

0 commit comments

Comments
 (0)