Skip to content

Commit 6a1c269

Browse files
Merge pull request #284375 from jeffpatt24/patch-5
Update storage-files-scale-targets.md
2 parents 18b8312 + 8058dae commit 6a1c269

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the scalability and performance targets for Azure stora
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 05/13/2024
7+
ms.date: 08/12/2024
88
ms.author: kendownie
99
---
1010

@@ -62,8 +62,8 @@ Azure file share scale targets apply at the file share level.
6262
| Provisioned size increase/decrease unit | N/A | 1 GiB |
6363
| Maximum size of a file share | 100 TiB | 100 TiB |
6464
| Maximum number of files in a file share | No limit | No limit |
65-
| Maximum request rate (Max IOPS) | <ul><li>20,000</li><li>1,000 or 100 requests per 100 ms, default</li></ul> | <ul><li>Baseline IOPS: 3000 + 1 IOPS per GiB, up to 102,400</li><li>IOPS bursting: Max (10,000, 3x IOPS per GiB), up to 102,400</li></ul> |
66-
| Throughput (ingress + egress) for a single file share (MiB/sec) | <ul><li>Up to storage account limits</li><li>Up to 60 MiB/sec, default</li></ul> | 100 + CEILING(0.04 * ProvisionedStorageGiB) + CEILING(0.06 * ProvisionedStorageGiB) |
65+
| Maximum request rate (Max IOPS) | 20,000 | <ul><li>Baseline IOPS: 3000 + 1 IOPS per GiB, up to 102,400</li><li>IOPS bursting: Max (10,000, 3x IOPS per GiB), up to 102,400</li></ul> |
66+
| Throughput (ingress + egress) for a single file share (MiB/sec) | Up to storage account limits | 100 + CEILING(0.04 * ProvisionedStorageGiB) + CEILING(0.06 * ProvisionedStorageGiB) |
6767
| Maximum number of share snapshots | 200 snapshots | 200 snapshots |
6868
| Maximum object name length<sup>3</sup> (full pathname including all directories, file names, and backslash characters) | 2,048 characters | 2,048 characters |
6969
| Maximum length of individual pathname component<sup>2</sup> (in the path \A\B\C\D, each letter represents a directory or file that is an individual component) | 255 characters | 255 characters |

0 commit comments

Comments
 (0)