Search code examples
azureazure-functionsazure-table-storage

Trigger a Function from Table Storage in Azure


In Azure, how can I automatically trigger a function when data is inserted/updated/deleted in table storage? The data entity from table storage should be the input to the function. I need to then pass that data to another endpoint.


Solution

  • There is no table storage trigger available out of the box!

    I would recommend you to use the cosmosdb table API to take advantage of global distribution, automatic indexing and rich quer which also supports changefeed