Skip to content

Commit 565b2a9

Browse files
committed
move preview registration
1 parent 1a21c2f commit 565b2a9

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

articles/storage/files/smb-performance.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -186,31 +186,6 @@ Register-AzProviderFeature -FeatureName AzurePremiumFilesMetadataCacheFeature -P
186186
```
187187
---
188188

189-
### Register for increased file handle limits (preview)
190-
191-
To increase the maximum number of concurrent handles per file and directory for SSD SMB file shares from 2,000 to 10,000, register for the preview feature using the Azure portal or Azure PowerShell. If you have questions, email [email protected].
192-
193-
# [Azure portal](#tab/portal)
194-
195-
1. Sign in to the [Azure portal](https://portal.azure.com?azure-portal=true).
196-
2. Search for and select **Preview features**.
197-
3. Select the **Type** filter and select **Microsoft.Storage**.
198-
4. Select **Azure Premium Files Increased Maximum Opened Handles Count** and then select **Register**.
199-
200-
# [Azure PowerShell](#tab/powershell)
201-
202-
To register your subscription using Azure PowerShell, run the following commands. Replace `<your-subscription-id>` and `<your-tenant-id>` with your own values.
203-
204-
```azurepowershell-interactive
205-
Connect-AzAccount -SubscriptionId <your-subscription-id> -TenantId <your-tenant-id>
206-
Register-AzProviderFeature -FeatureName HigherHandlesCountOnSmb -ProviderNamespace Microsoft.Storage
207-
```
208-
---
209-
210-
> [!IMPORTANT]
211-
> - Although listed under Preview Features, we honor GA SLAs and will soon make this the default for all accounts, removing the need for registration.
212-
> - Allow 2-6 hours for accounts to be onboarded once registration is complete.
213-
214189
### Regional availability for metadata caching
215190

216191
Supported regions:
@@ -283,6 +258,31 @@ Metadata caching can increase network throughput by more than 60% for metadata-h
283258

284259
:::image type="content" source="media/smb-performance/metadata-caching-throughput.jpg" alt-text="Chart showing network throughput with and without metadata caching." border="false":::
285260

261+
## Register for increased file handle limits (preview)
262+
263+
To increase the maximum number of concurrent handles per file and directory for SSD SMB file shares from 2,000 to 10,000, register for the preview feature using the Azure portal or Azure PowerShell. If you have questions, email [email protected].
264+
265+
# [Azure portal](#tab/portal)
266+
267+
1. Sign in to the [Azure portal](https://portal.azure.com?azure-portal=true).
268+
2. Search for and select **Preview features**.
269+
3. Select the **Type** filter and select **Microsoft.Storage**.
270+
4. Select **Azure Premium Files Increased Maximum Opened Handles Count** and then select **Register**.
271+
272+
# [Azure PowerShell](#tab/powershell)
273+
274+
To register your subscription using Azure PowerShell, run the following commands. Replace `<your-subscription-id>` and `<your-tenant-id>` with your own values.
275+
276+
```azurepowershell-interactive
277+
Connect-AzAccount -SubscriptionId <your-subscription-id> -TenantId <your-tenant-id>
278+
Register-AzProviderFeature -FeatureName HigherHandlesCountOnSmb -ProviderNamespace Microsoft.Storage
279+
```
280+
---
281+
282+
> [!IMPORTANT]
283+
> - Although listed under Preview Features, we honor GA SLAs and will soon make this the default for all accounts, removing the need for registration.
284+
> - Allow 2-6 hours for accounts to be onboarded once registration is complete.
285+
286286
## Next steps
287287

288288
- [Check SMB Multichannel status](files-smb-protocol.md#smb-multichannel)

0 commit comments

Comments
 (0)