Skip to content

Function Invocation Details Cross Pollinating Logs from Other Function Apps #11481

@bpalfaro

Description

@bpalfaro

When investigating a function's invocation, the invocation shows logging information from other functions and function apps. We have seen this happen from functions calling functions in other function apps, logic apps calling independent service bus queues with different function apps as consumers. Any insight would be appreciated on whether this is an Azure portal UI issue or a coding issue.

Investigative information

Please provide the following:

  • Timestamp: 11/12/2025, 8:56:12 AM
  • Function App version: 4.1044.200.25476
  • Function App name:
  • Function name(s) (as appropriate):
  • Invocation ID: 573c2b72-db3b-44a5-9057-0a8004d1cff4
  • Region: East US 2

Repro steps

Provide the steps required to reproduce the problem:

Example:

  1. Execute a function A that calls a function B in a separate function app
  2. In Azure portal, Navigate to the invocations of function B.
  3. Invocations will list function B only.
  4. Click an instance of the invocation and you will see logs from other functions that should not be present.
  5. Review Application Insights on the Invocations page vs. the invocation details page. The queries are quite different and seem incorrect.

Expected behavior

Provide a description of the expected behavior.

Example:

  • After I perform step 4, the invocation logs should only show logging from function B.

Actual behavior

Provide a description of the actual behavior observed.

Example:

  • Step 4 actually shows logs from any operation id in the code path and will show logging from many different functions.

Known workarounds

Provide a description of any known workarounds.

Example:

Modify the application insights query and run manually.

Related information

Provide any related information

  • Programming language used - .NET 8 Runtime
  • Bindings used - HTTP and Service Bus bindings exhibit this behavior
  • Notes: (operation id/operationid/invocation id/invocation id/cloud role name/cloud_rolename), KQL

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions