An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
I got it working thanks to a support ticket with Microsoft. The issue is that we cannot access the trigger-output from inside the pipeline but need to pass it ahead of time to a parameter.
Solution: create a parameter in your trigger, e.g. called "file_name" and set it to "triggerBody().fileName" and then reference the parameter in your pipeline (e.g. inside a look-up activity).
My StorageEventTrigger:
My look-up activity: