Skip to content

Commit

Permalink
Update createUiDefinition.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cwintenburg authored Jul 14, 2022
1 parent a8f8cbd commit d432076
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "virtualNetwork",
"type": "Microsoft.Network.VirtualNetworkCombo",
"label": {
"virtualNetwork": "Virtual network",
"virtualNetwork": "Virtual network - Create management, primary and DMZ on the same VNet",
"subnets": "Subnets"
},
"defaultValue": {
Expand All @@ -40,19 +40,27 @@
"defaultValue": {
"name": "managementSubnet",
"addressPrefixSize": "/27"
},
},
"toolTip": {
"virtualNetwork": "",
"subnets": ""
},
"constraints": {
"minAddressPrefixSize": "/27",
"minAddressCount": 12,
"requireContiguousAddresses": true
}
},
"desktopSubnet": {
"label": "Create primary desktop or tenant subnet - This /27 or more subnet is for the desktops or RDSH/multisession servers.",
"label": "Create primary subnet - This /27 or more subnet is for the desktops or RDSH/multisession servers along with pod manager and Unified Access Gateways on the same VNet.",
"defaultValue": {
"name": "desktopSubnet",
"addressPrefixSize": "/27"
},
"toolTip": {
"virtualNetwork": "For production environments, a CIDR of /24 to /21 is recommended (256 addresses to 2048 addresses)",
"subnets": ""
},
"constraints": {
"minAddressPrefixSize": "/27",
"minAddressCount": 8,
Expand All @@ -65,6 +73,10 @@
"name": "DMZSubnet",
"addressPrefixSize": "/28"
},
"toolTip": {
"virtualNetwork": "",
"subnets": ""
},
"constraints": {
"minAddressPrefixSize": "/28",
"minAddressCount": 8,
Expand Down

0 comments on commit d432076

Please sign in to comment.