Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.94k stars 442 forks source link

Support identity auth for otel azure monitor #10615

Open jviau opened 2 weeks ago

jviau commented 2 weeks ago

Issue describing the changes in this PR

resolves #issue_for_this_pr

Pull request checklist

IMPORTANT: Currently, changes must be backported to the in-proc branch to be included in Core Tools and non-Flex deployments.

Additional information

Adds support for managed identity auth when using otel + azure monitor.

liliankasem commented 1 week ago

Changes look okay to me, how has this been tested? Are there any unit or integration tests you can add?