A company needs to host a new HTTP-based web API. The development team wants to deploy their application code directly to Azure without managing container configurations or configuring virtual machines. They also require that the underlying operating system is kept secure and patched by the cloud provider. Which Azure service should the company choose?
- Azure App ServiceCevap
- BAzure Virtual Machines
- CAzure Container Instances (ACI)
- DAzure Kubernetes Service (AKS)
Cevap
Azure App Service
Azure App Service is a Platform as a Service (PaaS) offering designed specifically for hosting web applications and APIs. It allows developers to deploy their application code directly (using supported runtimes like Node.js or .NET) without containerizing it. As a PaaS service, the underlying hardware, operating system, and web server patching are fully managed by Microsoft.
Adım Adım Çözüm
Anahtar Kavram
Azure App Service is a Platform as a Service (PaaS) hosting solution that supports direct code deployment and handles all underlying OS patching and infrastructure maintenance.
Tahmini Süre:45s