This template creates a very simple Data Factory pipeline that copies data from a file in a Blob Storage into a SQL Database table. Prior to executing this make sure you have a Storage Account and a SQL Database provisioned.
- See Overview and prerequisites for the list of prerequisites.
-
Enter right values for parameters in the azuredeploy.parameters.json.
-
See Deploy Data Factory entities. Run the following command:
New-AzureRmResourceGroupDeployment -Name MyARMDeployment -ResourceGroupName ADFTutorialResourceGroup -TemplateFile C:\ADFGetStarted\azuredeploy.json -TemplateParameterFile C:\ADFGetStarted\azuredeploy.parameters.json