I have a complex text file that can be processed into a pandas Dataframe by Python. What Azure services do you know of that I can deploy this script, to automatically trigger whenever a file is uploaded to a blob storage?
I know this is a loaded question, but I have tried things, like just using an Azure Function, using an Azure Function with an Azure Batch Job and using Azure Data Factory.
Is there any Azure service that could do this task in an straightforward way?