Skip to content

Instantly share code, notes, and snippets.

@cloudolaf
Created June 26, 2017 10:19
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/2c7a46744ea7d0ec1e1653027818c575 to your computer and use it in GitHub Desktop.
Save cloudolaf/2c7a46744ea7d0ec1e1653027818c575 to your computer and use it in GitHub Desktop.
{
"$schema": "http://datafactories.schema.management.azure.com/schemas/2015-09-01/Microsoft.DataFactory.LinkedService.json",
"name": "WebLinkedService1",
"properties": {
"type": "Web",
"typeProperties": {
"url": "https://requestb.in/18l22kx1",
"authenticationType": "Anonymous",
"username": "",
"password": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment