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
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: alkohli
6
6
ms.service: databox
7
7
ms.subservice: edge
8
8
ms.topic: article
9
-
ms.date: 02/22/2023
9
+
ms.date: 02/27/2023
10
10
ms.author: alkohli
11
11
---
12
12
# 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
75
75
1. Import the PowerShell module.
76
76
77
77
```azurepowershell
78
-
Import-Module "<Local path to PowerShell module>"\ZtpRestHelpers.psm1
78
+
Import-Module "<Local path to PowerShell module>"\PowerShellBasedConfiguration.psm1
79
79
```
80
80
81
81
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:
187
187
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.
188
188
189
189
> [!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/).
191
191
192
192
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.
193
193
@@ -257,9 +257,10 @@ Run the following cmdlets in PowerShell:
257
257
258
258
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.
259
259
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.
261
262
262
-
===Start > new from test===
263
+
Run the following cmdlets in PowerShell:
263
264
264
265
1. Sign in to the device.
265
266
@@ -975,6 +976,9 @@ Use the following steps to sign in to the device and run device diagnostics to v
975
976
976
977
## Set the virtual IP configuration on a two-node device
977
978
979
+
> [!NOTE]
980
+
> Two-node configurations are only supported on Azure Stack Edge Pro GPU and Azure Stack Edge Pro 2 devices.
981
+
978
982
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.
979
983
980
984
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