Skip to content

Commit 42564c0

Browse files
committed
new waf param file
1 parent 180d0a3 commit 42564c0

1 file changed

Lines changed: 17 additions & 7 deletions

File tree

infra/main.waf-aligned.bicepparam

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

6-
// //*******************************************************************************
7-
// // WAF-aligned configuration
8-
// //*******************************************************************************
6+
7+
//**************************************************************************************************
8+
// WAF-aligned configurations:
9+
// monitoring
10+
// scaling
11+
// redundancy
12+
// private networking
13+
//*************************************************************************************************
914

1015
param enableMonitoring = true
1116
param enableScaling = true
12-
param enableRedundancy = true
13-
//param secondaryLocation = 'uksouth' // TODO - test this
1417

18+
//*************************************************************************************************
19+
// Redundancy, for azure storage and cosmos DB, set to true if you want to enable redundancy
20+
param enableRedundancy = false // If true, need to set secondaryLocation
21+
//param secondaryLocation = 'westus2' // Set the secondary location for redundancy
22+
//*************************************************************************************************
23+
24+
//*************************************************************************************************
25+
// Private networking
1526
param enablePrivateNetworking = true
1627
param vmAdminUsername = 'JumpboxAdminUser'
1728
param vmAdminPassword = 'JumpboxAdminP@ssw0rd1234!'
18-
19-
29+
//*************************************************************************************************

0 commit comments

Comments
 (0)