Skip to content

Commit 7f03a92

Browse files
committed
Incorporated SME comments and suggestions, and added note aboutSKU support for two-node devices
1 parent 295125c commit 7f03a92

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: alkohli
66
ms.service: databox
77
ms.subservice: edge
88
ms.topic: article
9-
ms.date: 02/22/2023
9+
ms.date: 02/27/2023
1010
ms.author: alkohli
1111
---
1212
# Use a config file to deploy an Azure Stack Edge device
@@ -75,7 +75,7 @@ Use the following steps to import the PowerShell module and sign in to the devic
7575
1. Import the PowerShell module.
7676

7777
```azurepowershell
78-
Import-Module "<Local path to PowerShell module>"\ZtpRestHelpers.psm1
78+
Import-Module "<Local path to PowerShell module>"\PowerShellBasedConfiguration.psm1
7979
```
8080

8181
1. Sign in to the device using the `Set-Login` cmdlet. First-time sign-in requires a password reset using `NewPassword`.
@@ -187,7 +187,7 @@ Run the following cmdlets in PowerShell:
187187
Once a config.json file has been created, as shown in the previous example, with the desired configuration, use the JSON file to change configuration settings on one or more devices.
188188

189189
> [!NOTE]
190-
> Use a config.json file that meets the needs of your organization. [Sample config.json files are available here](https://github.com/Azure-Samples/azure-stack-edge-deploy-vms/tree/master/ZTP/).
190+
> Use a config.json file that meets the needs of your organization. [Sample JSON files are available here](https://github.com/Azure-Samples/azure-stack-edge-deploy-vms/tree/master/PowerShellBasedConfiguration/).
191191
192192
This sequence of PowerShell cmdlets signs in to the device, applies device configuration settings from a JSON file, verifies completion of the operation, and then fetches the new device configuration.
193193

@@ -257,9 +257,10 @@ Run the following cmdlets in PowerShell:
257257

258258
This sequence of PowerShell cmdlets signs in to a two-node device, applies device configuration settings from a JSON file, verifies completion of the operation, and then fetches the new device configuration.
259259

260-
Run the following cmdlets in PowerShell:
260+
> [!NOTE]
261+
> Two-node configurations are only supported on Azure Stack Edge Pro GPU and Azure Stack Edge Pro 2 devices.
261262
262-
===Start > new from test===
263+
Run the following cmdlets in PowerShell:
263264

264265
1. Sign in to the device.
265266

@@ -975,6 +976,9 @@ Use the following steps to sign in to the device and run device diagnostics to v
975976

976977
## Set the virtual IP configuration on a two-node device
977978

979+
> [!NOTE]
980+
> Two-node configurations are only supported on Azure Stack Edge Pro GPU and Azure Stack Edge Pro 2 devices.
981+
978982
For Azure consistent services and NFS, define a virtual IP that allows you to connect to a clustered device as opposed to a specific node. A virtual IP is an available IP in the cluster network and any client connecting to the cluster network on the two-node device should be able to access this IP.
979983

980984
You can set either an ACS or an NFS configuration. Additional options include static or DHCP network settings. For more information about setting virtual IPs, see [Configure virtual IPs](azure-stack-edge-pro-2-deploy-configure-network-compute-web-proxy.md&pivots=two-node#configure-virtual-ips).

0 commit comments

Comments
 (0)