mediummultiple choiceObjective-mapped

An operations team maintains a hardened Windows Server image with application prerequisites and monitoring tools already installed. They want to deploy future VMs from the same versioned image in multiple subscriptions and promote a new build only after testing. Which Azure feature should they use?

Question 1mediummultiple choice
Full question →

An operations team maintains a hardened Windows Server image with application prerequisites and monitoring tools already installed. They want to deploy future VMs from the same versioned image in multiple subscriptions and promote a new build only after testing. Which Azure feature should they use?

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

A managed disk snapshot created from one of the VMs

A snapshot captures disk state, but it is not a governed versioned image for repeatable VM deployment.

B

Best answer

An Azure Compute Gallery image version

A gallery image version provides a reusable, versioned VM image that can be shared and deployed consistently.

C

Distractor review

A custom script extension installed during VM provisioning

A script extension can configure software after deployment, but it does not provide a base image artifact.

D

Distractor review

An availability set containing the VMs

An availability set improves resilience, but it does not store or distribute a reusable OS image.

Common exam trap

Common exam trap: OSPF can fail even when IP connectivity looks correct

OSPF neighbour formation depends on matching areas, timers, network type, authentication and passive-interface behaviour. Do not choose an answer only because the devices can ping.

Technical deep dive

How to think about this question

OSPF questions usually test the details that control adjacency and route selection. Read the neighbour state, area, router ID and interface configuration before deciding what is wrong.

KKey Concepts to Remember

  • OSPF neighbours must agree on key parameters.
  • Router ID selection can affect neighbour relationships and LSDB output.
  • OSPF cost influences the preferred path.
  • A route can appear in OSPF information but not become the installed route.

TExam Day Tips

  • Check area mismatch first when OSPF adjacency fails.
  • Review passive interfaces when a network is advertised but no neighbour forms.
  • Use show ip ospf neighbor and show ip route clues carefully.

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?

OSPF neighbours must agree on key parameters.

What is the correct answer to this question?

The correct answer is: An Azure Compute Gallery image version — Azure Compute Gallery is the best choice when you need to publish a generalized image, control versions, and deploy that image across multiple subscriptions or regions. It supports repeatable builds and lets you roll out a tested version only when ready. That makes it ideal for standardized VM provisioning, unlike snapshots or extensions, which are not designed for governed image lifecycle management. Why others are wrong: A snapshot preserves one disk at a point in time, but it is not the same as a managed, shareable image definition. A custom script extension is for post-deployment configuration, not for supplying a reusable base image. An availability set addresses fault and update domain placement, but it does nothing for image versioning or standardized deployment.

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.