Skip to content

Commit d3ce60b

Browse files
committed
Editorial tweak
1 parent 92feff5 commit d3ce60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ You can set either an Azure Consistent Services or a Network File System configu
10531053
1. Set the `DeviceVIP` property to enable DHCP.
10541054
10551055
```azurepowershell
1056-
$acsVip = New-Object PSObject -Property @{ Type = "ACS"; VipAddress = $null"; ClusterNetworkAddress = "10.57.48.0"; IsDhcpEnabled = $true }
1056+
$acsVip = New-Object PSObject -Property @{ Type = "ACS"; VipAddress = $null; ClusterNetworkAddress = "10.57.48.0"; IsDhcpEnabled = $true }
10571057
```
10581058
10591059
1. Update the device with the `DeviceVIP` property.

0 commit comments

Comments
 (0)