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,22 @@
{
"name": "ADLS_MyLocalFile",
"properties": {
"linkedServiceName": {
"referenceName": "AzureDataLakeStorage1",
"type": "LinkedServiceReference"
},
"folder": {
"name": "Lab5"
},
"annotations": [],
"type": "Binary",
"typeProperties": {
"location": {
"type": "AzureBlobFSLocation",
"fileName": "mylocalfile.txt",
"folderPath": "Raw",
"fileSystem": "lakeroot"
}
}
}
}