@@ -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/20 /2023
9
+ ms.date : 03/21 /2023
10
10
ms.author : alkohli
11
11
---
12
12
# Use a config file to deploy an Azure Stack Edge device
@@ -1053,7 +1053,7 @@ You can set either an Azure Consistent Services or a Network File System configu
1053
1053
1. Set the `DeviceVIP` property to enable DHCP.
1054
1054
1055
1055
```azurepowershell
1056
- $acsVip = New-Object PSObject -Property @{ Type = "ACS"; VipAddress = "10.57.51.32 "; ClusterNetworkAddress = "10.57.48.0"; IsDhcpEnabled = $true }
1056
+ $acsVip = New-Object PSObject -Property @{ Type = "ACS"; VipAddress = $null "; ClusterNetworkAddress = "10.57.48.0"; IsDhcpEnabled = $true }
1057
1057
```
1058
1058
1059
1059
1. Update the device with the `DeviceVIP` property.
@@ -1075,7 +1075,7 @@ You can set either an Azure Consistent Services or a Network File System configu
1075
1075
"acsVIP": {
1076
1076
"type": "ACS",
1077
1077
"name": "Azure Consistent Services",
1078
- "address": "10.57.52.126 ",
1078
+ "address": "10.57.53.225 ",
1079
1079
"network": {
1080
1080
"name": "Cluster Network 3",
1081
1081
"address": "10.57.48.0",
@@ -1144,7 +1144,7 @@ You can set either an Azure Consistent Services or a Network File System configu
1144
1144
1. Set the `DeviceVIP` property to enable DHCP.
1145
1145
1146
1146
```azurepowershell
1147
- $nfsVip = New-Object PSObject -Property @{ Type = "NFS"; VipAddress = "10.57.53.215" ; ClusterNetworkAddress = "10.57.48.0"; IsDhcpEnabled = $true }
1147
+ $nfsVip = New-Object PSObject -Property @{ Type = "NFS"; VipAddress = $null ; ClusterNetworkAddress = "10.57.48.0"; IsDhcpEnabled = $true }
1148
1148
```
1149
1149
1150
1150
1. Update the device with the `DeviceVIP` property.
@@ -1166,7 +1166,7 @@ You can set either an Azure Consistent Services or a Network File System configu
1166
1166
"nfsVIP": {
1167
1167
"type": "NFS",
1168
1168
"name": "Network File System",
1169
- "address": "10.57.50.196 ",
1169
+ "address": "10.57.53.228 ",
1170
1170
"network": {
1171
1171
"name": "Cluster Network 3",
1172
1172
"address": "10.57.48.0",
0 commit comments