Revised labs

This commit is contained in:
Richard Swinbank
2023-05-31 09:09:28 +01:00
parent 7d00f1dcde
commit b8984ccca5
30 changed files with 718 additions and 1082 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "FS_MyFiles",
"properties": {
"linkedServiceName": {
"referenceName": "FS_MyLaptop",
"type": "LinkedServiceReference"
},
"folder": {
"name": "Lab5"
},
"annotations": [],
"type": "Binary",
"typeProperties": {
"location": {
"type": "FileServerLocation",
"fileName": "data-file.txt",
"folderPath": "tmp"
}
}
}
}