A manufacturing enterprise is migrating its on-premises SQL Server environment to Azure. The migration includes two databases with the following requirements:
* Database_Prod: A transaction processing system that requires SQL Server Agent for scheduling local ETL jobs, cross-database queries, and common language runtime (CLR) integration. The database must survive a primary datacenter outage within the chosen Azure region.
* Database_Archive: A legacy database that stores historical telemetry data. It requires the use of SQL Server FILESTREAM to store unstructured files, requires the installation of custom security agents directly on the hosting operating system, and requires sub-millisecond disk write latency for transaction logs.
Which two Azure SQL options should you recommend to meet the requirements? (Select two.)
- Azure SQL Managed Instance configured with zone-redundant backup storage for Database_ProdCevap
- SQL Server on Azure Virtual Machines using Premium SSD storage for Database_ArchiveCevap
- CAzure SQL Database single database for Database_Prod
- DAzure SQL Managed Instance for Database_Archive
- EAzure SQL Managed Instance configured with locally-redundant backup storage (LRS) for Database_Prod
- FSQL Server on Azure Virtual Machines using Standard HDD storage for Database_Archive