An organization wants to host a web application in Azure. They want a service that automatically handles hardware maintenance, operating system patching, and scaling of the web application, without requiring them to configure virtual machines or container orchestration. Which Azure service should they use?
- AAzure Virtual Machines
- BAzure Kubernetes Service (AKS)
- Azure App ServiceAnswer
- DAzure Container Instances
Answer
Azure App Service
Azure App Service is a Platform as a Service (PaaS) offering that allows you to host web applications. In a PaaS model, Microsoft manages the hardware, operating system, and web server patching, allowing you to focus on the application code. It also supports automatic scaling to handle varying traffic.
Step-by-Step Solution
Key Concept
PaaS offerings vs. IaaS and Container hosting in Azure
Estimated Time:45s