Skip to content

Commit aa0707e

Browse files
Merge pull request #297163 from b-ahibbard/flex-waitlist
Flex waitlist
2 parents 2dcf4db + bfd1f72 commit aa0707e

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

articles/azure-netapp-files/azure-netapp-files-set-up-capacity-pool.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 03/26/2025
8+
ms.date: 03/27/2025
99
ms.author: anfdocs
1010
ms.custom: references_regions
1111
---
@@ -23,20 +23,16 @@ Creating a capacity pool enables you to create volumes within it.
2323
>[!IMPORTANT]
2424
>To create a 1-TiB capacity pool with a tag, you must use API versions `2023-07-01_preview` to `2024-01-01_preview` or stable releases from `2024-01-01`.
2525
* The Standard, Premium, and Ultra service levels are generally available (GA). No registration is required.
26-
* The **Flexible** service level is currently in preview. Before creating a Flexible service level capacity pool, you must first register the feature:
27-
28-
1. Register the feature:
29-
```azurepowershell-interactive
30-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFlexibleServiceLevel
31-
```
32-
2. Check the status of the feature registration:
33-
> [!NOTE]
34-
> The **RegistrationState** may be in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is **Registered** before continuing.
35-
```azurepowershell-interactive
36-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFlexibleServiceLevel
37-
```
38-
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
26+
* The **Flexible** service level is currently in preview. You must submit a waitlist request to access the Flexible service level by using [the request form](https://aka.ms/ANFFlexibleSLpreviewsignup). After you submit the waitlist request, it can take approximately one week to enable the feature.
27+
28+
Check the status of feature registration with the command:
3929

30+
```azurepowershell-interactive
31+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFlexibleServiceLevel
32+
```
33+
34+
You can also use [Azure CLI commands](/cli/azure/feature) `az feature show` to register the feature and display the registration status.
35+
4036
### <a name="regions"></a> Supported regions for the Flexible service level
4137
4238
>[!NOTE]

0 commit comments

Comments
 (0)