Skip to content

Commit 0c5e558

Browse files
committed
Updated with links and comments from Alpa
1 parent 57cadf8 commit 0c5e558

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

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

Lines changed: 16 additions & 7 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/14/2023
9+
ms.date: 02/15/2023
1010
ms.author: alkohli
1111
---
1212
# Use a config file to deploy an Azure Stack Edge device
@@ -22,6 +22,7 @@ You can run as many rounds of device configuration as necessary. You can also us
2222
- You can apply individual configuration changes to a device using PowerShell cmdlets, or you can apply bulk configuration changes using a JSON file.
2323
- To manage devices using the local web user interface, see [Connect to Azure Stack Edge Pro with GPU](azure-stack-edge-gpu-deploy-connect.md?pivots=single-node).
2424
- You can't change device authentication using this method. To change device authentication settings, see [Change device password](azure-stack-edge-gpu-manage-access-power-connectivity-mode.md#change-device-password).
25+
- Cluster formation is not supported using PowerShell cmdlets. For more information about Azure Stack Edge clusters, see [Install a two-node cluster](azure-stack-edge-gpu-deploy-install.md?pivots=two-node).
2526

2627
## About device setup and configuration
2728

@@ -52,8 +53,8 @@ The following PowerShell cmdlets are supported to configure Azure Stack Edge dev
5253
|*To-json* |A utility command that formats the cmdlet response in a JSON file. |
5354
|*Get-DeviceLogConsent* |Fetch the proactive log consent setting for the device. |
5455
|*Set-DeviceLogConsent* |Set the proactive log consent setting for the device. |
55-
|*Get-DeviceVip* |Fetch the VIP settings on an ACS or NFS multi-node cluster. |
56-
|*Set-DeviceVip* |Set the VIP settings on an ACS or NFS multi-node cluster. |
56+
|*Get-DeviceVip* |Fetch the virtual IP settings on an ACS or NFS two-node cluster. |
57+
|*Set-DeviceVip* |Set the virtual IP settings on an ACS or NFS two-node cluster. |
5758

5859
## Prerequisites
5960

@@ -411,7 +412,9 @@ Use the following steps to sign in to the device, fetch the status of the `WebPr
411412

412413
## Enable proactive log consent
413414

414-
Use the following steps to fetch and then enable or disable proactive logging for your device.
415+
Proactive log collection gathers system health indicators on your Azure Stack Edge device to help you efficiently troubleshoot any device issues. Proactive log collection is enabled by default. For more information, see [Proactive log collection](azure-stack-edge-gpu-proactive-log-collection.md).
416+
417+
Use the following steps to fetch the current setting and then enable or disable proactive logging for your device.
415418

416419
1. Sign in to the device.
417420

@@ -451,6 +454,8 @@ Use the following steps to fetch and then enable or disable proactive logging fo
451454

452455
## Run device diagnostics
453456

457+
To diagnose and troubleshoot any device errors, you can run the diagnostics tests. For more information, see [Run diagnostics](azure-stack-edge-gpu-troubleshoot.md#run-diagnostics).
458+
454459
Use the following steps to sign in to the device and run device diagnostics to verify status after you apply a device configuration package.
455460

456461
1. Sign in to the device.
@@ -592,11 +597,15 @@ Use the following steps to sign in to the device and run device diagnostics to v
592597
593598
```
594599

595-
## Set the VIP configuration on a multi-node device
600+
## Set the virtual IP configuration on a two-node device
601+
602+
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.
603+
604+
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).
596605

597-
Use the following steps to set the `DeviceVIP` configuration on a two-node Azure Stack Edge device.
606+
Use the following steps to set the `DeviceVIP` configuration on a two-node Azure Stack Edge device.
598607

599-
You can set either an Azure Consistent Services (ACS) or a Network File System (NFS) configuration. Additional options include static or DHCP network settings. The example below shows a static ACS configuration.
608+
The example below shows a static ACS configuration.
600609

601610
1. Sign in to the device.
602611

0 commit comments

Comments
 (0)