Skip to content

Commit 7e4e190

Browse files
Merge pull request #288017 from jeffpatt24/patch-5
Update file-sync-release-notes.md
2 parents a558316 + c1c7626 commit 7e4e190

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

articles/storage/file-sync/file-sync-planning.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Plan for a deployment with Azure File Sync, a service that allows y
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 04/23/2024
7+
ms.date: 10/08/2024
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -75,6 +75,7 @@ Azure File Sync is supported with the following versions of Windows Server:
7575

7676
| Version | Supported SKUs | Supported deployment options |
7777
|---------|----------------|------------------------------|
78+
| Windows Server 2025 | Azure, Datacenter, Essentials, Standard, and IoT | Full and Core |
7879
| Windows Server 2022 | Azure, Datacenter, Essentials, Standard, and IoT | Full and Core |
7980
| Windows Server 2019 | Datacenter, Essentials, Standard, and IoT | Full and Core |
8081
| Windows Server 2016 | Datacenter, Essentials, Standard, and Storage Server | Full and Core |
@@ -234,8 +235,8 @@ In this case, Azure File Sync would need about 209,500,000 KiB (209.5 GiB) of sp
234235
235236
### Data Deduplication
236237

237-
**Windows Server 2022, Windows Server 2019, and Windows Server 2016**
238-
Data Deduplication is supported irrespective of whether cloud tiering is enabled or disabled on one or more server endpoints on the volume for Windows Server 2016, Windows Server 2019, and Windows Server 2022. Enabling Data Deduplication on a volume with cloud tiering enabled lets you cache more files on-premises without provisioning more storage.
238+
**Windows Server 2025, Windows Server 2022, Windows Server 2019, and Windows Server 2016**
239+
Data Deduplication is supported irrespective of whether cloud tiering is enabled or disabled on one or more server endpoints on the volume for Windows Server 2016, Windows Server 2019, Windows Server 2022 and Windows Server 2025. Enabling Data Deduplication on a volume with cloud tiering enabled lets you cache more files on-premises without provisioning more storage.
239240

240241
When Data Deduplication is enabled on a volume with cloud tiering enabled, Dedup optimized files within the server endpoint location will be tiered similar to a normal file based on the cloud tiering policy settings. Once the Dedup optimized files have been tiered, the Data Deduplication garbage collection job will run automatically to reclaim disk space by removing unnecessary chunks that are no longer referenced by other files on the volume.
241242

@@ -255,9 +256,9 @@ Azure File Sync doesn't support Data Deduplication and cloud tiering on the same
255256
- For ongoing Deduplication optimization jobs, cloud tiering with date policy will get delayed by the Data Deduplication [MinimumFileAgeDays](/powershell/module/deduplication/set-dedupvolume) setting, if the file isn't already tiered.
256257
- Example: If the MinimumFileAgeDays setting is seven days and cloud tiering date policy is 30 days, the date policy will tier files after 37 days.
257258
- Note: Once a file is tiered by Azure File Sync, the Deduplication optimization job will skip the file.
258-
- If a server running Windows Server 2012 R2 with the Azure File Sync agent installed is upgraded to Windows Server 2016, Windows Server 2019 or Windows Server 2022, the following steps must be performed to support Data Deduplication and cloud tiering on the same volume:
259+
- If a server running Windows Server 2012 R2 with the Azure File Sync agent installed is upgraded to Windows Server 2016, Windows Server 2019, Windows Server 2022, or Windows Server 2025, the following steps must be performed to support Data Deduplication and cloud tiering on the same volume:
259260
- Uninstall the Azure File Sync agent for Windows Server 2012 R2 and restart the server.
260-
- Download the Azure File Sync agent for the new server operating system version (Windows Server 2016, Windows Server 2019, or Windows Server 2022).
261+
- Download the Azure File Sync agent for the new server operating system version (Windows Server 2016, Windows Server 2019, Windows Server 2022, or Windows Server 2025).
261262
- Install the Azure File Sync agent and restart the server.
262263

263264
Note: The Azure File Sync configuration settings on the server are retained when the agent is uninstalled and reinstalled.

articles/storage/file-sync/file-sync-release-notes.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: storage
55
author: wmgries
66
ms.service: azure-file-storage
77
ms.topic: release-notes
8-
ms.date: 09/03/2024
8+
ms.date: 10/08/2024
99
ms.author: wgries
1010
---
1111

@@ -21,7 +21,7 @@ The following Azure File Sync agent versions are supported:
2121

2222
| Milestone | Agent version number | Release date | Status |
2323
|----|----------------------|--------------|------------------|
24-
| V19 Release - [KB5040924](https://support.microsoft.com/topic/e44fc142-8a24-4dea-9bf9-6e884b4b342e)| 19.1.0.0 | September 3, 2024 | Supported - Flighting |
24+
| V19 Release - [KB5040924](https://support.microsoft.com/topic/e44fc142-8a24-4dea-9bf9-6e884b4b342e)| 19.1.0.0 | September 3, 2024 | Supported |
2525
| V18.2 Release - [KB5023059](https://support.microsoft.com/topic/613d00dc-998b-4885-86b9-73750195baf5)| 18.2.0.0 | July 9, 2024 | Supported |
2626
| V18.1 Release - [KB5023057](https://support.microsoft.com/topic/961af341-40f2-4e95-94c4-f2854add60a5)| 18.1.0.0 | June 11, 2024 | Supported - Security Update |
2727
| V17.3 Release - [KB5039814](https://support.microsoft.com/topic/97bd6ab9-fa4c-42c0-a510-cdb1d23825bf)| 17.3.0.0 | June 11, 2024 | Supported - Security Update |
@@ -99,6 +99,9 @@ Azure File Sync support for system-assigned managed identities will be in previe
9999
**Sync performance improvements**
100100
Sync performance has significantly improved for file share migrations and when metadata-only is changed (for example, ACL changes). Performance numbers will be posted when they are available.
101101

102+
**Support for Windows Server 2025**
103+
The Azure File Sync agent is now supported on Windows Server 2025.
104+
102105
**Miscellaneous reliability and telemetry improvements for cloud tiering and sync**
103106

104107
### Evaluation Tool

0 commit comments

Comments
 (0)