@@ -141,7 +141,7 @@ Run the following cmdlets in PowerShell:
141
141
``` azurepowershell
142
142
Get-DeviceConfigurationStatus | To-json
143
143
```
144
- Here's an example output:
144
+ Here's sample output:
145
145
146
146
``` output
147
147
PS C:\> Get-DeviceConfigurationStatus | To-json
@@ -210,7 +210,7 @@ Run the following cmdlets in PowerShell:
210
210
Get-DeviceConfiguration | To-json
211
211
```
212
212
213
- Here's an example of output showing ` nodeName ` for the device:
213
+ Here's sample output showing ` nodeName ` for the device:
214
214
215
215
``` output
216
216
@@ -229,6 +229,8 @@ Run the following cmdlets in PowerShell:
229
229
}
230
230
]
231
231
},
232
+ }
233
+ }
232
234
```
233
235
234
236
1 . Create a package that uses a local JSON file for device configuration settings.
@@ -279,7 +281,7 @@ Run the following cmdlets in PowerShell:
279
281
Get-DeviceConfiguration | To-json
280
282
```
281
283
282
- Here's an example of output showing ` nodeName ` for the device:
284
+ Here's sample output showing ` nodeName ` for the device:
283
285
284
286
``` output
285
287
@@ -298,6 +300,8 @@ Run the following cmdlets in PowerShell:
298
300
}
299
301
]
300
302
},
303
+ }
304
+ }
301
305
```
302
306
303
307
1 . Create a package that uses a local JSON file for device configuration settings.
@@ -324,7 +328,7 @@ Run the following cmdlets in PowerShell:
324
328
Get-DeviceConfiguration | To-json
325
329
```
326
330
327
- Here is sample output:
331
+ Here's sample output:
328
332
329
333
``` output
330
334
{
@@ -728,7 +732,7 @@ Use the following steps to activate an Azure Stack Edge device. Note that activa
728
732
Get-DeviceConfiguration | To-json
729
733
```
730
734
731
- Here's an example of output showing device activation status:
735
+ Here's sample output showing device activation status:
732
736
733
737
``` output
734
738
PS C:\> Get-DeviceConfiguration | To-json
@@ -797,7 +801,7 @@ Use the following steps to sign in to the device, fetch the status of the `WebPr
797
801
$p.device.webproxy
798
802
```
799
803
800
- Here's a sample output:
804
+ Here's sample output:
801
805
802
806
``` output
803
807
PS C:\> $p.device.webproxy
@@ -1069,7 +1073,7 @@ The example below shows a static ACS configuration, followed by an example that
1069
1073
Set-DeviceVip -vip $acsVip
1070
1074
```
1071
1075
1072
- Here is sample output:
1076
+ Here's sample output:
1073
1077
1074
1078
```output
1075
1079
acsVIP nfsVIP
@@ -1084,7 +1088,7 @@ The example below shows a static ACS configuration, followed by an example that
1084
1088
Get-DeviceVip | to-json
1085
1089
```
1086
1090
1087
- Here is sample output:
1091
+ Here's sample output:
1088
1092
1089
1093
```output
1090
1094
{
@@ -1220,7 +1224,7 @@ The example below shows a DHCP configuration.
1220
1224
Get-DeviceVip | to-json
1221
1225
```
1222
1226
1223
- Here's sample output:
1227
+ Here's sample output showing **nfsVIP setting "isDhcpEnabled": true** on the device: :
1224
1228
1225
1229
```output
1226
1230
{
0 commit comments