A research institute wants to host a web application that processes environmental data. The web application is written in Python, does not use containers, and needs to run in a managed environment where Microsoft automatically handles host OS-level security updates and patches.
Is the following statement true or false?
Azure Kubernetes Service (AKS) is the most suitable service for this scenario because it allows you to deploy raw Python application code directly while automatically managing OS-level patching for the cluster hosts.
Cevap: Cevap
Cevap
The statement is false because Azure Kubernetes Service (AKS) requires applications to be containerized and does not support direct deployment of uncontainerized code. Additionally, AKS requires managing cluster nodes, whereas Azure App Service allows direct code deployment with fully managed host OS patching.
The statement is false because Azure Kubernetes Service (AKS) is specifically designed for containerized applications and cannot host raw, uncontainerized code directly. To deploy code directly without containerization while Microsoft handles OS patching, Azure App Service must be used.
Adım Adım Çözüm
Anahtar Kavram
Choosing the appropriate Azure compute service (Azure Container Instances, Azure Kubernetes Service, or Azure App Service) based on containerization requirements and management overhead.
Tahmini Süre:1m 30s