Skip to content

Commit ed33e45

Browse files
Merge pull request #313100 from khdownie/patch-8
Add zonal placement to performance article
2 parents 18c6c11 + c8ba056 commit ed33e45

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

articles/storage/files/understand-performance.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the factors that can impact Azure file share performanc
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: concept-article
7-
ms.date: 02/03/2026
7+
ms.date: 03/12/2026
88
ms.author: kendownie
99
# Customer intent: "As a cloud storage administrator, I want to understand the factors affecting Azure file share performance, so that I can optimize configurations for IOPS, throughput, and latency to meet application demands."
1010
---
@@ -17,7 +17,7 @@ ms.author: kendownie
1717

1818
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.
1919

20-
## Glossary
20+
## Storage performance glossary
2121

2222
Before reading this article, it's helpful to understand some key terms relating to storage performance:
2323

@@ -56,7 +56,7 @@ The following table summarizes the expected performance targets between SSD and
5656

5757
SSD file shares offer a provisioning model that guarantees the following performance profile based on share size. For more information, see the [provisioned v1 model](understanding-billing.md#provisioned-v1-model).
5858

59-
### Performance checklist
59+
### Performance best practices
6060

6161
Whether you're assessing performance requirements for a new or existing workload, understanding your usage patterns helps you achieve predictable performance.
6262

@@ -70,6 +70,8 @@ Whether you're assessing performance requirements for a new or existing workload
7070

7171
- **API operation distribution**: Metadata heavy workloads, such as workloads that are performing read operations against a large number of files, are a better fit for SSD file shares. See [Metadata or namespace heavy workload](/troubleshoot/azure/azure-storage/files-troubleshoot-performance?toc=/azure/storage/files/toc.json#cause-2-metadata-or-namespace-heavy-workload).
7272

73+
- **Zonal placement**: Use [zonal placement](zonal-placement.md) to select the specific availability zone in which your storage account resides. This allows you to place your VMs in the same availability zone as your storage, which can reduce latency by up to 30 percent. This feature is currently available only for SSD storage accounts using locally redundant storage (LRS) in [supported regions](zonal-placement.md#region-support).
74+
7375
## Latency
7476

7577
When thinking about latency, it's important to first understand how latency is determined with Azure Files. The most common measurements are the latency associated with **end-to-end latency** and **service latency** metrics. Using these [transaction metrics](storage-files-monitoring-reference.md#metrics) can help identify client-side latency and/or networking issues by determining how much time your application traffic spends in transit to and from the client.

0 commit comments

Comments
 (0)