An organization is migrating its customer-facing inventory system to Azure. The architecture involves deploying the application to Azure App Service and storing data in Azure SQL Database. Which two operational tasks are the responsibility of the organization under this Platform as a Service (PaaS) deployment? (Select two)
- Configuring application-level settings and designing database schemasAnswer
- Managing user authentication credentials and data access permissionsAnswer
- CApplying security updates and operating system patches to the virtual servers hosting the application
- DInstalling the database engine software and configuring the web server middleware
Answer
Configuring application-level settings and designing database schemas, and managing user authentication credentials and data access permissions.
In a PaaS deployment like Azure App Service and Azure SQL Database, the cloud provider manages the physical infrastructure, virtualization, operating systems, and middleware. The customer remains responsible for configuring their application settings, designing database schemas, and managing user identity and data access permissions.
Step-by-Step Solution
Key Concept
Shared responsibility model in Platform as a Service (PaaS) deployments
Estimated Time:2m 0s