Questions tagged [azure-site-recovery]

Use this tag for questions related to Recovery Services Vault, which add the Azure Resource Manager model features, are the second version of the vault. Azure Backup Vault are based on Azure Service Manager, were the first version of the vault.

If you still have Backup vaults, they are being auto-upgraded to Recovery Services vaults. By November 2017, all Backup vaults have been upgraded to Recovery Services vaults.

Recovery Services vaults are based on the Azure Resource Manager model of Azure, whereas Backup vaults were based on the Azure Service Manager model. When you upgrade a Backup vault to a Recovery Services vault, the backup data remains intact during and after the upgrade process.

Useful Links:

  1. Overview
  2. Upgrade to Recovery services
  3. Comparison
  4. Difference between Backup & Site Recovery
60 questions
0
votes
1 answer

Azure VM Static IP address and Front Door

I am planning to create 3 environments for my application that is hosted on Azure VM(Dev, UAT and Prod). All 3 VMs will be in same VNET. I am planning to access the UAT and Prod application through front door. For disaster recovery I have ASR…
0
votes
1 answer

Unable to create recovery vault using ARM

I am getting the following error while creating a recovery vault using ARM. {"status":"Failed", "error": {"code":"DeploymentFailed", "message":"At least one resource deployment operation failed. Please list deployment operations for details. Please…
0
votes
1 answer

Azure Site Recovery Replication - Not able to select existing destination key vault for disk encryption

I am trying to setup ASR replication (Azure to Azure) for ADE encrypted Azure VM (Windows Server 2019 Datacenter) referencing MS documentation: https://learn.microsoft.com/en-us/azure/site-recovery/azure-to-azure-how-to-enable-replication-ade-vms As…
0
votes
1 answer

Cannot validate argument on parameter 'Container'. The argument is null or empty

I’m working on triggering an on-demand backup for my machines. But while running ps script it shows the below error. "Cannot validate argument on parameter 'Container'. The argument is null or empty. Provide an argument that is not null or empty,…
0
votes
1 answer

Site Recovery - Powershell "re-protect" via Azure Automation - not working (Azure to Azure)

I've created a simple runbook in Azure Automation to kick off a failover in site recovery referencing a recovery plan. Failover works fine, the issue comes to when I need to "failback" which start with a re-protect which needs to happen in order to…
Nathan
  • 135
  • 3
  • 16
0
votes
1 answer

Can't change Replication properties for Linux VM in Azure Site Recovery

We replicete some Windows and Linux VMs from Hyper-V to Azure As a part of recovery preparation we need to change VMs params, e.g. size, nsg, resource group to be recovered into (different from ASR vault RG) via…
kagarlickij
  • 7,327
  • 10
  • 36
  • 71
0
votes
1 answer

PowerShell - Azure Site Recovery - Failover

If we want to failover Replicated VM in Azure using Azure Site Recovery. Can we replicate VMs to a different subscription ? Eg. When configuring ASR - Disaster recovery I gave subscription name 'ABC' for replication to happen. At the time of…
0
votes
1 answer

How to determine the bandwidth required for on-prem to Azure ASR?

I'm trying to estimate the cost for ASR in Azure pricing calculator. The scenario: to set up DR from on-prem (10vms = 5tb) to Azure with VPN connection established between on-prem and Azure. Idk why they need VPN but yeah. Question is, how many…
Nia Doe
  • 23
  • 5
0
votes
1 answer

Using Azure Site Recovery, creating a new environment (replica of production environment hosted on Azure)

just wondering if somebody or where I can find the source of information for using Azure Site Recovery to create exact copy of Azure production environment. The reason is we have Active directory hosted in our production Azure VM, now we are trying…
Anil
  • 1
  • 1
  • 6
0
votes
2 answers

Azure Site Recovery + MySQL Server on Windows

I'd like to use Azure Site Recovery to backup our Azure VMs that are running MySQL Server. The problem is that I can't find if Azure Site Recovery will properly backup MySQL databases on Windows, nor can I find any mention if MySQL Server does or…
WinBoss
  • 879
  • 1
  • 17
  • 40
0
votes
1 answer

Fail back to AWS from Azure Site Recovery

We a implementing a solution where we are replicating EC2 Instances (VMs) from AWS to Azure using Azure Site Recovery. Please note we are not migrating to Azure and would only want to set up the replication from AWS to Azure for Disaster Recovery…
0
votes
3 answers

How to get all protected items with details from Azure Site Recover

I'm working on a script for my customer and seems ASR PowerShell module is not working. I need to connect to Azure via PowerShell and take a list of protected items. (replicated items). Anyone tried doing that? I tried with Az and AzureRM modules.
0
votes
0 answers

Does a server have anything to do with Config Server once it has been Final Failover-ed and the VM is up and running in Azure?

If a server has been final failover-ed and the VM is up and running in Azure and after that if the configuration server is decommissioned or is unavailable, will there be any impact on the running VM in any possible way ?
0
votes
1 answer

Azure Recovery Vault backup configuration missing the Cross Region Restore option?

My recovery vault is in the West US 2 region, and I cannot see the option to enable a Cross region restore as seen in the Azure documentation here. Screenshot from documentation shows this option: My Azure UI: Question: Why is this feature not…
0
votes
2 answers

Azure Site Recovery - generate Managed Service Identity

When testing ASR, the ASR VM's don't get a managed service identity. Is there a best practise to deal with this scenario - including assigning permissions to the MSI, in such an event?