hardmulti selectObjective-mapped

A development team wants to publish an internet-facing application directly from source code. The solution must support built-in HTTPS, deployment slots for safe testing, and autoscale as demand changes. Which two choices should the administrator select? Select two.

Question 1hardmulti select
Full question →

A development team wants to publish an internet-facing application directly from source code. The solution must support built-in HTTPS, deployment slots for safe testing, and autoscale as demand changes. Which two choices should the administrator select? 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

Use Azure App Service.

Correct. App Service is designed for hosted web applications with managed platform features.

B

Best answer

Choose an App Service plan at Standard tier or higher.

Correct. Deployment slots and autoscale require a plan tier that supports those capabilities.

C

Distractor review

Use Azure Container Instances for the public application.

Incorrect. ACI is better for containers, but it does not provide deployment slots or web app hosting features.

D

Distractor review

Deploy the app on a virtual machine scale set.

Incorrect. VM scale sets do not provide platform-managed deployment slots or built-in web hosting features.

E

Distractor review

Use an availability set for the application instances.

Incorrect. Availability sets address VM resilience, not application platform features like slots or autoscale.

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: Use Azure App Service. — The scenario describes a platform-hosted web app, not a VM-based application or a generic container job. Azure App Service supplies the managed web hosting layer, including built-in HTTPS and deployment slots. The plan tier matters because slots and autoscale require Standard or higher. Choosing the correct plan tier is just as important as choosing the service itself, otherwise the required features are unavailable. Why others are wrong: ACI is excellent for containers, but it does not provide deployment slots or the same web hosting experience. VM scale sets and availability sets are infrastructure features for VMs, so they do not satisfy the release-management and autoscale requirements for a source-code web app.

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.