A retail company wants to deploy a new public-facing web API. The development team wants to deploy the application code directly using a fully managed platform where Microsoft automatically handles operating system patching, load balancing, and scaling, without the team needing to package the application into containers or manage container orchestration. Which Azure compute service should the company select?
- Azure App ServiceAnswer
- BAzure Virtual Machines
- CAzure Kubernetes Service
- DAzure Container Instances
Answer
Azure App Service
Azure App Service is a HTTP-based service for hosting web applications, REST APIs, and mobile backends. It is a Platform as a Service (PaaS) offering where Microsoft manages the underlying infrastructure, operating system patching, and scaling. It allows developers to deploy code directly (e.g., .NET, Java, Node.js, Python) without needing to containerize the application first.
Step-by-Step Solution
Key Concept
Azure App Service as a Platform as a Service (PaaS) compute offering for direct code deployment.
Estimated Time:1m 0s