We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805e040 commit 1a84af1Copy full SHA for 1a84af1
101-application-gateway-public-ip/azuredeploy.parameters.json
@@ -1,20 +1,24 @@
1
{
2
+ "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
3
+ "contentVersion": "1.0.0.0",
4
+ "parameters": {
5
"addressPrefix": {
- "value": "10.0.0.0/16"
6
+ "value": "10.0.0.0/16"
7
},
8
"subnetPrefix": {
- "value": "10.0.0.0/24"
9
+ "value": "10.0.0.0/24"
10
11
"skuName": {
- "value": "Standard_Small"
12
+ "value": "Standard_Small"
13
14
"capacity": {
- "value": 2
15
+ "value": 2
16
17
"backendIpAddress1": {
- "value": "10.0.1.10"
18
+ "value": "10.0.1.10"
19
20
"backendIpAddress2": {
- "value": "10.0.1.11"
21
+ "value": "10.0.1.11"
22
}
23
+ }
24
0 commit comments