Relocate Azure Backup to another region (2024)

  • Article

This article covers relocation guidance for Azure Backup across regions.

Azure Backup doesn’t support the relocation of backup data from one Recovery Services vault to another. In order to continue to protect your resources, you must register and back them up to a Recovery Services vault in the new region.

After you relocate your resources to the new region, you can choose to either keep or delete the backup data in the Recovery Services vaults in the old region.

Note

If you do choose to keep the backup data in the old region, you do incur backup charges.

Prerequisites

  • Copy internal resources or settings of Azure Resource Vault.
    • Network firewall reconfiguration
    • Alert Notification.
    • Move workbook if configured
    • Diagnostic settings reconfiguration
  • List all Recovery Service Vault dependent resources. The most common dependencies are:
    • Azure Virtual Machine (VM)
    • Public IP address
    • Azure Virtual Network
    • Azure Recovery Service Vault
  • Whether the VM is moved with the vault or not, you can always restore the VM from the retained backup history in the vault.
  • Copy the backup VM configuration metadata to validate once the relocation is complete.
  • Confirm that all services and features that are in use by source resource vault are supported in the target region.

Prepare

Azure Backup currently doesn’t support the movement of backup data from one Recovery Services vault to another across regions.

Instead, you must redeploy the Recovery Service vault and reconfigure the backup for resources to a Recovery Service vault in the new region.

To prepare for redeployment and configuration:

  1. Export a Resource Manager template. This template contains settings that describe your Recovery Vault.

    1. Sign in to the Azure portal.

    2. Select All resources and then select your Recovery Vault resource.

    3. Select Export template.

    4. Choose Download in the Export template page.

    5. Locate the .zip file that you downloaded from the portal, and unzip that file to a folder of your choice.

      This zip file contains the .json files that include the template and scripts to deploy the template.

  2. Validate all the associated resources detail in the downloaded template, such as private endpoint, backup policy, and security settings.

  3. Update the parameter of the Recovery Vault by changing the value properties under parameters, such as Recovery Vault name, replication type, sku, target location etc.

Redeploy

Create and reconfigure the Recovery Service vault in the target region.

Make sure to reconfigure all associated settings that were captured from the source Recovery service vault:

  • (Optional) Private Endpoint - Follow the procedure to relocate a [virtual network]](/technical-delivery-playbook/azure-services/networking/virtual-network/) as described and create the Private Endpoint.
  • Network firewall reconfiguration
  • Alert Notification.
  • Move workbook if configured
  • Diagnostic settings reconfiguration

Backup resources

In order to continue to protect your resources, you must register and back them up to a Recovery Services vault in the new region. This section shows you how to back up the following:

  • Azure Virtual Machines
  • Azure File Share
  • SQL Server/SAP HANA in Azure VM
  • On-premises resources

Back up Azure Virtual Machine

When an Azure Virtual Machine (VM) protected by a Recovery Services vault is moved from one region to another, it can no longer be backed up to the older vault. The backups in the old vault may start failing with the errors BCMV2VMNotFound or ResourceNotFound.

You can also choose to write a customized script for bulk VM protection:

https://management.azure.com/Subscriptions/{subscriptionId}/resourceGroups/{vaultresourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}?api-version=2019-05-13
  1. Prepare Azure Virtual Machines (VMs) for relocation:

    1. See the prerequisites associated with VM relocation and ensure that the VM is eligible for relocation.
    2. Select the VM on the Backup Items tab of existing vault’s dashboard and select Stop protection followed by retain/delete data as per your requirement. When the backup data for a VM is stopped with retain data, the recovery points remain forever and don’t adhere to any policy.

      Note

      Retaining data in the older vault will incur backup charges. If you no longer wish to retain data to avoid billing, you need to delete the retained backup data using the Delete data option.

    3. Ensure that the VMs are turned on. All VMs’ disks that need to be available in the destination region are attached and initialized in the VMs.
    4. Ensure that VMs have the latest trusted root certificates, and an updated certificate revocation list (CRL). To do so:
      • On Windows VMs, install the latest Windows updates.
      • On Linux VMs, refer to distributor guidance to ensure that machines have the latest certificates and CRL.
    5. Allow outbound connectivity from VMs:
      • If you're using a URL-based firewall proxy to control outbound connectivity, allow access to these URLs.
      • If you're using network security group (NSG) rules to control outbound connectivity, create these service tag rules.
  2. Redeploy Azure VMs by using Azure Resource Mover to relocate your VM to the new region.

  1. Back up Azure file shares with Azure CLI.
  2. Satisfy the prerequisites to relocate the Storage Account.
  3. Export and modify a Resource Move template. For more information, see Prepare Storage Account for region relocation.
  4. Relocate the Azure Storage account to another region.
  5. When Azure File Share is copied across regions, its associated snapshots don’t relocate along with it. To relocate the snapshots data to the new region, you need to relocate the individual files and directories of the snapshots to the Storage Account in the new region by using AzCopy.
  6. Choose whether you want to retain or delete the snapshots (and the corresponding recovery points) of the original Azure File Share by selecting your file share on the Backup Items tab of the original vault’s dashboard. When the backup data for Azure File Share is stopped with retain data, the recovery points remain forever and don’t adhere to any policy.

Note

While configuring File Share, if the Recovery Service Vault isn't available, check to see whether it is associated with another Recovery Service vault.

Back up SQL Server/SAP HANA in Azure VM

When you relocate a VM that runs SQL or SAP HANA servers, you will no longer be able to back up the SQL and SAP HANA databases in the vault of the earlier region.

To protect the SQL and SAP HANA servers that are running in the new region:

  1. Before you relocate SQL Server/SAP HANA running in a VM to a new region, ensure the following prerequisites are met:

    1. See the prerequisites associated with VM relocate and ensure that the VM is eligible for relocate.
    2. Select the VM on the Backup Items tab of the existing vault’s dashboard and select the databases for which backup needs to be stopped. Select Stop protection followed by retain/delete data as per your requirement. When the backup data is stopped with retain data, the recovery points remain forever and don’t adhere to any policy.

      Note

      Retaining data in the older vault will incur backup charges. If you no longer wish to retain data to avoid billing, you need to delete the retained backup data using Delete data option.

    3. Ensure that the VMs to be moved are turned on. All VMs disks that need to be available in the destination region are attached and initialized in the VMs.
    4. Ensure that VMs have the latest trusted root certificates, and an updated certificate revocation list (CRL). To do so:
      • On Windows VMs, install the latest Windows updates.
      • On Linux VMs, refer to the distributor guidance and ensure that machines have the latest certificates and CRL.
    5. Allow outbound connectivity from VMs:
      • If you're using a URL-based firewall proxy to control outbound connectivity, allow access to these URLs.
      • If you're using network security group (NSG) rules to control outbound connectivity, create these service tag rules.
  2. Relocate your VM to the new region using Azure Resource Mover.

  3. Create a Recovery Services vault in the new region where the VM is relocated.

  4. Re-configure backup.

Back up services for on-premises resources

  1. To backup files, folders, and system state for VMs (Hyper-V & VMware) and other on-premises workloads, see About the Microsoft Azure Recovery Services (MARS).
  2. Download vault credentials to register the server in the vault.Relocate Azure Backup to another region (1)
  3. Reconfigure backup agent on on-premises virtual machine.Relocate Azure Backup to another region (2)
Relocate Azure Backup to another region (2024)
Top Articles
What is a Tunnel Mode? | Security Encyclopedia
Can You? How? [Explained] – CarsTopics
Spn 1816 Fmi 9
T Mobile Rival Crossword Clue
Undergraduate Programs | Webster Vienna
America Cuevas Desnuda
EY – все про компанію - Happy Monday
Tamilblasters 2023
Crusader Kings 3 Workshop
Cpt 90677 Reimbursem*nt 2023
Georgia Vehicle Registration Fees Calculator
Kp Nurse Scholars
Jayah And Kimora Phone Number
Parentvue Clarkston
Energy Healing Conference Utah
Foxy Brown 2025
The BEST Soft and Chewy Sugar Cookie Recipe
Myhr North Memorial
Sussyclassroom
Www.dunkinbaskinrunsonyou.con
Understanding Gestalt Principles: Definition and Examples
Ihub Fnma Message Board
City Of Durham Recycling Schedule
Paris Immobilier - craigslist
Free T33N Leaks
Primerica Shareholder Account
Wisconsin Volleyball Team Leaked Uncovered
Wega Kit Filtros Fiat Cronos Argo 1.8 E-torq + Aceite 5w30 5l
Hotel Denizen Mckinney
Salons Open Near Me Today
Wake County Court Records | NorthCarolinaCourtRecords.us
Gasbuddy Lenoir Nc
Spinning Gold Showtimes Near Emagine Birch Run
Xemu Vs Cxbx
October 31St Weather
Petsmart Northridge Photos
When His Eyes Opened Chapter 2048
Restored Republic May 14 2023
Samantha Lyne Wikipedia
Gravel Racing
Casamba Mobile Login
Nami Op.gg
Tricare Dermatologists Near Me
Craigslist/Nashville
FedEx Authorized ShipCenter - Edouard Pack And Ship at Cape Coral, FL - 2301 Del Prado Blvd Ste 690 33990
Minterns German Shepherds
Clock Batteries Perhaps Crossword Clue
Congressional hopeful Aisha Mills sees district as an economical model
Naughty Natt Farting
How to Find Mugshots: 11 Steps (with Pictures) - wikiHow
Die 10 wichtigsten Sehenswürdigkeiten in NYC, die Sie kennen sollten
Bellin Employee Portal
Latest Posts
Article information

Author: Nathanial Hackett

Last Updated:

Views: 6529

Rating: 4.1 / 5 (72 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Nathanial Hackett

Birthday: 1997-10-09

Address: Apt. 935 264 Abshire Canyon, South Nerissachester, NM 01800

Phone: +9752624861224

Job: Forward Technology Assistant

Hobby: Listening to music, Shopping, Vacation, Baton twirling, Flower arranging, Blacksmithing, Do it yourself

Introduction: My name is Nathanial Hackett, I am a lovely, curious, smiling, lively, thoughtful, courageous, lively person who loves writing and wants to share my knowledge and understanding with you.