-
Notifications
You must be signed in to change notification settings - Fork 106
/
Copy pathmain.parameters.json
111 lines (111 loc) · 2.78 KB
/
main.parameters.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workloadName": {
"value": "lzaaca01"
},
"environment": {
"value": "${AZURE_ENV_NAME}"
},
"tags": {
"value": {}
},
"enableTelemetry": {
"value": true
},
"hubResourceGroupName": {
"value": ""
},
"spokeResourceGroupName": {
"value": ""
},
"vnetAddressPrefixes": {
"value": ["10.0.0.0/24"]
},
"enableBastion": {
"value": true
},
"gatewaySubnetAddressPrefix": {
"value": "10.0.0.0/27"
},
"azureFirewallSubnetAddressPrefix": {
"value": "10.0.0.64/26"
},
"azureFirewallSubnetManagementAddressPrefix": {
"value": "10.0.0.128/26"
},
"bastionSubnetAddressPrefix": {
"value": "10.0.0.192/26"
},
"vmSize": {
"value": "Standard_B2ms"
},
"vmAdminUsername": {
"value": "azureuser"
},
"vmAdminPassword": {
"value": "Password123"
},
"vmLinuxSshAuthorizedKeys": {
"value": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDpNpoh248rsraL3uejAwKlla+pHaDLbp4DM7bKFoc3Rt1DeXPs0XTutJcNtq4iRq+ooRQ1T7WaK42MfQQxt3qkXwjyv8lPJ4v7aElWkAbxZIRYVYmQVxxwfw+zyB1rFdaCQD/kISg/zXxCWw+gdds4rEy7eq23/bXFM0l7pNvbAULIB6ZY7MRpC304lIAJusuZC59iwvjT3dWsDNWifA1SJtgr39yaxB9Fb01UdacwJNuvfGC35GNYH0VJ56c+iCFeAnMXIT00cYuHf0FCRTP0WvTKl+PQmeD1pwxefdFvKCVpidU2hOARb4ooapT0SDM1SODqjaZ/qwWP18y/qQ/v imported-openssh-key"
},
"vmJumpboxOSType": {
"value": "linux"
},
"vmAuthenticationType": {
"value": "sshPublicKey"
},
"vmJumpBoxSubnetAddressPrefix": {
"value": "10.1.2.32/27"
},
"spokeVNetAddressPrefixes": {
"value": ["10.1.0.0/22"]
},
"spokeInfraSubnetAddressPrefix": {
"value": "10.1.0.0/23"
},
"spokePrivateEndpointsSubnetAddressPrefix": {
"value": "10.1.2.0/27"
},
"spokeApplicationGatewaySubnetAddressPrefix": {
"value": "10.1.3.0/24"
},
"routeSpokeTrafficInternally": {
"value": false
},
"enableApplicationInsights": {
"value": true
},
"enableDaprInstrumentation": {
"value": true
},
"deployHelloWorldSample": {
"value": true
},
"applicationGatewayFqdn": {
"value": "acahello.demoapp.com"
},
"deployRedisCache": {
"value": false
},
"deployOpenAi": {
"value": false
},
"ddosProtectionMode": {
"value": "Enabled"
},
"enableApplicationGatewayCertificate": {
"value": true
},
"applicationGatewayCertificateKeyName": {
"value": "agwcert"
},
"deployAzurePolicies": {
"value": true
},
"deployZoneRedundantResources": {
"value": true
}
}
}