This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
byos/Secure-Networking/deploy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments