Skip to content

Commit 4bc215c

Browse files
committed
Updated sample output for acsVIP DHCP scenario
1 parent 06b2cc1 commit 4bc215c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/databox-online/azure-stack-edge-powershell-based-configuration.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: alkohli
66
ms.service: databox
77
ms.subservice: edge
88
ms.topic: article
9-
ms.date: 03/07/2023
9+
ms.date: 03/10/2023
1010
ms.author: alkohli
1111
---
1212
# Use a config file to deploy an Azure Stack Edge device
@@ -1119,13 +1119,13 @@ The example below shows a static ACS configuration, followed by an example that
11191119
"name": "Cluster Network 1",
11201120
"address": "192.168.0.0",
11211121
"subnet": "255.255.0.0",
1122-
"dhcpEnabled": true
1122+
"dhcpEnabled": false
11231123
},
11241124
{
11251125
"name": "Cluster Network 4",
11261126
"address": "10.126.72.0",
11271127
"subnet": "255.255.248.0",
1128-
"dhcpEnabled": true
1128+
"dhcpEnabled": false
11291129
}
11301130
]
11311131
}
@@ -1251,28 +1251,28 @@ The example below shows a sequence of steps to enable DHCP.
12511251
"name": "Cluster Network 1",
12521252
"address": "192.168.0.0",
12531253
"subnet": "255.255.0.0",
1254-
"dhcpEnabled": true
1254+
"dhcpEnabled": false
12551255
},
1256-
"isDhcpEnabled": true
1256+
"isDhcpEnabled": false
12571257
},
12581258
"clusterNetworks": [
12591259
{
12601260
"name": "Cluster Network 1",
12611261
"address": "192.168.0.0",
12621262
"subnet": "255.255.0.0",
1263-
"dhcpEnabled": true
1263+
"dhcpEnabled": false
12641264
},
12651265
{
12661266
"name": "Cluster Network 2",
12671267
"address": "10.139.218.0",
12681268
"subnet": "255.255.255.0",
1269-
"dhcpEnabled": true
1269+
"dhcpEnabled": false
12701270
},
12711271
{
12721272
"name": "Cluster Network 3",
12731273
"address": "10.126.72.0",
12741274
"subnet": "255.255.248.0",
1275-
"dhcpEnabled": true
1275+
"dhcpEnabled": false
12761276
}
12771277
]
12781278
}

0 commit comments

Comments
 (0)