Skip to content

Commit e15883f

Browse files
Update object REST API access configuration instructions
Added instructions for registering the object REST API feature and checking its status.
1 parent 3bd4854 commit e15883f

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

articles/azure-netapp-files/object-rest-api-access-configure.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,26 @@ Azure NetApp Files supports access to objects with the [object REST API](object-
1515

1616
This article describes how to configure object REST API access and walks you through the two supported certificate workflows. Choose the workflow that best matches your security and operational requirements.
1717

18-
## Register the feature
18+
## Register the feature
1919

20-
The object REST API feature in Azure NetApp Files is currently in preview. You must submit a [waitlist request](https://aka.ms/ANF-object-REST-API-signup) to use this feature. Activation takes approximately one week, and you receive an email notification once the enrollment is complete.
20+
You need to register the feature before using it for the first time. After registration, the feature is enabled and works in the background.
21+
22+
1. Register the feature:
23+
24+
```azurepowershell-interactive
25+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFEnableObjectRESTAPI
26+
```
27+
28+
2. Check the status of the feature registration:
29+
30+
> [!NOTE]
31+
> 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.
32+
33+
```azurepowershell-interactive
34+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFEnableObjectRESTAPI
35+
```
36+
37+
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.
2138
2239
## Create the self-signed certificate
2340

0 commit comments

Comments
 (0)