Search code examples
azureazure-functionsazure-webjobsazure-files

Can an Azure WebJob or Azure Function be triggered by Azure File Storage activity?


Can an Azure WebJob or Azure Function be triggered by Azure File Storage activity ?

For example, when a file is created in folder "/todo/".


Solution

  • We do not currently have any bindings for Azure Files, though we have an issue tracking that feature in our repo here: https://github.com/Azure/azure-webjobs-sdk-extensions/issues/14.