You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/databox-online/azure-stack-edge-zero-touch-provisioning.md
+55-38Lines changed: 55 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,18 +196,18 @@ Run the following cmdlets in PowerShell:
196
196
Set-Login "https://<IP address>" "<Password>"
197
197
```
198
198
199
-
1. Before you run the device configuration operation, ensure that the JSON file uses the `node.name` of the device to be changed.
199
+
1. Before you run the device configuration operation, ensure that the JSON file uses the `nodeName` of the device to be changed.
200
200
201
201
> [!NOTE]
202
-
> Each device has a unique `node.name`. To change device configuration settings, the `node.name` in the JSON file must match the `node.name` of the device to be changed.
202
+
> Each device has a unique `nodeName`. To change device configuration settings, the `nodeName` in the JSON file must match the `nodeName` of the device to be changed.
203
203
204
-
Fetch the `node.name` from the device with the following command in PowerShell:
204
+
Fetch the `nodeName` from the device with the following command in PowerShell:
205
205
206
206
```azurepowershell
207
207
Get-DeviceConfiguration | To-json
208
208
```
209
209
210
-
Here's an example of output showing `node.name` for the device:
210
+
Here's an example of output showing `nodeName` for the device:
211
211
212
212
```output
213
213
@@ -608,61 +608,78 @@ Use the following steps to set the VIP configuration on a two-node Azure Stack E
608
608
Get-DeviceConfiguration | To-json
609
609
```
610
610
611
-
1. Set the VIP property, with a static ACS configuration.
0 commit comments