Icon used in this post is property of FusionCache repo.
In today’s event-driven programming world, we are using lots of Azure Function as the serverless solution that allows us to write less code, maintain less infrastructure, and save on costs. Azure Function comes with various triggers such as HttpTrigger, ServiceBusTrigger, SqlTrigger etc. which help us build an API easily.
Let’s say the team already built a HttpTrigger API GetProductsById and the data is coming from Azure SQL.