config/deployment/networkconfig/logicalnetworks/management.json
{ "resourceId": "management", "properties": { "subnets": [ { "resourceId": "management_subnet_1", "properties": { "addressPrefix": "100.64.0.0/24", "vlanID": "0", "ipPools": [ { "resourceId": "management_subnet_1_pool_1", "properties": { "startIpAddress": "100.64.0.10", "endIpAddress": "100.64.0.200" } } ], "dnsServers": [ "10.195.95.223", "10.195.95.224" ], "defaultGateways": [ "100.64.0.1" ], "isPublic": false } } ], "networkVirtualizationEnabled": "False" } } |