@顔画像品質判定・加工システム It seems like your Azure AppService is experiencing high CPU usage at certain times of the day. There could be several reasons for this, such as scheduled tasks, background processes, an issue with your code causing higher than needed CPU usage or high traffic.
- Check the Azure portal dashboard for your AppService to see if there are any spikes in traffic during the times when CPU usage is high. You can do this by following these steps1:
- Log in to the Azure portal and navigate to your AppService.
- Click on the "Metrics" tab in the left-hand menu.
- Select "CPU Percentage" as the metric you want to monitor.
- Set the time range to cover the period when you experienced high CPU usage.
- Select "CPU Percentage" as the metric you want to monitor.
- Click on the "Metrics" tab in the left-hand menu.
- Log in to the Azure portal and navigate to your AppService.
- Set up monitors to watch for certain metrics, such as CPU usage, and check the MAX values for CPU so you don't miss the peak values12. You can do this by following these steps1:
- Log in to the Azure portal and navigate to your AppService.
- Click on the "Monitoring" tab in the left-hand menu.
- Click on "Add metric alert" to create a new alert rule.
- Select "CPU Percentage" as the metric you want to monitor.
- Set the threshold for the alert to trigger when CPU usage exceeds a certain percentage.
- Set the time range to cover the period when you experienced high CPU usage.
- Configure the alert to send an email or other notification when it triggers.
- Set the time range to cover the period when you experienced high CPU usage.
- Set the threshold for the alert to trigger when CPU usage exceeds a certain percentage.
- Select "CPU Percentage" as the metric you want to monitor.
- Click on "Add metric alert" to create a new alert rule.
- Click on the "Monitoring" tab in the left-hand menu.
- Log in to the Azure portal and navigate to your AppService.
- If the above steps do not work, can you try to scale up to a B2 instance to see if similar behavior occurs?