A company is planning to migrate a legacy on-premises SQL Server database to Azure. The database has the following requirements:
* Requires the execution of Common Language Runtime (CLR) integration assemblies and SQL Server Agent.
* Requires operating system-level access to the database host to install and run a custom security agent.
* The database transaction log files must be stored on a disk configuration that guarantees at least IOPS and sub-millisecond write latency.
Which two configurations should you include in the design? (Select two.)
- Deploy SQL Server on Azure Virtual Machines for the database tierCevap
- Configure Premium SSD or Ultra Disk storage for the database transaction logsCevap
- CDeploy Azure SQL Database Managed Instance for the database tier
- DConfigure Standard HDD storage for the database transaction logs
Cevap
Deploy SQL Server on Azure Virtual Machines for the database tier and configure Premium SSD or Ultra Disk storage for the database transaction logs.
The correct design uses SQL Server on Azure Virtual Machines because the database requires operating system-level access to install custom security agents. Additionally, the storage subsystem for the database transaction logs must utilize Premium SSD or Ultra Disk to support the IOPS and sub-millisecond write latency requirements.
Adım Adım Çözüm
Anahtar Kavram
Selecting relational database deployment models based on administrative control and storage performance requirements.