Author: Alexandre Cloud Silva

  • SHIR release notes notification automation

    The goal of this article is to: For Azure Data Factory (and Synapse Analytics) users, keeping up with SHIR (Self-Hosted Integration Runtime) notes might be a cumbersome task. It involves downloading a .doc file, costing a couple of clicks, through the following url: https://www.microsoft.com/en-us/download/details.aspx?id=39717 Having this in mind, I have created an automation to send…

  • Trigger VS Debug

    Azure Data Factory (ADF) offers 2 ways of executing a pipeline: Selecting Debug actually runs the pipeline. For example, if the pipeline contains copy activity, the test run copies data from source to destination. As a result, we recommend that you use test folders in your copy activities and other activities when debugging. After you’ve debugged the…