Skip to content

Commit 6a922aa

Browse files
committed
Add additional cluster comment per feedback from field.
1 parent 3e0fdf4 commit 6a922aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/storage/files/storage-sync-files-deployment-guide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The Azure File Sync agent is a downloadable package that enables Windows Server
7979
You can download the agent from the [Microsoft Download Center](https://go.microsoft.com/fwlink/?linkid=858257). When the download is finished, double-click the MSI package to start the Azure File Sync agent installation.
8080

8181
> [!Important]
82-
> If you intend to use Azure File Sync with a Failover Cluster, the Azure File Sync agent must be installed on every node in the cluster.
82+
> If you intend to use Azure File Sync with a Failover Cluster, the Azure File Sync agent must be installed on every node in the cluster. Each node in the cluster must registered to work with Azure File Sync.
8383
8484
We recommend that you do the following:
8585
- Leave the default installation path (C:\Program Files\Azure\StorageSyncAgent), to simplify troubleshooting and server maintenance.
@@ -90,6 +90,9 @@ When the Azure File Sync agent installation is finished, the Server Registration
9090
# [PowerShell](#tab/powershell)
9191
Execute the following PowerShell code to download the appropriate version of the Azure File Sync agent for your OS and install it on your system.
9292

93+
> [!Important]
94+
> If you intend to use Azure File Sync with a Failover Cluster, the Azure File Sync agent must be installed on every node in the cluster. Each node in the cluster must registered to work with Azure File Sync.
95+
9396
```PowerShell
9497
# Gather the OS version
9598
$osver = [System.Environment]::OSVersion.Version

0 commit comments

Comments
 (0)