AZ-305 Design business continuity solutions • Set 10
AZ-305 Design business continuity solutions Practice Test 10 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. You are testing a disaster recovery plan for three Azure VMs. The recovery plan in the exhibit is failing during a test failover. VM3 fails to start after failover. What is the most likely cause?
{
"properties": {
"replicationMode": "PrimaryToSecondary",
"recoveryPlan": {
"groups": [
{
"groupType": "Boot",
"replicationProtectedItems": ["vm1", "vm2"]
},
{
"groupType": "Shutdown",
"replicationProtectedItems": ["vm3"]
}
],
"primaryLocation": "eastus",
"recoveryLocation": "westus"
}
}
}