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
2
votes
1 answer

How to delete a Azure Resource Group which is having RecoveryServicesVaults and Backup Items

I have a PowerShell script that is used for deleting resource groups. Currently, it is not deleting due to RecoveryServicesVault and it having backup items (VMs). I tried to delete the backup items using the command…
Tinz
  • 123
  • 1
  • 9
1
vote
1 answer

Azure Site Recovery involving Azure Firewall

I currently have an app running on Azure VMs and the outbound traffic using UDR is funneled through Azure Firewall. I understand the VMs can be replicated to a secondary region using Azure but not sure how to handle the networking components. With…
1
vote
1 answer

Encountering sign in errors due to conditional access policy from AzureAD while enabling replication for Azure VM from automated opened chrome browser

While chrome browser open by selenium and try to execute Enable replication in Azure portal, it throws "Conditional Access Failure" pop-up and asking for sing in again. After clicking on Sign in again, it throws the following "Device state:…
Pintu Gorai
  • 11
  • 1
  • 1
  • 3
1
vote
1 answer

Azure site recovery fabric registration not found

I am trying to create 1 VM azure site recovery configuration and using sample terraform code from https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/site_recovery_replicated_vm. provider "azurerm" { version = ">=…
devops_coder
  • 51
  • 1
  • 4
1
vote
1 answer

Azure Backup. Wait Only Until Snapshot Is Taken, Not Until It's Transferred to Vault

I'm writing a PowerShell script for starting MySQL Server process, initiating backups from Azure Recovery Services, then starting MySQL Server process again. For my purposes Wait-AzRecoveryServicesBackupJob cmdlet is not suitable, as Azure Backup…
WinBoss
  • 879
  • 1
  • 17
  • 40
1
vote
1 answer

PowerShell ASR Replication Group Name

I am trying to use the '-ReplicationGroupName' parameter on the 'New-AzureRmRecoveryServicesAsrReplicationProtectedItem' cmdlet, however, I am struggling to understand exactly how it should be used... I am trying to use it with the '-HyperVToAzure'…
jamesmealing
  • 19
  • 2
  • 8
0
votes
0 answers

How to add disaster recovery properties in existing VM module in azure Bicep

I have successfully deployed Virtual machines in Norway east using azure bicep. I need add disaster recovery properties for existing virtual machines. Iam new to azure bicep. can someone help me. I have already created recovery service vault in…
Satish B
  • 1
  • 1
0
votes
2 answers

Azure Recovery Service Vault - Auto update settings is un-healthy

I'm experiencing a problem with Azure Site Recovery during the setup of disaster recovery for a virtual machine (VM). Recently, I've been receiving an error indicating that the extension update settings are unhealthy, particularly related to…
0
votes
1 answer

Azure site recovery using Terraform: Updating replicated vm: polling after Update: Code="28020" Message="The requested operation failed."

I am trying to set up the "Azure Site Recovery" for Azure VM using Terraform. The Terraform configuration is correct and it works fine if "Azure Firewall" isn't deployed in the Virtual network. However, with Firewall deployed; Terraform could not…
0
votes
1 answer

Replicate Keyvault key and Secret used in OS Disk encryption for Azure Site Recovery in the DR region

I am trying to configure the Disaster Recovery of our azure Windows Virtual Machines in "West Europe" to "North Europe" region using terraform. And we are using azurerm_site_recovery_replicated_vm for that, but I am getting problem in encryption…
0
votes
1 answer

Terraform cannot create Azure recovery service vault in Canada East and US West?

I have written some terraform code for the recovery service vault. It does not create the vault in Canada East and US West. It gives the following error code: azurerm_recovery_services_vault.backup_vault: Still creating... [1m30s elapsed] ╷ │ Error:…
Martin
  • 1
  • 2
0
votes
1 answer

Do we need to set up Disaster Recovery(DR) plan for Azure Active Directory B2c in Azure Site Recovery?

I am not able to find the options available for Azure Ad B2c(adb2c) for Disaster Recovery
0
votes
0 answers

Azure Site Recovery Planner - Bandwidth check error

I am running the Azure Site Recovery planner tool to provide us with some information for our local VMware environment, so we can later setup Azure Site Recovery. I'm having problems with the Bandwidth checker command which is failing to give me the…
dddd
  • 1
0
votes
1 answer

Bicep - Unable to Create VM Snapshot Backup Policy for Azure Recovery Services Vault

I am trying to deploy a Recovery Services Vault as part of an infrastructure release using Bicep. I am having trouble deploying one backup policy in particular, a VM Snapshot backup policy (AzureIaaSVM). I have followed the Bicep reference page for…
johubb
  • 152
  • 11
0
votes
1 answer

Migrating Azure VM through Azure Migrate and getting below error when installing mobility service on premise server

I am migrating Azure VM using Azure Migrate and getting below error when installing mobility service on premise server, tried running through cmd prompt still same error. any suggestions will be highly appreciated.
R0106
  • 33
  • 5
1
2 3 4