Overall CPU percent usage is fairly higher than the percent usage of all sites running on the same app service plan
I am inspecting CPU Drill down graph for function apps and noticed that Overall CPU percent usage is fairly higher than percent usage of function apps that run on the same app service plan:
My assumption is that if an app has large number of I/O bound or CPU intensive tasks, it should be included as part of the per-app-usage graph. Then as per this graph my function apps aren't causing the cpu drill here.
What could be the possible reason for such high overall CPU usage? Are the background processes that are run by azure to ensure site's health and updates impacting the app service plan?