I have a Logic App that is using a Managed Service Identity (MSI). That logic app is attempting to call an Azure Function that has App Service Authentication enabled, and is set up for "Log in with Azure Active Directory".
The logic app keeps getting "Unauthorised" whenever it calls the azure function no matter what rights or roles I give the MSI.
Can anybody answer the simple question "Do logic apps support using their MSI to call azure functions?". If so, can you point me to some information about it. I can find precious little out there.
Authorization level
in theIntegrate
of your function? – Joy Wang-MSFT