AZ-305 · Question #427
Hotspot Question You have an Azure subscription. The subscription contains virtual machines that run Windows Server. You are designing a disaster recovery solution that will immediately deploy a new v
The correct answer is Service:: Azure Site Recovery; Artifact:: An Azure Resource Manager (ARM) template. This hotspot question tests knowledge of Azure DevOps services and Azure Compute Gallery artifacts for automated, IaC-based virtual machine deployments managed through CI/CD pipelines.
Question
Exhibit
Answer Area
- Service:Azure Site RecoveryAzure Compute GalleryAzure DevOps ServicesAzure Site RecoveryAzure VM Image Builder
- Artifact:An Azure Resource Manager (ARM) templateAn Azure Resource Manager (ARM) templateA Desired State Configuration (DSC) fileA generalized virtual machine imageA specialized virtual machine image
Explanation
This hotspot question tests knowledge of Azure DevOps services and Azure Compute Gallery artifacts for automated, IaC-based virtual machine deployments managed through CI/CD pipelines.
Approach. For managing the virtual machine deployment process via CI/CD pipelines, Azure DevOps Pipelines is the correct service - it orchestrates the IaC-based deployment workflow, enforces approvals (authorization by VM administrators via pipeline gates/approvals), and integrates with code repositories. For the artifact used to create each virtual machine, an Azure Compute Gallery image (specifically a VM Image Definition/Version stored in Azure Compute Gallery) is correct because it uses standard Microsoft disk images as a base, supports versioning, and enables standardized, repeatable VM provisioning. Together, Azure DevOps Pipelines triggers deployments using ARM templates or Bicep (IaC), and the Compute Gallery image ensures VMs are created from approved, standard images - satisfying all requirements including administrator authorization through pipeline approval gates.
Concept tested. Understanding how to combine Azure DevOps Pipelines (CI/CD orchestration with approval gates for IaC-based disaster recovery deployments) with Azure Compute Gallery (centralized repository of standardized, versioned VM images based on Microsoft disk images) to meet enterprise VM deployment requirements including IaC methodology, authorization controls, and pipeline-managed provisioning.
Reference. https://learn.microsoft.com/en-us/azure/devops/pipelines/get-started/what-is-azure-pipelines and https://learn.microsoft.com/en-us/azure/virtual-machines/azure-compute-gallery
Topics
Community Discussion
No community discussion yet for this question.
