Microsoft Certified Azure Developer Associate · Free Practice Question Easy
Question 13
Why should a developer choose to deploy a container to a Web App for Containers instead of Azure Kubernetes Service?
- A Web App for Containers provide much more low-level control over the scaling and performance of the app
- B Web App for Containers is much easier to deploy and control than a Kubernetes cluster
- C Web App for Containers integrates seamlessly with your other AKS containers and can be controlled with the same commands
- D AKS is more for development and product demos, while Web App for Containers is an enterprise solution for containerized applications
Reveal correct answer
Correct answer: B
Explanation
Web App for Containers is much easier to deploy and control than a Kubernetes cluster. You get a lot of the developer-friendly features of Azure App Services, and avoid having to start and control clusters of computers. Refer to Microsoft Doc: https://azure.microsoft.com/en-ca/blog/webapp-for-containers-overview/Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
