Recovery Services Vault Region vs Resource Group Region

Gaz Jones 21 Reputation points
2022-04-15T11:42:55.197+00:00

Hi

We are currently working on a custom policy solution, where we want to automate backup for VM's with specific tags.

As I understand, due to zero-trust there are restrictions when handling VM backups and RSV's:

  • RSV and VM must be in same subscription
  • RSV and VM must be in same region

This is fine, but my question is regarding the approach.

I would like to centralise the vaults for each region in one resource group.
The issue is that the resource group itself doesn't have a "global" location... it has to be placed in a specific region.

From my understanding, if you have a resource in region X but place the resource in a resource group which is region Y, then if region Y fails, the resource will continue to function, but you will be unable to update the resource (add/ remove/ modify) until region Y comes back online.

I assume the same applies to backup vaults. But my question is what is considered a modification for a backup vault?

A scenario:
We have a resource group:
Resource Group: rg-backuptest-weu-001 (location: WestEurope)

In this resource group, 2 resources:
Resource: rsv-vmbak-weu-001 (location: WestEurope)
Resource: rsv-vmbak-eus-001 (location: EastUS)

If West Europe goes down (unavailable due to outage). My question:

  • Does resource 'rsv-vmbak-eus-001' continue to backup VM's for the East US region during the outage of West Europe?
  • Can you restore backups from 'rsv-vmbak-eus-001' to the VM's for the East US region during the outage of West Europe?
  • What limitations affect the resource 'rsv-vmbak-eus-001' in the East US region during the outage of West Europe?

Thank you for your replies.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,085 questions
0 comments No comments
{count} votes

Accepted answer
  1. Prrudram-MSFT 21,881 Reputation points
    2022-04-17T17:16:11.66+00:00

    Hello @Gaz Jones ,

    Thank you for reaching out to the Microsoft Q&A platform. Happy to answer your question.

    Answering the specific questions:

    The issue is that the resource group itself doesn't have a "global" location... it has to be placed in a specific region.
    Yes, thats correct, resource group needs to be placed in a specific location irrespective of the location of its resources, it can be placed anywhere.

    From my understanding, if you have a resource in region X but place the resource in a resource group which is region Y, then if region Y fails, the resource will continue to function, but you will be unable to update the resource (add/ remove/ modify) until region Y comes back online.
    For example say your resource is a VM which is Y and your Resource Group(RG) is X, if region of VM(Y) goes down only Y is not accessible while RG(X) is still functional for use, you can manage it for creating/modifying/deleting other resources in that RG(X)
    RG is just a logical container to group resources together.

    For the sceanrio:

    A scenario:
    We have a resource group:
    Resource Group: rg-backuptest-weu-001 (location: WestEurope)

    In this resource group, 2 resources:
    Resource: rsv-vmbak-weu-001 (location: WestEurope)
    Resource: rsv-vmbak-eus-001 (location: EastUS)

    If West Europe goes down (unavailable due to outage). My question:

    • Does resource 'rsv-vmbak-eus-001' continue to backup VM's for the East US region during the outage of West Europe?
      Yes, the EastUS Vault will continue to backup as it doesn't have any impact on the vault or its storage. Also in case of a region down scenario, the RGs will be still accessible only the resources like compute, storage, network will be impacted. As RG is not a resource in azure datacenters.
    • Can you restore backups from 'rsv-vmbak-eus-001' to the VM's for the East US region during the outage of West Europe?
      Yes, you can restore the VM back to its original location or an alternation location in the same region as source VMs.
    • What limitations affect the resource 'rsv-vmbak-eus-001' in the East US region during the outage of West Europe?
      Nothing will be impacted. These 2 regions are totally different and doesn't have any dependency here. Even though the RG is is WE, you can still access your vault and perform restores.

    Please "Accept as Answer" and Upvote if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Gaz Jones 21 Reputation points
    2022-04-20T07:25:50.08+00:00

    That's answered my question, thank you!

    0 comments No comments