Update default CIDR range vWAN Hub Contoso RI (#608)
* Update wiki-sync.yml * Update How-Enterprise-Scale-Works.md * Update vWAN hub default CIDR range * Update es-portal.json Co-authored-by: Kristian Nese <kristiannese@live.com>
This commit is contained in:
Родитель
07fcf06ba5
Коммит
1ec6c2538f
|
@ -758,12 +758,12 @@
|
|||
"name": "esAddress",
|
||||
"type": "Microsoft.Common.TextBox",
|
||||
"label": "Address space (required for Virtual Hub)",
|
||||
"toolTip": "Provide address prefix in CIDR notation (e.g 192.168.0.0/16)",
|
||||
"defaultValue": "192.168.0.0/16",
|
||||
"toolTip": "Provide address prefix in CIDR notation (e.g 192.168.0.0/23)",
|
||||
"defaultValue": "192.168.0.0/23",
|
||||
"visible": "[equals(steps('esConnectivityGoalState').esVwan,'Yes')]",
|
||||
"constraints": {
|
||||
"required": true,
|
||||
"validationMessage": "The virtual hubs network's address space, specified as one address prefixes in CIDR notation (e.g. 192.168.0.0/16)"
|
||||
"validationMessage": "The virtual hubs network's address space, specified as one address prefixes in CIDR notation (e.g. 192.168.0.0/23)"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -771,12 +771,12 @@
|
|||
"name": "esAddress",
|
||||
"type": "Microsoft.Common.TextBox",
|
||||
"label": "Address space (required for Virtual Hub)",
|
||||
"toolTip": "Provide address prefix in CIDR notation (e.g 192.168.0.0/16)",
|
||||
"defaultValue": "192.168.0.0/16",
|
||||
"toolTip": "Provide address prefix in CIDR notation (e.g 192.168.0.0/23)",
|
||||
"defaultValue": "192.168.0.0/23",
|
||||
"visible": "[equals(steps('esConnectivityGoalState').esVwan, 'Yes')]",
|
||||
"constraints": {
|
||||
"required": true,
|
||||
"validationMessage": "The virtual hubs network's address space, specified as one address prefixes in CIDR notation (e.g. 192.168.0.0/16)"
|
||||
"validationMessage": "The virtual hubs network's address space, specified as one address prefixes in CIDR notation (e.g. 192.168.0.0/23)"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче