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
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-auto-purge.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Autopurge operates asynchronously in the background, optimized to minimize syste
15
15
16
16
## How it works
17
17
18
-
Autopurge is an opt-in feature. You can enable it by defining retention policies that control how long to keep the data of orchestrations in certain statuses. The autopurge feature purges orchestration data associated with terminal statuses. "Terminal" refers to orchestrations that have reached a final state with no further scheduling, event processing, or work item generation. Terminal statuses include:
18
+
Autopurge is enabled by default with a 30 day policy, but it can be customized. You can modify it by defining retention policies that specify how long to keep orchestration data for certain statuses. The autopurge feature removes orchestration data that is in terminal statuses. A terminal status means the orchestration has reached a final state and will no longer schedule tasks, process events, or generate work items. Terminal statuses include:
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azure-netapp-files-resource-limits.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,9 @@ The following table describes resource limits for the Flexible, Standard, Premiu
37
37
| Minimum size of a single regular volume | 50 GiB | No |
38
38
| Maximum size of a single regular volume | 100 TiB | No |
39
39
| Minimum size of a single [large volume](large-volumes-requirements-considerations.md)| 50 TiB | No |
40
-
| Large volume size increase | 30% of lowest provisioned size | Yes |
41
40
| Maximum size of a single [large volume](large-volumes-requirements-considerations.md)| 1 PiB | Yes**|
42
41
| Maximum size of a single large volume with breakthrough mode (preview) | 2,400 TiB | No |
43
-
| Maximum size of a large volume up to 7.2 PiB**| 7.2 PiB | Yes**|
42
+
| Maximum size of a large volume up to 7.2 PiB***| 7.2 PiB | Yes**|
44
43
| Maximum size of a single file | 16 TiB | No |
45
44
| Maximum size of directory metadata in a single directory | 320 MB | No |
46
45
| Maximum number of files in a single directory |*Approximately* 4 million. <br> See [Determine if a directory is approaching the limit size](directory-sizes-concept.md#directory-limit). | No |
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/faq-smb.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,25 @@ Azure NetApp Files supports SMB 2.1 and SMB 3.1 (which includes support for SMB
21
21
22
22
Yes, Windows Server 2025 domain controllers are supported as of September 9, 2025. Windows Server 2025 domain controllers must have all cumulative security updates installed, including [KB5065426](https://support.microsoft.com/en-us/topic/september-9-2025-kb5065426-update-for-windows-server-2025-os-build-26100-6584-6a59dc6a-1ff2-48f4-b375-81e93deee5dd), released on September 9, 2025. You must also enable AES encryption (AES-256) on the Active Directory connection if you plan to introduce any Windows Server 2025 domain controllers into your Active Directory environment. For more information, see [Create and Manage Active Directory connections for Azure NetApp Files](create-active-directory-connections.md).
23
23
24
+
## What SMB minimum version should be configured on Windows Server 2025 domain controllers for Azure NetApp Files?
25
+
26
+
For Azure NetApp Files communication with Windows Server 2025 domain controllers, set the SMB minimum dialect to SMB 3.0. If required by your environment, SMB 2.1 can be used. Although Windows Server 2025 supports SMB 3.1.1, enforcing SMB 3.1.1 for this communication can break domain controller communication and prevent authentication to Azure NetApp Files SMB shares.
27
+
28
+
Run one of the following commands on each Windows Server 2025 domain controller, based on your requirements:
29
+
30
+
```
31
+
Set-SmbServerConfiguration -Smb2DialectMin SMB211
32
+
```
33
+
34
+
```
35
+
Set-SmbServerConfiguration -Smb2DialectMin SMB300
36
+
```
37
+
38
+
>[!NOTE]
39
+
>This configuration must be applied individually on all Windows Server 2025 domain controllers. It doesn't replicate across the domain.
40
+
41
+
As an alternative, update the Active Directory site used by Azure NetApp Files so it includes only domain controllers that aren't running Windows Server 2025.
42
+
24
43
## Does Azure NetApp Files support access to ‘offline files’ on SMB volumes?
25
44
26
45
Azure NetApp Files supports 'manual' offline files, allowing users on Windows clients to manually select files to be cached locally.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/large-volumes-requirements-considerations.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.author: anfdocs
12
12
---
13
13
# Requirements and considerations for Azure NetApp Files large volumes
14
14
15
-
Large volumes are Azure NetApp Files volumes with a size of 50 TiB to 1,024 TiB.
15
+
Azure NetApp Files large volumes support sizes between 50 TiB and 1,024 TiB.
16
16
17
17
With breakthrough mode, you can create large volumes at sizes between 2,400 GiB and 2,400 TiB. You must [request the feature](#register-for-breakthrough-mode) before using it for the first time. With cool access enabled, large volumes can scale to 7.2 PiB in certain situations; for more information, see [large volumes up to 7.2 PiB](#requirements-and-considerations-for-large-volumes-up-to-72-pib-preview).
18
18
@@ -25,7 +25,6 @@ The following requirements and considerations apply to large volumes. For perfor
25
25
* A regular volume can’t be converted to a large volume.
26
26
* You must create a large volume at a size of 50 TiB or larger. The maximum size of a large volume is 1,024 TiB.
27
27
* You can't resize a large volume to less than 50 TiB.
28
-
* A large volume can't be resized to more than 30% of its lowest provisioned size. This limit is adjustable via [a support request](azure-netapp-files-resource-limits.md#resource-limits). When requesting the resize, specify the desired size in TiB.
29
28
* When reducing the size of a large volume, the size depends on the size of files written to the volume and the snapshots currently active on the volumes.
30
29
* You can't create a large volume with application volume groups.
31
30
* Currently, large volumes aren't suited for database (HANA, Oracle, SQL Server, etc.) data and log volumes. For database workloads requiring more than a single volume’s throughput limit, consider deploying multiple regular volumes. To optimize multiple volume deployments for databases, use [application volume groups](application-volume-group-concept.md).
@@ -39,11 +38,11 @@ The following requirements and considerations apply to large volumes. For perfor
39
38
</tr></thead>
40
39
<tbody>
41
40
<tr>
42
-
<td>Capacity tier</td>
41
+
<td>Service level</td>
43
42
<td>Minimum volume size<br>(TiB)</td>
44
-
<td>Maximum volume size (TiB)*</td>
45
-
<td>Minimum throughput for capacity tier (MiB/s)</td>
46
-
<td>Maximum throughput for capacity tier (MiB/s)</td>
43
+
<td>Maximum volume size (TiB)</td>
44
+
<td>Base throughput (MiB/s) at 50TiB</td>
45
+
<td>Maximum throughput for service level (MiB/s)</td>
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/whats-new.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,13 @@ ms.author: anfdocs
17
17
18
18
Azure NetApp Files is updated regularly. This article provides a summary about the latest new features and enhancements.
19
19
20
+
21
+
## March 2026
22
+
23
+
*[Large volumes improvement:](large-volumes-requirements-considerations.md#requirements-and-considerations) removed 30% default limit imposed on large volumes
24
+
25
+
Large volumes operational improvement no longer requires a support ticket to increase a large volume past the 30% imposed limit. This allows customer to automate their large volume size increases without waiting for approval and human intervention.
26
+
20
27
## January 2026
21
28
22
29
*[Elastic zone-redundant storage service level](elastic-zone-redundant-concept.md) (preview)
|Servers (64-bit) | Windows Server 2008 R2 SP1, Windows Server 2008 SP2 (You need to install [Windows Management Framework](https://www.microsoft.com/download/details.aspx?id=54616)), Windows Server 2012, Windows Server 2012 R2. | Physical server <br><br> Hyper-V virtual machine <br><br> VMware virtual machine | Volume, share, folder, file, system state/bare metal |
Copy file name to clipboardExpand all lines: articles/backup/backup-support-matrix-mars-agent.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Support matrix for the MARS agent
3
3
description: This article summarizes Azure Backup support when you back up machines that are running the Microsoft Azure Recovery Services (MARS) agent.
4
-
ms.date: 11/24/2025
4
+
ms.date: 03/09/2026
5
5
ms.topic: reference
6
6
ms.custom: engagement-fy24
7
7
author: AbhishekMallick-MS
@@ -13,6 +13,9 @@ ms.author: v-mallicka
13
13
14
14
You can use the [Azure Backup service](backup-overview.md) to back up on-premises machines and apps and to back up Azure virtual machines (VMs). This article summarizes support settings and limitations when you use the Microsoft Azure Recovery Services (MARS) agent to back up machines.
Azure Backup uses the MARS agent to back up data from on-premises machines and Azure VMs to a backup Recovery Services vault in Azure. The MARS agent can:
|Servers (64-bit) | Windows Server 2008 R2 SP1, Windows Server 2008 SP2 (You need to install [Windows Management Framework](https://www.microsoft.com/download/details.aspx?id=54616)) | Physical server <br><br> Hyper-V virtual machine <br><br> VMware virtual machine | Volume, share, folder, file, system state/bare metal |
0 commit comments