You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/files/files-smb-protocol.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn about file shares hosted in Azure Files using the Server Mess
4
4
author: khdownie
5
5
ms.service: azure-file-storage
6
6
ms.topic: conceptual
7
-
ms.date: 05/08/2024
7
+
ms.date: 07/08/2024
8
8
ms.author: kendownie
9
9
ms.custom: devx-track-azurepowershell
10
10
---
@@ -54,7 +54,7 @@ Azure Files offers multiple settings that affect the behavior, performance, and
54
54
55
55
### SMB Multichannel
56
56
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.
58
58
59
59
# [Portal](#tab/azure-portal)
60
60
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.
Copy file name to clipboardExpand all lines: articles/storage/files/smb-performance.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn about ways to improve performance and throughput for premium
4
4
author: khdownie
5
5
ms.service: azure-file-storage
6
6
ms.topic: conceptual
7
-
ms.date: 05/09/2024
7
+
ms.date: 07/08/2024
8
8
ms.author: kendownie
9
9
ms.custom: references_regions
10
10
---
@@ -43,6 +43,14 @@ Higher I/O sizes drive higher throughput and will have higher latencies, resulti
43
43
44
44
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.
45
45
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
+
46
54
### Benefits
47
55
48
56
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
66
74
67
75
SMB Multichannel for Azure file shares currently has the following restrictions:
68
76
77
+
- Only available for premium Azure file shares. Not available for standard Azure file shares.
69
78
- Only supported on Windows clients that are using SMB 3.1.1. Ensure SMB client operating systems are patched to recommended levels.
70
79
- Not currently supported or recommended for Linux clients.
71
80
- 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
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).
84
93
85
94
### Disable SMB Multichannel
86
95
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.
88
97
89
98
### Verify SMB Multichannel is configured correctly
90
99
@@ -206,5 +215,5 @@ Metadata caching can increase network throughput by more than 60% for metadata-h
0 commit comments