Question

Difficulty: MediumAzure Container Instances, Azure Kubernetes Service, and Azure App Service

A development team wants to host a web application on Azure. Is the following statement true or false?

Azure App Service is limited to hosting applications deployed from source code or pre-compiled binaries, and it does not support the deployment of custom Docker container images.

Answer: Answer

Answer

The statement is false because Azure App Service supports the deployment and hosting of custom Docker container images.
The statement is false because Azure App Service fully supports deploying and running custom Docker container images. Developers can use Web App for Containers to deploy containerized web apps, getting the benefits of a managed Platform as a Service (PaaS) without being restricted to source code deployments.

Step-by-Step Solution

1
Identify the hosting capabilities of Azure App Service.
Azure App Service supports deploying application code directly or packaging applications into Docker container images.
To determine if the service is restricted to code-only deployments.
2
Analyze the statement to see if it correctly represents this capability.
The statement claims that Azure App Service does not support custom Docker containers, which is incorrect.
To evaluate the truth value of the statement.

Key Concept

Azure App Service container deployment support
Rate this question