mediummultiple choiceObjective-mapped

A developer packages an internal web app as a Linux container. The app must be published with built-in HTTPS, deployment slots, and autoscale, and the team does not want to manage OS patching or container hosts. Which Azure service should the administrator choose?

Question 1mediummultiple choice
Full question →

A developer packages an internal web app as a Linux container. The app must be published with built-in HTTPS, deployment slots, and autoscale, and the team does not want to manage OS patching or container hosts. Which Azure service should the administrator choose?

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

Azure Container Instances

Container Instances is useful for simple containers, but it lacks the full web hosting features in this requirement.

B

Best answer

Azure App Service

App Service supports web hosting features such as HTTPS, deployment slots, autoscale, and no server management.

C

Distractor review

Azure Virtual Machines

Virtual machines would require the team to manage the operating system, patching, and host configuration.

D

Distractor review

Azure Kubernetes Service

AKS is powerful for orchestration, but it adds cluster management that the requirement explicitly avoids.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

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?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Azure App Service — Azure App Service is the best choice because the workload is an internet-facing web app, not a short-lived container job. App Service provides built-in HTTPS, deployment slots, autoscale, and managed platform operations, which matches the requirement to avoid managing OS patching or container hosts. Azure Container Instances is simpler, but it lacks the richer web app platform features. A VM would add unnecessary administration, and AKS would introduce cluster complexity the team does not want. Why others are wrong: Azure Container Instances is suited to simpler container runs, but it does not provide the same web platform capabilities. Virtual machines require the administrator to manage the guest OS and underlying host concerns. AKS can run containers at scale, but it is operationally heavier than needed for a straightforward web application.

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.