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 ServiceCevap
- BAzure Virtual Machines
- CAzure Kubernetes Service
- DAzure Container Instances
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Azure App Service as a Platform as a Service (PaaS) compute offering for direct code deployment.
Tahmini Süre:1m 0s