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/817506fe1017b794efb37831a8fd4df8 to your computer and use it in GitHub Desktop.
Save cloudolaf/817506fe1017b794efb37831a8fd4df8 to your computer and use it in GitHub Desktop.
ADF - AzureStorageLinkedService
{
"$schema": "http://datafactories.schema.management.azure.com/schemas/2015-08-01/Microsoft.DataFactory.LinkedService.json",
"name": "AzureStorageLinkedService",
"properties": {
"type": "AzureStorage",
"typeProperties": {
"connectionString": "DefaultEndpointsProtocol=https;AccountName=adfdemostore1;AccountKey=secret;EndpointSuffix=core.windows.net"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment