A municipal development team packages a permitting microservice into a container image for consistent deployment. Which application hosting approach does that packaging represent?
Select an answer to reveal the explanation.
Short Explanation
A container image is a packed lunch for the app — code plus dependencies travel together. That is the containers hosting path, not SQL rows or file shares pretending to be runtimes. Keep the packaging story on containers.
Full Explanation
Containers package an application and its dependencies into a portable image that can be hosted as a compute option alongside web apps and virtual machines. AZ-900 asks candidates to recognize containers as one of the primary application hosting choices at a describe level.