mediummulti selectObjective-mapped

One team needs to run a Linux container for about 15 minutes per request with no inbound traffic and no cluster to manage. Another team needs an internet-facing web app with built-in HTTPS, deployment slots, and autoscale. Which two Azure services should the administrator choose? Select two.

Question 1mediummulti select
Full question →

One team needs to run a Linux container for about 15 minutes per request with no inbound traffic and no cluster to manage. Another team needs an internet-facing web app with built-in HTTPS, deployment slots, and autoscale. Which two Azure services should the administrator choose? Select two.

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

Best answer

Azure Container Instances

Runs isolated containers without requiring a cluster or server management.

B

Best answer

Azure App Service

Provides built-in web hosting features, slots, HTTPS, and autoscale.

C

Distractor review

Azure Virtual Machines

Requires guest OS management and is unnecessary for these needs.

D

Distractor review

Azure Kubernetes Service

Adds orchestration overhead that the container job does not need.

E

Distractor review

Azure Batch

Targets large-scale batch computing, not simple container or web hosting.

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: Azure Container Instances — Azure Container Instances is the right fit for the short-lived Linux container because it runs containers without cluster administration, and it works well for jobs that only need to run briefly. Azure App Service is the right fit for the internet-facing web app because it includes built-in HTTPS, deployment slots, and autoscale. These two services match the operational goals without unnecessary infrastructure management. Why others are wrong: Azure Virtual Machines would require the administrator to manage an OS and is more operational overhead than needed. Azure Kubernetes Service is powerful, but it is more complex than necessary for a single short-lived container job. Azure Batch is intended for batch workloads at scale, not for straightforward web app hosting with slots and autoscale.

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.