{ "name": "EventTrigger", "properties": { "annotations": [], "runtimeState": "Started", "pipelines": [ { "pipelineReference": { "referenceName": "PL_StorageEvent", "type": "PipelineReference" }, "parameters": { "SourceFolder": "@triggerBody().folderPath", "SourceFile": "@triggerBody().fileName" } } ], "type": "BlobEventsTrigger", "typeProperties": { "blobPathBeginsWith": "/thirdparty/blobs/AUTOREPORT/BackendRESP_", "ignoreEmptyBlobs": true, "scope": "/subscriptions/6a9edab5-d8b1-481a-aa9a-78dc239f6e35/resourceGroups/DataPlaform-DevQA/providers/Microsoft.Storage/storageAccounts/dataplatformadlsdevqa", "events": [ "Microsoft.Storage.BlobCreated" ] } } }