Skip to content

Commit 12253cd

Browse files
Merge pull request #298299 from b-ahibbard/avg-oracle-no-afec
remove avg oracle afec
2 parents 02b9ad2 + de8ada0 commit 12253cd

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

articles/azure-netapp-files/application-volume-group-oracle-deploy-volumes.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: how-to
15-
ms.date: 03/13/2025
15+
ms.date: 04/22/2025
1616
ms.author: anfdocs
1717
---
1818
# Deploy application volume group for Oracle
@@ -23,26 +23,6 @@ This article describes how to deploy all required volumes for your Oracle databa
2323

2424
You should understand the [requirements and considerations for application volume group for Oracle](application-volume-group-oracle-considerations.md).
2525

26-
## Register the feature
27-
28-
Before using Azure NetApp Files application volume group for Oracle for the first time, you need to register it.
29-
30-
1. Register the feature:
31-
32-
```azurepowershell-interactive
33-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFOracleVolumeGroup
34-
```
35-
36-
2. Check the status of the feature registration:
37-
38-
```azurepowershell-interactive
39-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFOracleVolumeGroup
40-
```
41-
> [!NOTE]
42-
> 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.
43-
44-
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.
45-
4626
## Steps
4727

4828
1. From your NetApp account, select **Application volume groups** then **+Add Group**.

0 commit comments

Comments
 (0)