{ "name": "PL_StorageEvent", "properties": { "activities": [ { "name": "Copy data1", "type": "Copy", "dependsOn": [], "policy": { "timeout": "7.00:00:00", "retry": 0, "retryIntervalInSeconds": 30, "secureOutput": false, "secureInput": false }, "userProperties": [], "typeProperties": { "source": { "type": "JsonSource", "storeSettings": { "type": "AzureBlobFSReadSettings", "recursive": true, "enablePartitionDiscovery": false }, "formatSettings": { "type": "JsonReadSettings" } }, "sink": { "type": "JsonSink", "storeSettings": { "type": "AzureBlobFSWriteSettings" }, "formatSettings": { "type": "JsonWriteSettings" } }, "enableStaging": false }, "inputs": [ { "referenceName": "DS_SOURCEFOLDER", "type": "DatasetReference", "parameters": { "Folder": { "value": "@pipeline().parameters.SourceFolder", "type": "Expression" }, "Filename": { "value": "@pipeline().parameters.SourceFile", "type": "Expression" } } } ], "outputs": [ { "referenceName": "DS_OUTPUTFOLDER", "type": "DatasetReference", "parameters": { "Folder": { "value": "Tenant1/Raw/ThirdParty/LightSpeed/AutoReport/", "type": "Expression" } } } ] } ], "parameters": { "SourceFolder": { "type": "string" }, "SourceFile": { "type": "string" } }, "annotations": [] } }