How to Export/Import an Azure Data Factory ARM template

One of the first questions that we would have is what is an Azure Data Factory ARM template As Microsoft defines, it is a way to declare the objects you want, the types, names, and properties in a JSON file. This helps us to define … “How to Export/Import an Azure Data Factory ARM template”

Read More

How to create a Linked service to connect to an Azure Sql Server on Azure Data Factory

In this tutorial I am going to create a linked service to connect to an azure data Storage. Step 1. Select what kind of linked service do you want to create. On ADF there are various options to choose, we are going to select Azure … “How to create a Linked service to connect to an Azure Sql Server on Azure Data Factory”

Read More

How to create a linked service to connect to an azure data Storage on azure Data Factory

In this tutorial I am going to create a linked service to connect to an azure data Storage. Step 1. Select what kind of linked service do you want to create. On ADF there are various options to choose, we are going to select Azure … “How to create a linked service to connect to an azure data Storage on azure Data Factory”

Read More

How to zip files in azure data factory

In this tutorial, I am going to zip files in azure data factory. For going through the tutorial, we are going to create some files and move them into a blob storage. For completing the task, please follow the next steps. Steps to zip files … “How to zip files in azure data factory”

Read More