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.
Cevap: Cevap
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Azure App Service container deployment support