A team needs a managed Azure service whose primary job is orchestrating data movement across 90-plus connectors with code-free copy and mapping data flows, but it must not double as an analytics workspace. Which service fits the description?
- ASelect Azure Synapse Analytics as the orchestration platform.
- BSelect Azure Databricks as the orchestration platform.
- CSelect Microsoft Fabric Real-Time Intelligence as the platform.
- DSelect Azure Data Factory as the orchestration platform. Correct
Why A is wrong: Synapse embeds the same ADF engine but also provides SQL pools, Spark pools, and Data Explorer; the requirement is explicitly to avoid an analytics workspace.
Why B is wrong: Databricks is a lakehouse and ML platform with notebook-driven pipelines, not a code-free 90-plus-connector ETL orchestrator.
Why C is wrong: Fabric Real-Time Intelligence is for streaming and log analytics, not the documented 90-plus-connector ETL orchestrator described.
Why D is correct: Correct. Azure Data Factory is the cloud ETL and data integration service with 90-plus connectors, mapping data flows on serverless Spark, and code-free copy activities.