Skip to content

Function app in Flex consumption plan not showing worker count in Azure portal diagnostic chart #2595

@anandsowm

Description

@anandsowm

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.

Image
Image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions