An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
Hello @Satyam Thank you for reaching out to us on Microsoft Q&A platform. Happy to help!
If Azure Site Recovery (ASR) is not detecting your storage account when you try to enable replication, there are a few things you can check:
- Ensure that the storage account is in the same region as the ASR vault. ASR only supports replication to storage accounts in the same region as the vault.
- Verify that the storage account is associated with the same subscription as the ASR vault. If the storage account is in a different subscription, you will need to add the subscription to the ASR vault.
- Check that the storage account is of the correct type. ASR supports replication to both standard and premium storage accounts, but you need to ensure that you have selected the correct storage account type when configuring replication.
- Ensure that the storage account is not in a restricted network. If the storage account is in a restricted network, you may need to configure network security groups to allow traffic from the ASR replication traffic.
- Check that the storage account is not in a virtual network that is not peered with the virtual network that the replicated virtual machine is in. If the storage account is in a virtual network that is not peered with the virtual network that the replicated virtual machine is in, you will need to peer the virtual networks.
If none of these steps resolve the issue, you can try creating a new storage account and associating it with the ASR vault. This will ensure that the storage account is configured correctly for replication.
I hope this helps! Let me know if you have any further questions.
If the response helped, do "Accept Answer" and up-vote it