A company is planning the migration of two on-premises SQL Server databases to Azure. The databases have the following requirements:
* Database A hosts a customer management system that requires SQL Server Agent for scheduling maintenance tasks, Database Mail for system alerts, and cross-database queries. The company wants to minimize administrative overhead for managing the operating system and database patches.
* Database B hosts a legacy financial auditing tool. The application requires access to the underlying operating system registry to validate system configuration keys and must run a specialized host-based security agent directly on the database server operating system.
Which two design recommendations should you include? (Choose two.)
- Deploy Database A to Azure SQL Managed Instance.Answer
- Deploy Database B to SQL Server on Azure Virtual Machines.Answer
- CDeploy Database A to an Azure SQL Database single database.
- DDeploy Database B to an Azure SQL Managed Instance.
- EConfigure Locally Redundant Storage (LRS) for Database A backups.