Cloud Computing ยท Microsoft Azure
How should Azure Functions be designed for production in Microsoft Azure?
Keep functions stateless, use durable patterns when orchestration is required, configure retries and poison handling, propagate correlation IDs, and monitor execution through Application Insights.