Need some help being pointed in the right direction. Struggling to find an appropriate resource. I've got a Http triggered function within a function app that I need to invoke from another function app. How can I authenticate this call using system managed identities?
The two function apps are .Net 6 isolated functions.