Microsoft Azure Data Fundamentals — Question 124
Which type of Azure resource supports the serverless configuration of an Azure SQL database?
Answer options
- A. SQL Server on Azure Virtual Machines
- B. an Azure SQL Database elastic pool
- C. a single database in Azure SQL Database
- D. Azure SQL Managed Instance
Correct answer: C
Explanation
The correct answer is C, as a single database in Azure SQL Database can be configured to run in a serverless mode, which automatically scales based on workload. The other options, such as SQL Server on Azure Virtual Machines and Azure SQL Managed Instance, do not provide serverless capabilities, while elastic pools are designed for managing multiple databases rather than individual serverless configurations.