Skip to content

Commit a728e65

Browse files
committed
flex waitlist
1 parent 5d01e8c commit a728e65

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

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

Lines changed: 7 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,19 +23,12 @@ 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+
27+
## Register for the Flexible service level
28+
29+
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](). After you submit the waitlist request, it can take approximately one week to enable the feature.
30+
31+
Check the status of feature registration by using the command `Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFlexibleServiceLevel`. You can also use [Azure CLI commands](/cli/azure/feature) `az feature show` to register the feature and display the registration status.
3932

4033
### <a name="regions"></a> Supported regions for the Flexible service level
4134

0 commit comments

Comments
 (0)