A company plans to migrate a custom web API to Azure. The development team wants to deploy the application code directly without packaging it into container images or managing the underlying web server software. Additionally, the team requires that Microsoft automatically handles operating system updates and security patches.
Which Azure service should the company select to meet these requirements?
- AAzure Virtual Machines
- BAzure Kubernetes Service (AKS)
- Azure App ServiceAnswer
- DMicrosoft 365
Answer
Azure App Service
Azure App Service is a Platform as a Service (PaaS) offering designed to host web applications, REST APIs, and mobile backends. In a PaaS model, Microsoft manages the hardware, operating system, and web server software, including all updates and security patching. Developers can deploy their application code directly to the service without having to containerize it first.
Step-by-Step Solution
Key Concept
Distinguishing the management responsibilities and deployment constraints of Azure App Service from Infrastructure as a Service (IaaS) and container-based offerings.
Estimated Time:1m 0s