Skip to content

Commit d38c986

Browse files
Merge pull request #313192 from khdownie/patch-7
Update SMB performance article with Zonal placement
2 parents 6c9c133 + c816e9a commit d38c986

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

articles/storage/files/smb-performance.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about ways to improve performance and throughput for SSD (pre
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: concept-article
7-
ms.date: 01/15/2026
7+
ms.date: 03/16/2026
88
ms.author: kendownie
99
ms.custom:
1010
- build-2025
@@ -14,7 +14,7 @@ ms.custom:
1414

1515
# Improve performance for SMB Azure file shares
1616

17-
**Applies to:** :heavy_check_mark: SMB file shares
17+
**Applies to:** :heavy_check_mark: SMB file shares on SSD media tier
1818

1919
This article explains how you can improve performance for SSD (premium) SMB Azure file shares, including using SMB Multichannel and metadata caching.
2020

@@ -29,6 +29,7 @@ The following tips might help you optimize performance:
2929
- Maximum performance of a single virtual machine (VM) client is still bound to VM limits. For example, [Standard_D32s_v3](/azure/virtual-machines/dv3-dsv3-series) supports a maximum bandwidth of approximately 1.86 GiB/sec. Ingress (writes to storage) is metered, but egress (reads from storage) isn't. File share performance is subject to machine network limits, CPUs, internal storage available network bandwidth, IO sizes, parallelism, and other factors.
3030
- The initial test is usually a warm-up. Discard the results and repeat the test.
3131
- If performance is limited by a single client and workload is still below provisioned share limits, you can achieve higher performance by spreading the load over multiple clients.
32+
- 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.
3233

3334
### The relationship between IOPS, throughput, and I/O sizes
3435

0 commit comments

Comments
 (0)