Monitor and troubleshoot Azure Function Lifecycle Actions
Learn how to view live logs, review past executions, and monitor performance metrics for your Azure Function LCAs.
- Sign in to the Azure Portal.
- Navigate to your Function App.
- To view live logs, select Functions and click on any entry point. For example,
beforeSaveEntityAction. - To monitor metrics and trends, go back to your Function App and select the Metrics tab.
- Use the built-in visualizations to view the Total execution count, number of successful and failed executions, and the HTTP status code breakdown.
- Use these insights to detect patterns, anomalies, or errors over time.

