Skip to content

Commit c1c7626

Browse files
authored
Update file-sync-planning.md
1 parent deb43ab commit c1c7626

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
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.

0 commit comments

Comments
 (0)