Search code examples
azureazure-filesazure-eventgrid

Can Azure Event Grid listen to changes in Azure File Shares?


I'd like to trigger an Azure Function when a file is added to an Azure File share. I've not seen any documentation on this. Is it supported? How would I get that done?


Solution

  • Event grid does not support File share but there is an open GitHub issue which says it is likely to be implemented when Azure Functions V2 goes GA (General Availability).

    Currently, the following Azure services support sending events to Event Grid:

    • Azure Subscriptions (management operations)
    • Custom Topics
    • Event Hubs
    • IoT Hub
    • Media Services
    • Resource Groups (management operations)
    • Service Bus
    • Storage Blob
    • Storage General-purpose v2 (GPv2)

    Reference Docs: https://learn.microsoft.com/en-us/azure/event-grid/overview