Gentle reminder: Azure Functions are not a replacement for your Web APIs. @AzureFunctions is an event-driven code execution hub (triggers) enabling easy integration with data sources (input bindings) and data sinks (output bindings) - and one type of event can be HTTPS request.
5
8
20
So do you have a golden rule to help decide when to use which?

Jul 16, 2018 · 6:37 PM UTC

2