Skip to content

Instantly share code, notes, and snippets.

@cloudolaf
Created June 26, 2017 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cloudolaf/8ffa8fe8fcf49b93dffacb5b73668bda to your computer and use it in GitHub Desktop.
Save cloudolaf/8ffa8fe8fcf49b93dffacb5b73668bda to your computer and use it in GitHub Desktop.
ADF demo - AzureSqlLinkedService1
{
"$schema": "http://datafactories.schema.management.azure.com/schemas/2015-09-01/Microsoft.DataFactory.LinkedService.json",
"name": "AzureSqlLinkedService1",
"properties": {
"type": "AzureSqlDatabase",
"typeProperties": {
"connectionString": "Data Source=tcp:cloudolaf.database.windows.net,1433;Initial Catalog=adfdemo;User ID=admin;Password=secret;Integrated Security=False;Encrypt=True;Connect Timeout=30"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment