Soru

Zorluk: ZorRelational Data Storage Solutions

An organization is planning the migration of an on-premises database to Azure. The database currently supports a critical business application and has the following requirements:
- It must support SQL Server Agent for scheduled T-SQL maintenance jobs.
- It must allow cross-database queries using three-part names across multiple databases.
- The deployment must reside within a delegated subnet of an Azure Virtual Network for secure private connectivity.
- The administrative overhead of managing the host operating system, patching, and backups must be minimized.
- The backup strategy must guarantee that data remains recoverable even in the event of a complete primary Azure datacenter outage.

Which database solution should you recommend?

  1. A
    Azure SQL Database single database with geo-redundant backup storage
  2. B
    SQL Server on Azure Virtual Machines using Standard HDD storage for database transaction logs
  3. Azure SQL Managed Instance with geo-redundant backup storageCevap
  4. D
    Azure SQL Managed Instance with locally redundant backup storage

Cevap

Azure SQL Managed Instance with geo-redundant backup storage
The correct answer is Azure SQL Managed Instance with geo-redundant backup storage. This solution satisfies all criteria: it is a fully managed database service (PaaS) that minimizes administrative overhead, supports SQL Server Agent and cross-database queries natively, supports virtual network integration via a delegated subnet, and replicates backups to a paired region using geo-redundant storage (GRS) to survive a primary datacenter outage.

Adım Adım Çözüm

1
Identify feature compatibility requirements
The application requires SQL Server Agent and cross-database queries, which narrows the choices to Azure SQL Managed Instance and SQL Server on Azure VMs.
Azure SQL Database single database does not support these native SQL Server features.
2
Evaluate administrative overhead constraints
Azure SQL Managed Instance is selected over SQL Server on Azure VMs.
The requirement states that the administrative overhead of managing host operating systems, patching, and backups must be minimized.
3
Determine the backup redundancy level
Configure the managed instance with geo-redundant backup storage (GRS).
The database backups must survive a primary Azure datacenter outage, which rules out locally redundant storage (LRS).

Anahtar Kavram

Selecting Azure SQL relational database tiers and backup options based on feature requirements and operational overhead
Bu soruyu puanla