easymultiple choiceObjective-mapped

A Windows VM must install an agent and copy a configuration file automatically after provisioning. The administrator wants Azure to run the setup step without logging into the VM manually. Which feature should be used?

Question 1easymultiple choice
Full question →

A Windows VM must install an agent and copy a configuration file automatically after provisioning. The administrator wants Azure to run the setup step without logging into the VM manually. Which feature should be used?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

Boot diagnostics

Boot diagnostics helps troubleshoot startup problems, but it does not run installation commands or copy files.

B

Best answer

VM extension

VM extensions are designed to perform post-deployment configuration tasks on Azure VMs. A custom script extension can install software, run commands, and place files on the machine without requiring the administrator to sign in manually. This makes it a practical choice for first-boot setup, configuration hardening, and lightweight automation tasks.

C

Distractor review

Managed disk encryption

Managed disk encryption secures data at rest, but it does not execute setup tasks during provisioning.

D

Distractor review

Availability set

An availability set provides resiliency, but it has nothing to do with post-deployment configuration or scripting.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Technical deep dive

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Related practice questions

Related AZ-104 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this AZ-104 question test?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: VM extension — VM extensions are the Azure feature used to run post-provisioning configuration tasks on virtual machines. In this scenario, the administrator needs to install an agent and copy a configuration file automatically, which is exactly the kind of operational task an extension can handle. Extensions are commonly used for custom scripts, monitoring agents, and other first-boot automation tasks. They remove the need for manual logon after deployment. Why others are wrong: Boot diagnostics is for viewing console output and troubleshooting boot failures, not for running setup actions. Managed disk encryption protects stored data, but it does not configure the OS. Availability sets improve uptime by spreading VMs across fault domains and update domains, but they do not automate software installation. Only a VM extension directly meets the requirement to run setup steps after provisioning.

What should I do if I get this AZ-104 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.