A pipeline is a logical grouping of activities. It represents a unit of work. For example, a "Daily Sales Pipeline" might copy data from an on-prem database to Azure Blob, then transform it, then load it to a Data Warehouse.
The tutorial is neither groundbreaking nor obsolete. It is a reliable, free, and refreshingly clear introduction to one of Azure’s most complex data services. For a college student who has never written an ETL pipeline, it demystifies the fog of war. For a seasoned data engineer, it serves as a quick-reference dictionary. javatpoint azure data factory
It effectively breaks down the primary roles of ADF, such as its ability to orchestrate data movement and transformation workflows. A pipeline is a logical grouping of activities
: The orchestration of pipeline activities that includes chaining activities in a sequence, branching, and defining parameters. The tutorial is neither groundbreaking nor obsolete