Process Flow - Function execution model
Trigger Event
Function Host Receives Event
Function Runtime Starts
Function Code Executes
Function Returns Result
Host Sends Response or Continues
Function Instance Idle or Terminates
This flow shows how an Azure Function starts from an event trigger, runs the code, returns a result, and then waits or stops.