Skip to content

Commit bfd1f72

Browse files
committed
flex service level request form
1 parent a728e65 commit bfd1f72

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +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. 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:
2629

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.
32-
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+
3336
### <a name="regions"></a> Supported regions for the Flexible service level
3437
3538
>[!NOTE]

0 commit comments

Comments
 (0)