A smart agriculture startup is migrating its IoT telemetry application to Azure. The team selects a Platform as a Service (PaaS) model to deploy their custom web application and database. Under the Azure shared responsibility model, which task must be performed by the startup's development team?
- AApplying security patches and updates to the operating system hosting the application.
- BManaging and configuring the virtual machines, operating systems, and middleware hosting the application.
- Configuring the application logic and managing user access to the telemetry data.Answer
- DUtilizing pre-configured Software as a Service (SaaS) business software to host and run the custom telemetry application.
Answer
Configuring the application logic and managing user access to the telemetry data.
Under the Platform as a Service (PaaS) model, the cloud provider manages the underlying hardware, virtualization layers, operating systems, and middleware. The customer remains responsible for the application logic and configuration, as well as securing and managing access to the data they store in the service.
Step-by-Step Solution
Key Concept
Shared responsibility model in Platform as a Service (PaaS)