Hello,
Welcome to Microsoft Q&A,
While Azure provides tools to monitor scaling activities, obtaining detailed insights into the specific triggers for scaling actions requires a combination of configurations and monitoring strategies.
1. Enable Diagnostic Logging for Autoscale: Autoscale diagnostics documentation.
Azure Monitor allows you to capture detailed logs related to autoscaling activities. You can collect logs that provide insights into scaling decisions by enabling diagnostic settings.
- Autoscale Evaluations: Logs related to the evaluation of autoscale rules.
- Autoscale Scale Actions: Logs detailing each scaling event.
Steps to Enable Diagnostic Logging:
- Navigate to your Logic App's Autoscale settings in the Azure Portal.
- Click on the Diagnostics settings tab.
- Add a new diagnostic setting and select the log categories you wish to capture.
- Choose a destination for the logs, such as a Log Analytics workspace or Azure Storage account.
2. Utilize Monitoring Dashboards: Logic Apps Standard Monitoring Dashboards.
Azure provides monitoring dashboards tailored for Logic Apps Standard, offering visual insights into workflow performance and scaling activities.
Health Check - Monitor Standard workflows with Health Check
Please Upvote and Accept the answer if it helps!!