Forum Discussion
Execute Azure Function using ADF activity and AAD Login
mariellecespedes I haven't done this myself before yet - but I believe it should work.
Have you enabled the managed identity on the Azure Data Factory?
- mariellecespedesOct 29, 2020Copper Contributor
Yes, we have Managed Identity in ADF.
The response when we get after the execution is a 401 Error type (unauthorized).
We used the Advanced settings configuration in the Function App and used the following information from the App Service app:
- Client ID
- Tenant ID
- Client secret
- Application ID URI
We retrieved the information from the Overview tab from the App Service app. Copy-pasted it into the Function App configuration and followed the steps from the documentation.
We aren’t using a web app (in this case it is ADF) and maybe that’s the confusing part when following the steps from the documentation, as ADF is the one who is calling the function.
- Nills FranssensOct 29, 2020
Microsoft
mariellecespedes When you access the function directly (not using ADF) - do you get the same 401, or does that authenticate?
- mariellecespedesOct 29, 2020Copper Contributor