nerdexam
Microsoft

AZ-120 · Question #219

You have 100 Azure virtual machines that host SAP workloads and have the SAP Host Agent and the SAP Adaptive Extensions installed. You plan to deallocate the virtual machines during non-business…

The correct answer is D. Azure Automation. Azure Automation is the right choice because it lets you create scheduled runbooks that automatically detect when VMs are deallocated and change their managed disk types (e.g., Premium SSD → Standard HDD) without manual intervention - easily scaling across all 100 VMs with…

Maintain SAP workloads on Azure

Question

You have 100 Azure virtual machines that host SAP workloads and have the SAP Host Agent and the SAP Adaptive Extensions installed. You plan to deallocate the virtual machines during non-business hours. You need to change the managed disk type of the virtual machines when they are deallocated. The solution must minimize administrative effort. What should you use?

Options

  • ASAP Information Lifecycle Management (ILM)
  • BSAP Landscape Management (LaMa)
  • CAzure Functions
  • DAzure Automation

How the community answered

(29 responses)
  • A
    14% (4)
  • B
    3% (1)
  • C
    3% (1)
  • D
    79% (23)

Explanation

Azure Automation is the right choice because it lets you create scheduled runbooks that automatically detect when VMs are deallocated and change their managed disk types (e.g., Premium SSD → Standard HDD) without manual intervention - easily scaling across all 100 VMs with minimal administrative effort.

Why the distractors are wrong:

  • A. SAP ILM is for managing the lifecycle of business data within SAP (archiving, retention policies) - it has no capability to modify Azure VM or disk configurations.
  • B. SAP LaMa is designed for SAP landscape operations like system copy, clone, and refresh. While it does use the SAP Adaptive Extensions to interact with Azure, it is not purpose-built for scheduled disk-type changes on deallocated VMs.
  • C. Azure Functions could technically accomplish this, but it requires more custom code, trigger configuration, and infrastructure setup - making it higher administrative effort than Automation runbooks, which provide a built-in scheduler and native Azure resource management integration out of the box.

Memory tip: When an Azure exam question says "schedule + Azure resource changes + minimize admin effort", think Azure Automation runbooks - they are Microsoft's native solution for exactly this type of recurring, infrastructure-level task.

Topics

#Azure Automation#managed disks#disk type change#SAP workload operations

Community Discussion

No community discussion yet for this question.

Full AZ-120 Practice