What resource group will my ASR setup VM get brought up in when perform a "Test Failover" drill

Rob McNees 221 Reputation points
2024-03-08T20:38:49.0533333+00:00

using Test Failover drill: https://learn.microsoft.com/en-us/azure/site-recovery/site-recovery-test-failover-to-azure#create-a-network-for-test-failover, I want to perform my first "Test Failover" to the DR Region to a setup vNet with a unique CIDR on my network. When The VM gets created after executing the Test Failover, what resource group will it be in? I see no place to specify the resource group - please provide guidance

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
636 questions
{count} votes

Accepted answer
  1. Suwarna S Kale 301 Reputation points
    2024-03-10T21:19:11.9333333+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    During the test failover, you’ll need to specify an Azure virtual network where the test VMs will be created. Site Recovery will attempt to create the test VMs in a subnet with the same name and IP address as provided in the Compute and Network settings of the original VM.

    The resource group for the test VMs will be the same as the resource group associated with the target virtual network. If the target virtual network is in a specific resource group, the test VMs will be created in that same resource group.

    Does the response help answer your question? Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution. Thanks 🙂


1 additional answer

Sort by: Most helpful
  1. Marcin Policht 11,385 Reputation points MVP
    2024-03-08T21:01:00.33+00:00

    ASR will automatically create a resource group which name will be derived from the resource group name in the primary region (from what recall, it will have the ASRReplica suffix)


    hth

    Marcin

    0 comments No comments