I'm trying to find information on how to set up the connection strings in a Function App binding so that the app uses managed identities to access Event Hubs and other resources. I'm able to use managed identities in other applications by getting an access token as described in the documentation.
How does this work in Function Apps that take a configuration variable name for connections settings on resource bindings?
Is this documented somewhere?