A retail company is migrating its customer-facing application from an on-premises datacenter to Azure. The migration is divided into two phases:
* Phase 1: The database is migrated to an Azure SQL Database instance (PaaS).
* Phase 2: The front-end web server is migrated to an Azure Virtual Machine (IaaS).
Which of the following statements correctly describe the customer's operational responsibilities after completing both phases? (Select two.)
- The customer is responsible for managing database user permissions and classifying data within the Azure SQL Database.Cevap
- The customer is responsible for configuring network controls, such as Network Security Groups (NSGs), for the Azure Virtual Machine.Cevap
- CThe customer is responsible for applying operating system patches to both the Azure Virtual Machine and the Azure SQL Database.
- DMicrosoft is responsible for configuring the database engine and patching the operating system of the Azure Virtual Machine.
Cevap
The correct statements are that the customer is responsible for managing database user permissions and classifying data within the Azure SQL Database, and that the customer is responsible for configuring network controls, such as Network Security Groups, for the Azure Virtual Machine.
In the Azure Shared Responsibility Model, the customer always retains full responsibility for information, data, accounts, and access control, regardless of the service model. Therefore, managing database user permissions and classifying data within the Azure SQL Database remains a customer responsibility. Additionally, in an Infrastructure as a Service (IaaS) model, the customer is responsible for configuring host-level network controls, such as Network Security Groups, to secure their Virtual Machines.
Adım Adım Çözüm
Anahtar Kavram
Under the Shared Responsibility Model, the customer is always responsible for data, accounts, and access management. For IaaS, the customer manages the operating system, middleware, and network controls. For PaaS, Microsoft manages the operating system and physical layer, while the customer manages database users and data.