Skip to content

Instantly share code, notes, and snippets.

@cloudolaf
Created June 26, 2017 10:20
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/c5dd6b9d34202ee1bd904c957652d2b1 to your computer and use it in GitHub Desktop.
Save cloudolaf/c5dd6b9d34202ee1bd904c957652d2b1 to your computer and use it in GitHub Desktop.
ADF demo - AzureBatchLinkedService
{
"$schema": "http://datafactories.schema.management.azure.com/schemas/2015-08-01/Microsoft.DataFactory.LinkedService.json",
"name": "AzureBatchLinkedService",
"properties": {
"type": "AzureBatch",
"typeProperties": {
"accountName": "adfdemo",
"accessKey": "",
"poolName": "adfdemopool",
"batchUri": "https://australiaeast.batch.azure.com",
"linkedServiceName": "AzureStorageLinkedService"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment