You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the Function apps that are in Flex Consumption plan , in the Diagnose and solve problems blade, for the 'HTTP functions Scaling' chart is not showing the worker instances count. However, in the corresponding AppInsights resource, for the direct kusto query as below, the instance count is correctly reported.
traces
| summarize dcount(cloud_RoleInstance) by bin(timestamp,30sec)
| render timechart
Region: West US 2
Expected behavior:
The instance count should be shown in the chart under the 'Diagnose and solve problem'
Actual behavior
As seen below, the instance count is not displayed.