A company is migrating a financial ledger application to Azure. The application requires a database engine that enforces a strict relational schema, supports ACID-compliant transactions, and allows querying via standard SQL. To minimize administrative overhead, Microsoft must manage the operating system patching, database engine updates, and backups. Which service should the company select to meet these requirements?
- Azure SQL DatabaseAnswer
- BAzure Cosmos DB
- CSQL Server on Azure Virtual Machines
- DMicrosoft Dynamics 365
Answer
Azure SQL Database
Azure SQL Database is the correct service because it is a fully managed Platform as a Service (PaaS) relational database. It supports standard SQL queries, enforces relational schemas, guarantees ACID compliance, and offloads infrastructure management—such as backups, OS patching, and database updates—to Microsoft.
Step-by-Step Solution
Key Concept
Relational database services and management models in Azure
Estimated Time:1m 30s