Revised labs
This commit is contained in:
11
Labs/adf/linkedService/AzureDataLakeStorage1.json
Normal file
11
Labs/adf/linkedService/AzureDataLakeStorage1.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "AzureDataLakeStorage1",
|
||||
"type": "Microsoft.DataFactory/factories/linkedservices",
|
||||
"properties": {
|
||||
"annotations": [],
|
||||
"type": "AzureBlobFS",
|
||||
"typeProperties": {
|
||||
"url": "https://adflabs2023sa.dfs.core.windows.net/"
|
||||
}
|
||||
}
|
||||
}
|
||||
17
Labs/adf/linkedService/FS_MyLaptop.json
Normal file
17
Labs/adf/linkedService/FS_MyLaptop.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "FS_MyLaptop",
|
||||
"type": "Microsoft.DataFactory/factories/linkedservices",
|
||||
"properties": {
|
||||
"annotations": [],
|
||||
"type": "FileServer",
|
||||
"typeProperties": {
|
||||
"host": "C:\\",
|
||||
"userId": "richard",
|
||||
"encryptedCredential": "eyJDcmVkZW50aWFsSWQiOiIzZDk3NmY1My0zNGYzLTQ1NWUtYjE0MS01ZGMyYmI0MmY2YmQiLCJWZXJzaW9uIjoiMi4wIiwiQ2xhc3NUeXBlIjoiTWljcm9zb2Z0LkRhdGFQcm94eS5Db3JlLkludGVyU2VydmljZURhdGFDb250cmFjdC5DcmVkZW50aWFsU1UwNkNZMTQifQ=="
|
||||
},
|
||||
"connectVia": {
|
||||
"referenceName": "SHIR",
|
||||
"type": "IntegrationRuntimeReference"
|
||||
}
|
||||
}
|
||||
}
|
||||
13
Labs/adf/linkedService/HTTP_AWGitHub.json
Normal file
13
Labs/adf/linkedService/HTTP_AWGitHub.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "HTTP_AWGitHub",
|
||||
"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/",
|
||||
"enableServerCertificateValidation": true,
|
||||
"authenticationType": "Anonymous"
|
||||
}
|
||||
}
|
||||
}
|
||||
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