Skip to content

Instantly share code, notes, and snippets.

@yai333
Created November 18, 2021 09:44
Show Gist options
  • Save yai333/d75266564affafcddde4a72fbb4e41f6 to your computer and use it in GitHub Desktop.
Save yai333/d75266564affafcddde4a72fbb4e41f6 to your computer and use it in GitHub Desktop.
{
"linkedServiceName": {
"referenceName": "AzureStorageLinkedService",
"type": "LinkedServiceReference"
},
"parameters": {
"outputPath": {
"type": "string"
}
},
"annotations": [],
"type": "Binary",
"typeProperties": {
"location": {
"type": "AzureBlobStorageLocation",
"folderPath": {
"value": "@dataset().outputPath",
"type": "Expression"
},
"container": "demo"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment