There are so many Azure functions that I tend to get confused.
I have a WebAPI that inserts raw data into an Azure SQL table. This data needs to be enriched. So I need some kind of 'background worker' to take the inbound raw data and enrich it for reporting. So either I use one of the Azure functions to do this (dunno which one) or have to write it and run it in a VM. Ideally the receipt of raw data should trigger the background processing.
I have a WebAPI that inserts raw data into an Azure SQL table. This data needs to be enriched. So I need some kind of 'background worker' to take the inbound raw data and enrich it for reporting. So either I use one of the Azure functions to do this (dunno which one) or have to write it and run it in a VM. Ideally the receipt of raw data should trigger the background processing.