'Authorizing Azure Function App Http endpoint from Data Factory
We are currently developing an ETL solution in Azure Data Factory that requires calling out to an Azure Function App HTTP trigger. Our Data Factory instance has a Managed Identity configured and I was wondering how I can secure the Azure Function App to only allow access from the Data Factroy Managed Identity?
I have previously used Azure Function Apps System Assigned Managed Identities to access other resources (Key Vault) so I understand the basic concepts, but I am struggling to understand if using System Assigned Managed Identities as a authorization and authentication mechanism on Azure Function Apps is possible.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
