nerdexam
MicrosoftMicrosoft

AZ-801 · Question #43

AZ-801 Question #43: Real Exam Question with Answer & Explanation

The correct answer is B: an Azure Automation runbook. To replace a manual action in an Azure Site Recovery recovery plan with an automated process across multiple virtual machines, an Azure Automation runbook should be used.

Implement disaster recovery

Question

You have 200 Azure virtual machines. You create a recovery plan in Azure Site Recovery to fail over all the virtual machines to an Azure region. The plan has three manual actions. You need to replace one of the manual actions with an automated process. What should you use?

Options

  • Aan Azure Desired State Configuration (DSC) virtual machine extension
  • Ban Azure Automation runbook
  • Can Azure PowerShell function
  • Da Custom Script Extension on the virtual machines

Explanation

To replace a manual action in an Azure Site Recovery recovery plan with an automated process across multiple virtual machines, an Azure Automation runbook should be used.

Common mistakes.

  • A. An Azure Desired State Configuration (DSC) virtual machine extension is primarily used for configuring and managing the state of virtual machines, not for executing arbitrary automation steps within a recovery plan workflow.
  • C. An Azure PowerShell function is a serverless compute service; while it can execute PowerShell scripts, it's not directly integrated into Azure Site Recovery recovery plans as a mechanism for automated actions in the same way an Azure Automation runbook is.
  • D. A Custom Script Extension is deployed to individual virtual machines to execute scripts directly on them, which is not suitable for orchestrating actions across 200 VMs as part of a centralized recovery plan.

Concept tested. Azure Site Recovery automation with runbooks

Reference. https://learn.microsoft.com/en-us/azure/site-recovery/site-recovery-runbook-automation

Topics

#Azure Site Recovery (ASR)#Disaster Recovery#Automation#Azure Automation Runbooks

Community Discussion

No community discussion yet for this question.

Full AZ-801 PracticeBrowse All AZ-801 Questions