Skip to content

Commit

Permalink
Adding linkedService: AzureDataLakeStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Apr 24, 2024
1 parent d653750 commit b317dc7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions code/datafactory/linkedService/AzureDataLakeStorage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "AzureDataLakeStorage",
"properties": {
"description": "Azure Data Lake Storage",
"annotations": [],
"type": "AzureBlobFS",
"typeProperties": {
"url": "https://sc4devstg001.dfs.core.windows.net/"
}
}
}

0 comments on commit b317dc7

Please sign in to comment.