@@ -6,7 +6,7 @@ author: alkohli
6
6
ms.service : databox
7
7
ms.subservice : edge
8
8
ms.topic : article
9
- ms.date : 03/07 /2023
9
+ ms.date : 03/10 /2023
10
10
ms.author : alkohli
11
11
---
12
12
# 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
1119
1119
"name": "Cluster Network 1",
1120
1120
"address": "192.168.0.0",
1121
1121
"subnet": "255.255.0.0",
1122
- "dhcpEnabled": true
1122
+ "dhcpEnabled": false
1123
1123
},
1124
1124
{
1125
1125
"name": "Cluster Network 4",
1126
1126
"address": "10.126.72.0",
1127
1127
"subnet": "255.255.248.0",
1128
- "dhcpEnabled": true
1128
+ "dhcpEnabled": false
1129
1129
}
1130
1130
]
1131
1131
}
@@ -1251,28 +1251,28 @@ The example below shows a sequence of steps to enable DHCP.
1251
1251
"name": "Cluster Network 1",
1252
1252
"address": "192.168.0.0",
1253
1253
"subnet": "255.255.0.0",
1254
- "dhcpEnabled": true
1254
+ "dhcpEnabled": false
1255
1255
},
1256
- "isDhcpEnabled": true
1256
+ "isDhcpEnabled": false
1257
1257
},
1258
1258
"clusterNetworks": [
1259
1259
{
1260
1260
"name": "Cluster Network 1",
1261
1261
"address": "192.168.0.0",
1262
1262
"subnet": "255.255.0.0",
1263
- "dhcpEnabled": true
1263
+ "dhcpEnabled": false
1264
1264
},
1265
1265
{
1266
1266
"name": "Cluster Network 2",
1267
1267
"address": "10.139.218.0",
1268
1268
"subnet": "255.255.255.0",
1269
- "dhcpEnabled": true
1269
+ "dhcpEnabled": false
1270
1270
},
1271
1271
{
1272
1272
"name": "Cluster Network 3",
1273
1273
"address": "10.126.72.0",
1274
1274
"subnet": "255.255.248.0",
1275
- "dhcpEnabled": true
1275
+ "dhcpEnabled": false
1276
1276
}
1277
1277
]
1278
1278
}
0 commit comments