We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9169e31 commit fad0ebcCopy full SHA for fad0ebc
1 file changed
infra/main.waf-aligned.bicepparam
@@ -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