Skip to content

Commit 8bc320a

Browse files
Merge pull request #275281 from khdownie/patch-6
Update understand-performance.md
2 parents ed7fe23 + 715bc87 commit 8bc320a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/storage/files/understand-performance.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
---
22
title: Understand Azure Files performance
3-
description: Learn about the factors that can impact Azure file share performance and how to optimize performance for your workload.
3+
description: Learn about the factors that can impact Azure file share performance such as IOPS, throughput, latency, and queue depth, and how to optimize performance for your workload.
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 07/06/2023
7+
ms.date: 05/13/2024
88
ms.author: kendownie
99
---
1010

11-
# Understand Azure Files performance
11+
# Understand and optimize Azure file share performance
1212

1313
Azure Files can satisfy performance requirements for most applications and use cases. This article explains the different factors that can affect file share performance and how to optimize the performance of Azure file shares for your workload.
1414

1515
## Applies to
16+
1617
| File share type | SMB | NFS |
1718
|-|:-:|:-:|
1819
| Standard file shares (GPv2), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
1920
| Standard file shares (GPv2), GRS/GZRS | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
2021
| Premium file shares (FileStorage), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![Yes](../media/icons/yes-icon.png) |
2122

2223
## Glossary
24+
2325
Before reading this article, it's helpful to understand some key terms relating to storage performance:
2426

2527
- **IO operations per second (IOPS)**
@@ -149,6 +151,7 @@ By using eight threads instead of one, the above workload can be reduced from 14
149151
| Thread 8 | 3 ms | 2 ms | 2 ms | 2 ms | 2 ms | 3 ms | **14 ms** |
150152

151153
## See also
154+
152155
- [Troubleshoot Azure file shares performance issues](/troubleshoot/azure/azure-storage/files-troubleshoot-performance?toc=/azure/storage/files/toc.json)
153156
- [Monitoring Azure Files](storage-files-monitoring.md)
154157
- [Planning for an Azure Files deployment](storage-files-planning.md)

0 commit comments

Comments
 (0)