Skip to content

Commit 468ea43

Browse files
committed
updated property format
1 parent 2bcf6a6 commit 468ea43

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/databox-online/azure-stack-edge-zero-touch-provisioning.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ Use the following steps to sign in to the device and run device diagnostics to v
594594

595595
## Set the VIP configuration on a multi-node device
596596

597-
Use the following steps to set the VIP configuration on a two-node Azure Stack Edge device.
597+
Use the following steps to set the `DeviceVIP` configuration on a two-node Azure Stack Edge device.
598598

599599
1. Sign in to the device.
600600

@@ -608,19 +608,19 @@ Use the following steps to set the VIP configuration on a two-node Azure Stack E
608608
Get-DeviceConfiguration | To-json
609609
```
610610
611-
1. Fetch the device VIP configuration.
611+
1. Fetch the `DeviceVIP` configuration.
612612
613613
```azurepowershell
614614
Get-DeviceVip | to-json
615615
```
616616
617-
1. Set the VIP property with a static ACS configuration.
617+
1. Set the `DeviceVIP` property with a static ACS configuration.
618618
619619
```azurepowershell
620620
$acsVip = New-Object PSObject -Property @{ Type = "ACS"; VipAddress = "192.168.181.10"; ClusterNetworkAddress = "192.168.0.0"; IsDhcpEnabled = $false }
621621
```
622622
623-
1. Update the device with the VIP property.
623+
1. Update the device with the `DeviceVIP` property.
624624
625625
```azurepowershell
626626
Set-DeviceVip -vip $acsVip
@@ -634,7 +634,7 @@ Use the following steps to set the VIP configuration on a two-node Azure Stack E
634634
@{type=ACS; name=Azure Consistent Services; address=192.168.181.10; network=; isDhcpEnabled=False} @{type=NFS; name=Network File Syst...
635635
```
636636
637-
1. Fetch the updated device VIP configuration.
637+
1. Fetch the updated `DeviceVIP` configuration.
638638
639639
```azurepowershell
640640
Get-DeviceVip | to-json

0 commit comments

Comments
 (0)