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
The following release notes are for version 16.0.0.0 of the Azure File Sync agent (released January 30, 2023).
53
+
54
+
### Improvements and issues that are fixed
55
+
- Improved Azure File Sync service availability
56
+
- Azure File Sync is now a zone-redundant service which means an outage in a zone has limited impact while improving the service resiliency to minimize customer impact. To fully leverage this improvement, configure your storage accounts to use zone-redundant storage (ZRS) or Geo-zone redundant storage (GZRS) replication. To learn more about different redundancy options for your storage accounts, see: [Azure Storage redundancy](../common/storage-redundancy.md).
57
+
> [!Note]
58
+
> Azure File Sync is zone-redundant in all regions that [support zones](../../reliability/availability-zones-service-support.md#azure-regions-with-availability-zone-support) except US Gov Virginia.
59
+
60
+
- Sync upload performance improvements
61
+
- Sync upload performance has been improved. This improvement will mainly benefit file share migrations (initial upload) and high churn events on the server in which a large number of files need to be uploaded.
62
+
63
+
- Immediately run server change enumeration to detect files changes that were missed on the server
64
+
- Azure File Sync uses the [Windows USN journal](/windows/win32/fileio/change-journals) feature on Windows Server to immediately detect files that were changed and upload them to the Azure file share. If files changed are missed due to journal wrap or other issues, the files will not sync to the Azure file share until the changes are detected. Azure File Sync has a server change enumeration job that runs every 24 hours on the server endpoint path to detect changes that were missed by the USN journal. If you don't want to wait until the next server change enumeration job runs, you can now use the Invoke-StorageSyncServerChangeDetection PowerShell cmdlet to immediately run server change enumeration on a server endpoint path.
65
+
66
+
To immediately run server change enumeration on a server endpoint path, run the following PowerShell commands:
> By default, the server change enumeration scan will only check the modified timestamp. To perform a deeper check, use the -DeepScan parameter.
73
+
74
+
- Miscellaneous reliability and telemetry improvements for cloud tiering and sync
75
+
76
+
### Evaluation Tool
77
+
Before deploying Azure File Sync, you should evaluate whether it is compatible with your system using the Azure File Sync evaluation tool. This tool is an Azure PowerShell cmdlet that checks for potential issues with your file system and dataset, such as unsupported characters or an unsupported OS version. For installation and usage instructions, see [Evaluation Tool](file-sync-planning.md#evaluation-cmdlet) section in the planning guide.
78
+
79
+
### Agent installation and server configuration
80
+
For more information on how to install and configure the Azure File Sync agent with Windows Server, see [Planning for an Azure File Sync deployment](file-sync-planning.md) and [How to deploy Azure File Sync](file-sync-deployment-guide.md).
81
+
82
+
- The agent installation package must be installed with elevated (admin) permissions.
83
+
- The agent is not supported on Nano Server deployment option.
84
+
- The agent is supported only on Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, and Windows Server 2022.
85
+
- The agent requires at least 2 GiB of memory. If the server is running in a virtual machine with dynamic memory enabled, the VM should be configured with a minimum 2048 MiB of memory. See [Recommended system resources](file-sync-planning.md#recommended-system-resources) for more information.
86
+
- The Storage Sync Agent (FileSyncSvc) service does not support server endpoints located on a volume that has the system volume information (SVI) directory compressed. This configuration will lead to unexpected results.
87
+
88
+
### Interoperability
89
+
- Antivirus, backup, and other applications that access tiered files can cause undesirable recall unless they respect the offline attribute and skip reading the content of those files. For more information, see [Troubleshoot Azure File Sync](file-sync-troubleshoot.md).
90
+
- File Server Resource Manager (FSRM) file screens can cause endless sync failures when files are blocked because of the file screen.
91
+
- Running sysprep on a server that has the Azure File Sync agent installed is not supported and can lead to unexpected results. The Azure File Sync agent should be installed after deploying the server image and completing sysprep mini-setup.
92
+
93
+
### Sync limitations
94
+
The following items don't sync, but the rest of the system continues to operate normally:
95
+
- Files with unsupported characters. See [Troubleshooting guide](file-sync-troubleshoot-sync-errors.md#handling-unsupported-characters) for list of unsupported characters.
96
+
- Files or directories that end with a period.
97
+
- Paths that are longer than 2,048 characters.
98
+
- The system access control list (SACL) portion of a security descriptor that's used for auditing.
99
+
- Extended attributes.
100
+
- Alternate data streams.
101
+
- Reparse points.
102
+
- Hard links.
103
+
- Compression (if it's set on a server file) isn't preserved when changes sync to that file from other endpoints.
104
+
- Any file that's encrypted with EFS (or other user mode encryption) that prevents the service from reading the data.
105
+
106
+
> [!Note]
107
+
> Azure File Sync always encrypts data in transit. Data is always encrypted at rest in Azure.
108
+
109
+
### Server endpoint
110
+
- A server endpoint can be created only on an NTFS volume. ReFS, FAT, FAT32, and other file systems aren't currently supported by Azure File Sync.
111
+
- Cloud tiering is not supported on the system volume. To create a server endpoint on the system volume, disable cloud tiering when creating the server endpoint.
112
+
- Failover Clustering is supported only with clustered disks, but not with Cluster Shared Volumes (CSVs).
113
+
- A server endpoint can't be nested. It can coexist on the same volume in parallel with another endpoint.
114
+
- Do not store an OS or application paging file within a server endpoint location.
115
+
116
+
### Cloud endpoint
117
+
- Azure File Sync supports making changes to the Azure file share directly. However, any changes made on the Azure file share first need to be discovered by an Azure File Sync change detection job. A change detection job is initiated for a cloud endpoint once every 24 hours. To immediately sync files that are changed in the Azure file share, the [Invoke-AzStorageSyncChangeDetection](/powershell/module/az.storagesync/invoke-azstoragesyncchangedetection) PowerShell cmdlet can be used to manually initiate the detection of changes in the Azure file share.
118
+
- The storage sync service and/or storage account can be moved to a different resource group, subscription, or Azure AD tenant. After the storage sync service or storage account is moved, you need to give the Microsoft.StorageSync application access to the storage account (see [Ensure Azure File Sync has access to the storage account](file-sync-troubleshoot-sync-errors.md?tabs=portal1%252cportal#troubleshoot-rbac)).
119
+
120
+
> [!Note]
121
+
> When creating the cloud endpoint, the storage sync service and storage account must be in the same Azure AD tenant. Once the cloud endpoint is created, the storage sync service and storage account can be moved to different Azure AD tenants.
122
+
123
+
### Cloud tiering
124
+
- If a tiered file is copied to another location by using Robocopy, the resulting file isn't tiered. The offline attribute might be set because Robocopy incorrectly includes that attribute in copy operations.
125
+
- When copying files using robocopy, use the /MIR option to preserve file timestamps. This will ensure older files are tiered sooner than recently accessed files.
126
+
50
127
## Agent version 15.2.0.0
51
128
The following release notes are for version 15.2.0.0 of the Azure File Sync agent released November 21, 2022. These notes are in addition to the release notes listed for version 15.0.0.0.
Copy file name to clipboardExpand all lines: includes/storage-sync-files-agent-update-policy.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ There are five approved and tested ways to install the Azure File Sync agent upd
20
20
3.**Use AfsUpdater.exe to download and install agent updates.**
21
21
The AfsUpdater.exe is located in the agent installation directory. Double-click the executable to download and install agent updates.
22
22
4.**Patch an existing Azure File Sync agent by using a Microsoft Update patch file, or a .msp executable. The latest Azure File Sync update package can be downloaded from the [Microsoft Update Catalog](https://www.catalog.update.microsoft.com/Search.aspx?q=Azure%20File%20Sync).**
23
-
Running a .msp executable will upgrade your Azure File Sync installation with the same method used automatically by Microsoft Update in the previous upgrade path. Applying a Microsoft Update patch will perform an in-place upgrade of an Azure File Sync installation.
23
+
Running an .msp executable will upgrade your Azure File Sync installation with the same method used automatically by Microsoft Update in the previous upgrade path. Applying a Microsoft Update patch will perform an in-place upgrade of an Azure File Sync installation.
24
24
5.**Download the newest Azure File Sync agent installer from the [Microsoft Download Center](https://go.microsoft.com/fwlink/?linkid=858257).**
25
25
To upgrade an existing Azure File Sync agent installation, uninstall the older version and then install the latest version from the downloaded installer. The server registration, sync groups, and any other settings are maintained by the Azure File Sync installer.
26
26
@@ -57,7 +57,7 @@ Azure File Sync is a cloud service, which continuously introduces new features a
57
57
- Major agent versions are supported for at least six months from the date of initial release.
58
58
- We guarantee there is an overlap of at least three months between the support of major agent versions.
59
59
- Warnings are issued for registered servers using a soon-to-be expired agent at least three months prior to expiration. You can check if a registered server is using an older version of the agent under the registered servers section of a Storage Sync Service.
60
-
- The lifetime of a minor agent version is bound to the associated major version. For example, when agent version 12.0.0.0 is set to expire, agent versions 12.\*.\*.\* will all be set to expire together.
60
+
- The lifetime of a minor agent version is bound to the associated major version. For example, when agent version 14.0.0.0 is set to expire, agent versions 14.\*.\*.\* will all be set to expire together.
61
61
62
62
> [!Note]
63
63
> Installing an agent version with an expiration warning will display a warning but succeed. Attempting to install or connect with an expired agent version is not supported and will be blocked.
0 commit comments