Azure Synapse Analytics is Microsoft's unified analytics platform combining a dedicated SQL data warehouse, serverless SQL query engine, Apache Spark pools, and pipeline orchestration in a single workspace. It is Azure's answer to the modern data platform consolidation trend — instead of separately managing a data warehouse (Azure SQL DW), a Spark cluster (HDInsight), and an ETL orchestrator (ADF), Synapse provides all three with shared metadata, integrated security, and a single development interface, reducing the number of services to learn, configure, and integrate.
Synapse has two SQL engines with fundamentally different architectures. Dedicated SQL Pools are provisioned MPP columnar warehouses — similar to Amazon Redshift — billed per DWU per hour regardless of query volume. Serverless SQL Pools have no infrastructure to provision and charge per TB of data scanned from ADLS Gen2 — similar to Amazon Athena or BigQuery on-demand pricing. For most workloads starting fresh on Azure, Serverless SQL Pools provide a lower barrier: no upfront provisioning, no idle cost, and instant access to ADLS Gen2 data through standard SQL.