Forum Discussion
Azure function on Fabric
Has anyone tried to access an Azure Function published on Azure through Data factory on Fabric ? The catch here is that the Azure function accesses a Azure Key vault through a GET method that serves as connection to a No SQL cosmos DB. The Azure function works perfectly well when executed out of Fabric.
I am completely stumped on this one.It errors out with a very non specific error message.
5 Replies
- AnonymousNot applicable
Hi SachinNandanwar,
What type of capacity are you worked on? Fabric trial version or fabric capacity? AFAIK, the trial capacity seems not able to interact with payment environment product/features.
Regards,
Xiaoxin Sheng
- SachinNandanwarImpactful Individual
Hi Anonymous , Its the same issue on both the versions.I deployed the Azure function as an API on Azure and called it through fabric and still facing the same issue with the exact same error message.
Infact I have granted the function app managed identity as key vault administrator to the key vault and also added function app managed identity as an administrator on CosmosDB but still no luck.- AnonymousNot applicable
Hi SachinNandanwar,
In fact, I create a template app to test with invoke the azure function from pipeline and it works well. Any specific operation or processing in your azure functions? Can you please share some more details about these?
Regards,
Xiaoxin Sheng