You need to host a new web-based application on Azure and upload your custom code directly to the platform. The solution must ensure that Microsoft automatically manages all underlying web server configurations and operating system patching. Which Azure service should you use?
- 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 Platform as a Service (PaaS) environment optimized for hosting web applications. It allows developers to deploy code directly while Microsoft automatically handles infrastructure maintenance, OS patching, and scaling.
Step-by-Step Solution
Key Concept
Azure App Service provides a fully managed Platform as a Service (PaaS) environment specifically designed for hosting web applications without the administrative overhead of managing servers.