Skip to content

Commit 79440a1

Browse files
Merge pull request #280302 from khdownie/kendownie070824
SMB Multi default limited regions
2 parents 59c6114 + 8d8b6d9 commit 79440a1

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

articles/storage/files/files-smb-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about file shares hosted in Azure Files using the Server Mess
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 05/08/2024
7+
ms.date: 07/08/2024
88
ms.author: kendownie
99
ms.custom: devx-track-azurepowershell
1010
---
@@ -54,7 +54,7 @@ Azure Files offers multiple settings that affect the behavior, performance, and
5454

5555
### SMB Multichannel
5656

57-
SMB Multichannel enables an SMB 3.x client to establish multiple network connections to an SMB file share. Azure Files supports SMB Multichannel on premium file shares (file shares in the FileStorage storage account kind). There is no additional cost for enabling SMB Multichannel in Azure Files. SMB Multichannel is disabled by default.
57+
SMB Multichannel enables an SMB 3.x client to establish multiple network connections to an SMB file share. Azure Files supports SMB Multichannel on premium file shares (file shares in the FileStorage storage account kind). There is no additional cost for enabling SMB Multichannel in Azure Files. In most Azure regions, SMB Multichannel is disabled by default.
5858

5959
# [Portal](#tab/azure-portal)
6060
To view the status of SMB Multichannel, navigate to the storage account containing your premium file shares and select **File shares** under the **Data storage** heading in the storage account table of contents. The status of the SMB Multichannel can be seen under the **File share settings** section.

articles/storage/files/smb-performance.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about ways to improve performance and throughput for premium
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 05/09/2024
7+
ms.date: 07/08/2024
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -43,6 +43,14 @@ Higher I/O sizes drive higher throughput and will have higher latencies, resulti
4343

4444
SMB Multichannel enables an SMB 3.x client to establish multiple network connections to an SMB file share. Azure Files supports SMB Multichannel on premium file shares (file shares in the FileStorage storage account kind) for Windows clients. On the service side, SMB Multichannel is disabled by default in Azure Files, but there's no additional cost for enabling it.
4545

46+
Beginning in July 2024, SMB Multichannel will be enabled by default for all newly created Azure storage accounts in the following regions:
47+
48+
- Central India (Jio)
49+
- West India (Jio)
50+
- West India
51+
- Korea South
52+
- Norway West
53+
4654
### Benefits
4755

4856
SMB Multichannel enables clients to use multiple network connections that provide increased performance while lowering the cost of ownership. Increased performance is achieved through bandwidth aggregation over multiple NICs and utilizing Receive Side Scaling (RSS) support for NICs to distribute the I/O load across multiple CPUs.
@@ -66,6 +74,7 @@ This feature provides greater performance benefits to multi-threaded application
6674

6775
SMB Multichannel for Azure file shares currently has the following restrictions:
6876

77+
- Only available for premium Azure file shares. Not available for standard Azure file shares.
6978
- Only supported on Windows clients that are using SMB 3.1.1. Ensure SMB client operating systems are patched to recommended levels.
7079
- Not currently supported or recommended for Linux clients.
7180
- Maximum number of channels is four, for details see [here](/troubleshoot/azure/azure-storage/files-troubleshoot-performance?toc=/azure/storage/files/toc.json#cause-4-number-of-smb-channels-exceeds-four).
@@ -80,11 +89,11 @@ On Windows clients, SMB Multichannel is enabled by default. You can verify your
8089
Get-SmbClientConfiguration | Select-Object -Property EnableMultichannel
8190
```
8291

83-
On your Azure storage account, you'll need to enable SMB Multichannel. See [Enable SMB Multichannel](files-smb-protocol.md#smb-multichannel).
92+
If SMB Multichannel isn't enabled on your Azure storage account, see [SMB Multichannel status](files-smb-protocol.md#smb-multichannel).
8493

8594
### Disable SMB Multichannel
8695

87-
In most scenarios, particularly multi-threaded workloads, clients should see improved performance with SMB Multichannel. However, for some specific scenarios such as single-threaded workloads or for testing purposes, you might want to disable SMB Multichannel. See [Performance comparison](#performance-comparison) for more details.
96+
In most scenarios, particularly multi-threaded workloads, clients should see improved performance with SMB Multichannel. However, for some specific scenarios such as single-threaded workloads or for testing purposes, you might want to disable SMB Multichannel. See [Performance comparison](#performance-comparison) and [SMB Multichannel status](files-smb-protocol.md#smb-multichannel) for more details.
8897

8998
### Verify SMB Multichannel is configured correctly
9099

@@ -206,5 +215,5 @@ Metadata caching can increase network throughput by more than 60% for metadata-h
206215

207216
## Next steps
208217

209-
- [Enable SMB Multichannel](files-smb-protocol.md#smb-multichannel)
218+
- [Check SMB Multichannel status](files-smb-protocol.md#smb-multichannel)
210219
- See the [Windows documentation](/azure-stack/hci/manage/manage-smb-multichannel) for SMB Multichannel

0 commit comments

Comments
 (0)