A company plans to migrate a legacy SQL Server database to Azure. The database relies on third-party, OS-level security agents and requires custom configurations to the underlying operating system that are not supported in fully managed services. Which Azure database option should the company select to meet these requirements?
- AAzure SQL Database
- BAzure Cosmos DB
- SQL Server on Azure Virtual MachinesAnswer
- DAzure SQL Managed Instance
Answer
SQL Server on Azure Virtual Machines
SQL Server on Azure Virtual Machines is an Infrastructure as a Service (IaaS) offering. This model grants the customer full administrative access to the underlying operating system and database engine, which is necessary to install third-party security agents and apply custom OS configurations.
Step-by-Step Solution
Key Concept
The primary differentiator between IaaS and PaaS database offerings in Azure is the level of administrative control over the operating system and database engine configurations.