Press "Enter" to skip to content

ADF Switch Activities

Nick Edwards shows off the Switch activity in Azure Data Factory:

Prior to the switch statement I could achieve this using 4 ‘IF’ activities connected to a lookup activity as shown in the snip below using my ‘Wait’ example pipeline.

However a neater solution is to use the ‘Switch’ activity to do this work instead. I’ll now jump straight into a worked example to show you how I achieved this.

Click through for the demo.