An organization stores of sales log files in CSV format within an Azure Data Lake Storage Gen2 account. Data analysts need to run occasional, ad-hoc SQL queries against these files to inspect anomalies. You need to recommend an Azure Synapse Analytics query solution that minimizes costs by ensuring there are no ongoing compute charges when queries are not executing. Which resource type should you recommend?
- ADedicated SQL pools
- Serverless SQL poolsAnswer
- CLocally Redundant Storage (LRS)
- DA long-lived Shared Access Signature (SAS) token
Answer
Serverless SQL pools
The correct option is Serverless SQL pools. They are specifically designed for ad-hoc, exploratory queries on files stored in Azure Storage. Since there are no provisioned resources, charges are based strictly on the volume of data processed by each query, resulting in zero costs during idle periods.
Step-by-Step Solution
Key Concept
Selecting serverless vs dedicated analytics compute models in Azure Synapse