Oct 29 2020 09:41 AM - last edited on Feb 01 2021 04:23 PM by EricStarker
Oct 29 2020 09:41 AM - last edited on Feb 01 2021 04:23 PM by EricStarker
What is the recommended approach for a Durable Function (App1) to call a (non-durable) Azure Function (App2) in different Function App when App2 has AAD authentication enabled?
Oct 29 2020 09:43 AM
@BobbyJ10 If you have AAD authentication enabled, the best way to authenticate is using the managed identity of the function. More info here: https://docs.microsoft.com/en-us/azure/app-service/overview-managed-identity?tabs=dotnet
Oct 29 2020 09:51 AM
@Nills FranssensAwesome thank you!
Oct 29 2020 05:48 PM