| title | Enable cross-subscription replication |
|---|---|
| description | Describes how to enable cross-subscription replication for Azure NetApp Files. |
| services | azure-netapp-files |
| author | netapp-manishc |
| ms.service | azure-netapp-files |
| ms.topic | how-to |
| ms.date | 03/09/2026 |
| ms.author | anfdocs |
| ms.custom |
Cross-subscription replication is supported in all regions that support availability zones and is subject to the regional pairings for cross-region replication.
Before using cross-subscription replication, you must register for the feature. Feature registration can take up to 60 minutes to complete.
-
Register the feature
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCrossSubscriptionReplication -
Check the status of the feature registration:
[!NOTE] The RegistrationState might remain in the
Registeringstate for up to 60 minutes before changing toRegistered. Wait until the status isRegisteredbefore continuing.Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCrossSubscriptionReplication
You can also use Azure CLI commands az feature register and az feature show to register the feature and display the registration status.