
ADF (with Self-Hosted IR) securely connects to your on-prem RDBMS and extracts full or delta sets into ADLS Gen2. Files are stored in a raw zone, then (optionally) standardized to Parquet in a curated zone. Synapse ingests from ADLS using COPY INTO (or PolyBase/external tables) into staging; ELT SQL transforms produce facts/dims with appropriate partitioning/indexing. ADF triggers schedule the flow and log runs; Key Vault stores credentials; simple row-count checks keep the pipeline trustworthy.