Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit b7dde6f

Browse files
authored
Create azuredeploy.parameters.json
1 parent 3386bcc commit b7dde6f

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
3+
"contentVersion": "1.0.0.0",
4+
"parameters": {
5+
"mocOnPremResourceGroup": {
6+
"value": "cmc-on-prem"
7+
},
8+
"adminUserName": {
9+
"value": ""
10+
},
11+
"adminPassword": {
12+
"value": ""
13+
},
14+
"resourceGrouplocation": {
15+
"value": "eastus"
16+
},
17+
"mocOnpremNetwork": {
18+
"value": {
19+
"name": "network-cmc-onprem",
20+
"addressPrefix": "10.0.0.0/16",
21+
"subnetName": "mgmt",
22+
"subnetPrefix": "10.0.1.128/25"
23+
}
24+
},
25+
"mocOnpremGateway": {
26+
"value": {
27+
"name": "vpn-gateway-cmc-onprem",
28+
"subnetName": "GatewaySubnet",
29+
"subnetPrefix": "10.0.255.224/27",
30+
"publicIPAddressName": "pip-onprem-vpn-gateway"
31+
}
32+
},
33+
"vmSize": {
34+
"value": "Standard_A1_v2"
35+
},
36+
"configureSitetosite": {
37+
"value": true
38+
},
39+
"localNetworkGateway": {
40+
"value": "local-gateway-cmc-onprem"
41+
},
42+
"localGatewayIpAddress": {
43+
"value": "0.0.0.0"
44+
},
45+
"azureCloudVnetPrefix": {
46+
"value": "10.1.0.0/16"
47+
}
48+
}
49+
}

0 commit comments

Comments
 (0)