hardmulti selectObjective-mapped

A build pipeline needs to run a Linux container for about 15 minutes whenever a request arrives. The job never needs inbound traffic, clustering, or persistent node management. A second workload is a public web app that needs built-in TLS, deployment slots, and autoscale. Which two Azure compute services should the administrator choose? Select two.

Question 1hardmulti select
Full question →

A build pipeline needs to run a Linux container for about 15 minutes whenever a request arrives. The job never needs inbound traffic, clustering, or persistent node management. A second workload is a public web app that needs built-in TLS, deployment slots, and autoscale. Which two Azure compute 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

This is a serverless container host that fits short-lived, on-demand container jobs.

B

Best answer

Azure App Service

This provides built-in HTTPS, deployment slots, and autoscale for web applications.

C

Distractor review

Azure Kubernetes Service

AKS is powerful, but it adds cluster management that the scenario explicitly wants to avoid.

D

Distractor review

Azure Virtual Machines

VMs can run both workloads, but they require much more operational management than needed.

E

Distractor review

Azure Functions

Functions are event-driven, but the container job and the web-app requirements point to different services.

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 Container Instances — Azure Container Instances is the best choice for the short-lived container job because it runs a container without provisioning and managing a server or cluster. Azure App Service is the correct web platform because it offers built-in TLS, deployment slots, and autoscale out of the box. The two workloads have very different operational needs, so selecting a specialized service for each one reduces overhead and aligns the platform choice with the workload pattern. Why others are wrong: AKS would solve the container problem, but it introduces cluster operations the team does not want. Virtual Machines are too heavy for short-lived container execution and simple web hosting. Azure Functions can handle events, but the question describes an explicit container workload and a feature-rich web app, which maps more cleanly to Container Instances and App Service. The distractors are plausible, but each adds unnecessary complexity or misses key hosting features.

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.