Skip to content

Commit fad0ebc

Browse files
committed
name change to align with other GSAs
1 parent 9169e31 commit fad0ebc

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

infra/main.waf-aligned.bicepparam

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
using './main.bicep'
2+
3+
param solutionName = readEnvironmentVariable('AZURE_ENV_NAME')
4+
param location = readEnvironmentVariable('AZURE_LOCATION')
5+
6+
// //*******************************************************************************
7+
// // Uncomment the following lines to enable the WAF-aligned configuration
8+
// //*******************************************************************************
9+
10+
param enableMonitoring = true
11+
param enableScaling = true
12+
param enableRedundancy = true
13+
14+
param enablePrivateNetworking = true
15+
param vmAdminUsername = 'JumpboxAdminUser'
16+
param vmAdminPassword = 'JumpboxAdminP@ssw0rd1234!'
17+
18+
//param secondaryLocation = 'uksouth' // TODO - test this

0 commit comments

Comments
 (0)