Richard Swinbank b8984ccca5 Revised labs
2023-05-31 09:09:28 +01:00

13 lines
412 B
JSON

{
"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"
}
}
}