Skip to content

Commit fa36f3d

Browse files
authored
Update storage-files-scale-targets.md
1 parent 62aea34 commit fa36f3d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,14 @@ File scale targets apply to individual files stored in Azure file shares.
8282
| Maximum concurrent request rate | 1,000 IOPS | Up to 8,000<sup>1</sup> |
8383
| Maximum ingress for a file | 60 MiB/sec | 200 MiB/sec (Up to 1 GiB/s with SMB Multichannel)<sup>2</sup> |
8484
| Maximum egress for a file | 60 MiB/sec | 300 MiB/sec (Up to 1 GiB/s with SMB Multichannel)<sup>2</sup> |
85-
| Maximum concurrent handles per file, directory, and share root<sup>3</sup> | 2,000 handles | 2,000 handles |
85+
| Maximum concurrent handles for root directory<sup>3</sup> | 10,000 handles | 10,000 handles |
86+
| Maximum concurrent handles per file and directory<sup>3</sup> | 2,000 handles | 2,000 handles |
8687

8788
<sup>1 Applies to read and write I/Os (typically smaller I/O sizes less than or equal to 64 KiB). Metadata operations, other than reads and writes, may be lower. These are soft limits, and throttling can occur beyond these limits.</sup>
8889

8990
<sup>2 Subject to machine network limits, available bandwidth, I/O sizes, queue depth, and other factors. For details see [SMB Multichannel performance](./storage-files-smb-multichannel-performance.md).</sup>
9091

91-
<sup>3 Azure Files supports 2,000 open handles per share, and in practice can go higher. However, if an application keeps an open handle on the root of the share, the share root limit will be reached before the per-file or per-directory limit is reached.</sup>
92+
<sup>3 Azure Files supports 10,000 open handles on the root directory and 2,000 open handles per file and directory within the share. The number of active users supported per share is dependent on the applications that are accessing the share. If your applications are not opening a handle on the root directory, Azure Files can support more than 10,000 active users per share.</sup>
9293

9394
## Azure File Sync scale targets
9495
The following table indicates which targets are soft, representing the Microsoft tested boundary, and hard, indicating an enforced maximum:

0 commit comments

Comments
 (0)