A university IT department plans to deploy a new student registration portal using Azure App Service, which is a Platform as a Service (PaaS) offering. Which two statements describe the responsibilities under this PaaS deployment model?
- The cloud provider is responsible for maintaining the virtualized hardware and patching the operating system.Answer
- The university is responsible for deploying and configuring the application code.Answer
- CThe university is responsible for applying security updates to the hosting operating system.
- DThe cloud provider is responsible for configuring user accounts and database access permissions.
Answer
The cloud provider is responsible for maintaining the virtualized hardware and patching the operating system, and the university is responsible for deploying and configuring the application code.
In a PaaS deployment like Azure App Service, the cloud provider takes care of the physical hardware, network, virtualization layer, and operating system patching. The customer is solely responsible for developing, deploying, and configuring their application code.
Step-by-Step Solution
Key Concept
Under Platform as a Service (PaaS), the cloud provider manages the physical infrastructure, virtualization, and operating system patching, while the customer is responsible for the application code, configuration, and data access.
Estimated Time:1m 0s