A software development team plans to deploy a custom Node.js application to Azure App Service, which is a Platform as a Service (PaaS) offering. Under the shared responsibility model for PaaS, which of the following tasks is the responsibility of the development team?
- Configuring application settings and writing the custom codeAnswer
- BApplying security updates to the server's operating system
- CConfiguring virtual machines and installing the web server software
- DManaging software licenses for end-user applications like Microsoft 365
Answer
Configuring application settings and writing the custom code
The responsibility for configuring application settings and writing custom code lies with the customer in a Platform as a Service (PaaS) model. The cloud provider handles the underlying infrastructure, operating system, and runtime environment.
Step-by-Step Solution
Key Concept
Under the Platform as a Service (PaaS) shared responsibility model, the cloud provider manages the physical infrastructure, operating system, and middleware, while the customer is responsible for the application code, configurations, and data.
Estimated Time:45s