diff --git a/articles/storage/files/storage-files-enable-smb-multichannel.md b/articles/storage/files/storage-files-enable-smb-multichannel.md index 721e141e010b6..5f15bc3f4063d 100644 --- a/articles/storage/files/storage-files-enable-smb-multichannel.md +++ b/articles/storage/files/storage-files-enable-smb-multichannel.md @@ -28,7 +28,7 @@ SMB Multichannel for premium file shares is in preview and is available in a sub ## Getting started -Open a shell and sign into your Azure subscription. From there, you can register register for the SMB Multichannel preview with the following commands. +Open a PowerShell window and sign into your Azure subscription. From there, you can register for the SMB Multichannel preview with the following commands. ```azurepowershell Connect-AzAccount @@ -53,16 +53,29 @@ Get-AzProviderFeature -FeatureName AllowSMBMultichannel -ProviderNamespace Micro ``` -## Enable SMB Multichannel +## Enable (Disable) SMB Multichannel +Once you have created a FileStorage account, you can follow the instructions to update SMB Multichannel settings for your storage account. -1. Sign into the Azure portal and navigate to the FileStorage storage account you want to enable SMB Multichannel on. -1. Select **File shares** then select **File share settings**. -1. Toggle **SMB Multichannel** to on and select **save**. - -Enabling SMB Multichannel will apply the affect to every file share inside the storage account. You will need to remount the share on your client for the changes to take effect, though. +# [Portal](#tab/azure-portal) +1. Sign into the Azure portal and navigate to the FileStorage storage account you want to configure SMB Multichannel. +1. Select **File shares** under **File service**, and then select **File share settings**. +1. Toggle **SMB Multichannel** to **on** (or **off** to disable) and select **save**. :::image type="content" source="media/storage-files-enable-smb-multichannel/enable-smb-multichannel-on-storage-account.png" alt-text="Screenshot of storage account, smb multichannel is toggled on."::: +If the SMB Multichannel option is not visible under File share settings or you get an failed to update error while updating the configuration, please make sure that your subscription is registered and your account is in one of the supported regions with supported account type and replication. See details on the availablity section. + + +# [PowerShell](#tab/azure-powershell) +Azure PowerShell does not yet support configuring SMB Multichannel. Please see the portal instructions to configure SMB Multichannel on storage account. + +# [Azure CLI](#tab/azure-cli) +Azure CLI does not yet support configuring SMB Multichannel. Please see the portal instructions to configure SMB Multichannel on storage account. + +> [!NOTE] +> Any changes to SMB Multichannel configuration settings will apply to all file shares under the storage account. You will need to remount the share on your client for the changes to take effect, though. + + ## Next steps - [Remount your file share](storage-how-to-use-files-windows.md) to take advantage of SMB Multichannel.