Edit

Share via


Enable cross-subscription replication for Azure NetApp Files

Cross-subscription replication is supported in all regions that support availability zones and is subject to the regional pairings for cross-region replication.

Register for cross-subscription replication

Before using cross-subscription replication, you must register for the feature. Feature registration can take up to 60 minutes to complete.

  1. Register the feature

    Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFCrossSubscriptionReplication
    
  2. Check the status of the feature registration:

    Note

    The RegistrationState might remain in the Registering state for up to 60 minutes before changing to Registered. Wait until the status is Registered before 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.