Skip to content

Commit ff23585

Browse files
committed
add qualifier for max iops
1 parent 412e24d commit ff23585

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/storage/files/storage-files-scale-targets.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the scalability and performance targets for Azure Files
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: concept-article
7-
ms.date: 03/11/2025
7+
ms.date: 05/30/2025
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -100,17 +100,18 @@ Azure file share scale targets apply at the file share level.
100100
| Maximum storage size | 100 TiB | 256 TiB | 100 TiB |
101101
| Maximum number of files | Unlimited | Unlimited | Unlimited |
102102
| Maximum IOPS (Data) | 102,400 IOPS (dependent on provisioning) | 50,000 IOPS (dependent on provisioning) | 20,000 IOPS |
103-
| Maximum IOPS (Metadata<sup>1</sup>) | Up to 35,000 IOPS | Up to 12,000 IOPS | Up to 12,000 IOPS |
103+
| Maximum IOPS (Metadata<sup>1</sup>) | Up to 35,000 IOPS<sup>2</sup> | Up to 12,000 IOPS | Up to 12,000 IOPS |
104104
| Maximum throughput | 10,340 MiB / sec (dependent on provisioning) | 5,120 MiB / sec (dependent on provisioning) | Up to storage account limits |
105105
| Maximum number of share snapshots | 200 snapshots | 200 snapshots | 200 snapshots |
106-
| Maximum filename length<sup>2</sup> (full pathname including all directories, file names, and backslash characters) | 2,048 characters | 2,048 characters | 2,048 characters |
106+
| Maximum filename length<sup>3</sup> (full pathname including all directories, file names, and backslash characters) | 2,048 characters | 2,048 characters | 2,048 characters |
107107
| Maximum length of individual pathname component (in the path \A\B\C\D, each letter represents a directory or file that is an individual component) | 255 characters | 255 characters | 255 characters |
108108
| Hard link limit (NFS only) | 178 | N/A | N/A |
109109
| Maximum number of SMB Multichannel channels | 4 | N/A | N/A |
110110
| Maximum number of stored access policies per file share | 5 | 5 | 5 |
111111

112112
<sup>1</sup> Metadata IOPS (open/close/delete). See [Monitor Metadata IOPS](analyze-files-metrics.md#monitor-utilization-by-metadata-iops) for guidance.<br>
113-
<sup>2</sup> Azure Files enforces certain [naming rules](/rest/api/storageservices/naming-and-referencing-shares--directories--files--and-metadata#directory-and-file-names) for directory and file names.
113+
<sup>2</sup> Scaling to 35,000 IOPS for SSD file shares requires [registering for the metadata caching feature](smb-performance.md#register-for-the-metadata-caching-feature).<br>
114+
<sup>3</sup> Azure Files enforces certain [naming rules](/rest/api/storageservices/naming-and-referencing-shares--directories--files--and-metadata#directory-and-file-names) for directory and file names.
114115

115116
### File scale targets
116117
File scale targets apply to individual files stored in Azure file shares.

0 commit comments

Comments
 (0)