Process Flow - Functions with HTTP triggers
HTTP Request Received
Azure Function HTTP Trigger
Function Code Executes
Generate HTTP Response
Send Response to Client
When an HTTP request arrives, the Azure Function with an HTTP trigger runs its code and sends back a response.