Revised labs
This commit is contained in:
13
Labs/adf/linkedService/HTTP_AWProduct.json
Normal file
13
Labs/adf/linkedService/HTTP_AWProduct.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "HTTP_AWProduct",
|
||||
"type": "Microsoft.DataFactory/factories/linkedservices",
|
||||
"properties": {
|
||||
"annotations": [],
|
||||
"type": "HttpServer",
|
||||
"typeProperties": {
|
||||
"url": "https://raw.githubusercontent.com/microsoft/sql-server-samples/master/samples/databases/adventure-works/oltp-install-script/Product.csv",
|
||||
"enableServerCertificateValidation": true,
|
||||
"authenticationType": "Anonymous"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user