Azure Data Factory: How to edit default parameter definition for ARM templates?

ARM or Azure Resource Manager templates make it easy to manage deployments for Data Factory. When we connect Data Factory to a source control repository (e.g. GitHub or Azure DevOps Git), the data factory along with all its artefacts (pipelines, datasets, linked services etc.) is saved in the repository in the form of ARM templates.Continue reading “Azure Data Factory: How to edit default parameter definition for ARM templates?”

Azure Data Factory: Stored Procedure Activity

When it comes to transforming structured data, (e.g., applying business logic, standardization etc.) stored in a database, SQL is the most convenient and fit-to-purpose option.  Stored procedures provide a way to store the transformation logic as a set of SQL statements that can be re-executed as pre-compiled code. The Stored Procedure Activity in Data FactoryContinue reading “Azure Data Factory: Stored Procedure Activity”