Is Azure Functions over Web API Beneficial?
Whenever I meet clients and give a talk about Azure Functions, they are immediately interested in replacing their existing Web API features with Azure Functions. In this post, I’d like to discuss:
- Can Azure Functions replace Web API?
- Is it worth doing?
It would be a good idea to have a read through this article, Serverless Architectures, before starting.
HTTP Trigger Function == Web API Action
One of characteristics of Serverless Architecture is “event-driven”.… [Keep reading] “Is Azure Functions over Web API Beneficial?”