The pipelines you authored in Chapter 3 have at least one thing in common: the values of all their properties are static – that is to say that they were determined at development time. In very many places, Azure Data Factory supports the use of dynamic property values – determined at runtime – through the use of pipeline expressions.
The main focus of this chapter is to introduce you to pipeline expressions, but you will also start to encounter more pipeline activities. The Copy activity is sufficiently broad and ...