Skip to content

Commit a437e8f

Browse files
Merge pull request #305066 from b-ahibbard/afec-migrate
migration assistant afec
2 parents c058bb9 + f76f6bb commit a437e8f

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

articles/azure-netapp-files/migrate-volumes.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 09/03/2025
8+
ms.date: 09/04/2025
99
ms.author: anfdocs
1010
---
1111
# Migrate volumes to Azure NetApp Files
@@ -32,9 +32,24 @@ With Azure NetApp Files' migration assistant, you can peer and migrate volumes f
3232
3333
## Register the feature
3434

35-
Before using the migration assistant, you must submit a request through the [Azure NetApp Files migration assistant waitlist form](https://forms.microsoft.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR2Qj2eZL0mZPv1iKUrDGvc9UOTFCVE9LQzdRVTNMUDUwVjE5N1AzMlpIRyQlQCN0PWcu).
35+
You need to register the feature before using it for the migration assistant for the first time. After registration, the feature is enabled and works in the background.
3636

37-
After you submit the request, you can check the status of your registration with the PowerShell command `Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFMigrationAssistant`. You can also use [Azure CLI command](/cli/azure/feature) `az feature show` to display the registration status.
37+
1. Register the feature:
38+
39+
```azurepowershell-interactive
40+
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFMigrationAssistant
41+
```
42+
43+
2. Check the status of the feature registration:
44+
45+
> [!NOTE]
46+
> 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.
47+
48+
```azurepowershell-interactive
49+
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFMigrationAssistant
50+
```
51+
52+
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.
3853
3954
## Before you begin
4055

0 commit comments

Comments
 (0)