config/deployment/networkconfig/logicalnetworks/hnvpa.json
{
"resourceId": "HNVPA", "properties": { "subnets": [ { "resourceId": "hnvpa_subnet_1", "properties": { "addressPrefix": "100.64.1.0/24", "vlanID": "0", "ipPools": [ { "resourceId": "hnvpa_subnet_1_pool_1", "properties": { "startIpAddress": "100.64.1.10", "endIpAddress": "100.64.1.200" } } ], "dnsServers": [], "defaultGateways": [ "100.64.1.1" ], "isPublic": false } } ], "networkVirtualizationEnabled": "True" } } |