An organization wants to host a web application written in Python. The development team needs to deploy their application code directly to Azure without managing container images, and they want Microsoft to manage the underlying operating system patching and scaling. Which Azure service meets these requirements?
- Azure App ServiceAnswer
- BAzure Virtual Machines
- CAzure Container Instances
- DAzure Kubernetes Service
Answer
Azure App Service
Azure App Service is the correct choice because it is a fully managed Platform as a Service (PaaS) that allows developers to upload and run application code directly (such as Python) without containerizing it. Microsoft automatically handles the underlying web servers, operating system updates, infrastructure patching, and scaling.
Step-by-Step Solution
Key Concept
Azure App Service is a fully managed HTTP-based hosting service for web applications, REST APIs, and mobile backends, supporting direct deployment of code or containers with automatic OS patching and scaling.
Estimated Time:45s