Skip to content

Commit 88aaf6d

Browse files
committed
Editorial tweaks
1 parent 9c95c9a commit 88aaf6d

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

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

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Run the following cmdlets in PowerShell:
141141
```azurepowershell
142142
Get-DeviceConfigurationStatus | To-json
143143
```
144-
Here's an example output:
144+
Here's sample output:
145145

146146
```output
147147
PS C:\> Get-DeviceConfigurationStatus | To-json
@@ -210,7 +210,7 @@ Run the following cmdlets in PowerShell:
210210
Get-DeviceConfiguration | To-json
211211
```
212212

213-
Here's an example of output showing `nodeName` for the device:
213+
Here's sample output showing `nodeName` for the device:
214214

215215
```output
216216
@@ -229,6 +229,8 @@ Run the following cmdlets in PowerShell:
229229
}
230230
]
231231
},
232+
}
233+
}
232234
```
233235

234236
1. Create a package that uses a local JSON file for device configuration settings.
@@ -279,7 +281,7 @@ Run the following cmdlets in PowerShell:
279281
Get-DeviceConfiguration | To-json
280282
```
281283

282-
Here's an example of output showing `nodeName` for the device:
284+
Here's sample output showing `nodeName` for the device:
283285

284286
```output
285287
@@ -298,6 +300,8 @@ Run the following cmdlets in PowerShell:
298300
}
299301
]
300302
},
303+
}
304+
}
301305
```
302306

303307
1. Create a package that uses a local JSON file for device configuration settings.
@@ -324,7 +328,7 @@ Run the following cmdlets in PowerShell:
324328
Get-DeviceConfiguration | To-json
325329
```
326330

327-
Here is sample output:
331+
Here's sample output:
328332

329333
```output
330334
{
@@ -728,7 +732,7 @@ Use the following steps to activate an Azure Stack Edge device. Note that activa
728732
Get-DeviceConfiguration | To-json
729733
```
730734

731-
Here's an example of output showing device activation status:
735+
Here's sample output showing device activation status:
732736

733737
```output
734738
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
797801
$p.device.webproxy
798802
```
799803

800-
Here's a sample output:
804+
Here's sample output:
801805

802806
```output
803807
PS C:\> $p.device.webproxy
@@ -1069,7 +1073,7 @@ The example below shows a static ACS configuration, followed by an example that
10691073
Set-DeviceVip -vip $acsVip
10701074
```
10711075
1072-
Here is sample output:
1076+
Here's sample output:
10731077
10741078
```output
10751079
acsVIP nfsVIP
@@ -1084,7 +1088,7 @@ The example below shows a static ACS configuration, followed by an example that
10841088
Get-DeviceVip | to-json
10851089
```
10861090
1087-
Here is sample output:
1091+
Here's sample output:
10881092
10891093
```output
10901094
{
@@ -1220,7 +1224,7 @@ The example below shows a DHCP configuration.
12201224
Get-DeviceVip | to-json
12211225
```
12221226
1223-
Here's sample output:
1227+
Here's sample output showing **nfsVIP setting "isDhcpEnabled": true** on the device::
12241228
12251229
```output
12261230
{

0 commit comments

Comments
 (0)