Process Flow - Cold start and premium plan
User sends request
Check if function app is warm
Cold start triggered
Allocate resources
Load function code
Function ready
Execute function
Return response
When a request comes, the system checks if the function app is ready. If not, a cold start happens, causing delay. Premium plans keep apps warm to avoid cold starts.