Skip to content

Commit 8157409

Browse files
Merge pull request #287774 from grover2754/RTSupdates
RTS updates
2 parents ce45677 + 58cabd0 commit 8157409

File tree

1 file changed

+41
-9
lines changed

1 file changed

+41
-9
lines changed

articles/storage/files/smb-performance.md

Lines changed: 41 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -167,27 +167,59 @@ The load was generated against a single 128 GiB file. With SMB Multichannel enab
167167

168168
## Metadata caching for premium SMB file shares
169169

170-
Metadata caching is an enhancement for SMB Azure premium file shares aimed to reduce metadata latency, increase available IOPS, and boost network throughput. This preview feature improves the following metadata APIs and can be used from both Windows and Linux clients:
170+
Metadata caching is an enhancement for SMB Azure premium file shares aimed to improve the following:
171+
172+
- Reduce metadata latency
173+
- Raised metadata scale limits
174+
- Increase latency consistency, available IOPS, and boost network throughput
175+
176+
This preview feature improves the following metadata APIs and can be used from both Windows and Linux clients:
171177

172178
- Create
173179
- Open
174180
- Close
175181
- Delete
176182

177-
To onboard, [sign up for the public preview](https://aka.ms/PremiumFilesMetadataCachingPreview) and we'll provide you with additional details. Currently this preview feature is only available for premium SMB file shares (file shares in the FileStorage storage account kind). There are no additional costs associated with using this feature.
183+
Currently this preview feature is only available for premium SMB file shares (file shares in the FileStorage storage account kind). There are no additional costs associated with using this feature.
184+
185+
### Register for the feature
186+
To get started, register for the feature using Azure portal or PowerShell.
187+
188+
# [Azure portal](#tab/portal)
189+
190+
1. Sign in to the [Azure portal](https://portal.azure.com?azure-portal=true).
191+
2. Search for and select **Preview features**.
192+
3. Select the **Type** filter and select **Microsoft.Storage**.
193+
4. Select **Azure Premium Files Metadata Cache Preview** and then select **Register**.
194+
195+
# [Azure PowerShell](#tab/powershell)
196+
197+
To register your subscription using Azure PowerShell, run the following commands. Replace `<your-subscription-id>` and `<your-tenant-id>` with your own values.
198+
199+
```azurepowershell-interactive
200+
Connect-AzAccount -SubscriptionId <your-subscription-id> -TenantId <your-tenant-id>
201+
Register-AzProviderFeature -FeatureName AzurePremiumFilesMetadataCacheFeature -ProviderNamespace Microsoft.Storage
202+
```
203+
---
178204

179205
### Regional availability
180206

181-
Currently the metadata caching preview is only available in the following Azure regions.
207+
Currently the metadata caching preview is only available in the following Azure regions. To request additional region support, [sign up for the public preview](https://aka.ms/PremiumFilesMetadataCachingPreview).
182208

183-
- Australia East
184-
- Brazil South East
185-
- France South
186-
- Germany West Central
209+
- Australia Central
210+
- Jio India West
211+
- India South
212+
- Mexico Central
213+
- Norway East
214+
- Poland Central
215+
- Spain Central
216+
- Sweden Central
187217
- Switzerland North
188-
- UAE Central
189218
- UAE North
190-
- US West Central
219+
- US West 3
220+
221+
> [!TIP]
222+
> As we extend region support for the Metadata Cache feature, Premium File Storage Accounts in those regions will be automatically onboarded for all subsciptions registered with the Metadata Caching feature.
191223
192224
### Performance improvements with metadata caching
193225

0 commit comments

Comments
 (0)