Various updates
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://adayfullofadfsa.dfs.core.windows.net"
|
||||
}
|
||||
}
|
||||
}
|
||||
12
Labs/adf/linkedService/AzureSqlDatabase1.json
Normal file
12
Labs/adf/linkedService/AzureSqlDatabase1.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "AzureSqlDatabase1",
|
||||
"type": "Microsoft.DataFactory/factories/linkedservices",
|
||||
"properties": {
|
||||
"annotations": [],
|
||||
"type": "AzureSqlDatabase",
|
||||
"typeProperties": {
|
||||
"connectionString": "integrated security=False;encrypt=True;connection timeout=30;data source=adayfullofadf-sql.database.windows.net;initial catalog=AdventureWorks;user id=sql-admin",
|
||||
"encryptedCredential": "ew0KICAiVmVyc2lvbiI6ICIyMDE3LTExLTMwIiwNCiAgIlByb3RlY3Rpb25Nb2RlIjogIktleSIsDQogICJTZWNyZXRDb250ZW50VHlwZSI6ICJQbGFpbnRleHQiLA0KICAiQ3JlZGVudGlhbElkIjogIkFEQVlGVUxMT0ZBREYtQURGXzA3MGU1MDIyLWEzYjMtNDFmMS1hOTk3LWU2ODE3Y2VhNjdhYyINCn0="
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user