A folk-festival needs a one-off Linux container this weekend to generate wristband PDFs, with no scale-out story and no cluster to operate. Which Azure compute choice fits best?
Select an answer to reveal the explanation.
Short Explanation
One weekend job, no orchestra to conduct—Azure Container Instances is the pop-up booth. Skip AKS node pools and permanent App Service plans when you just need a container that runs and leaves.
Full Explanation
Azure Container Instances is designed for simple, isolated container runs without managing a cluster or long-lived plan. AKS adds orchestrator overhead inappropriate for a one-off batch. A dedicated App Service plan is heavier than needed for a short job, and ACR only stores images—it does not execute them.