Azure data factory web activity with MSI authentication

我们两清 提交于 2019-12-13 03:30:09

问题


We are using Azure data factory to copy data from on-premise to Azure. We have implemented multiple activities to complete the data copy. Until now, we are using basic authentication for web activity to call web API methods.

As per the latest monitoring UI, it also supports MSI authentication. We have tried to use but no any luck. Also, tried to search related things but does not get any information related to data factory web activity and MSI authentication.

How can we achieve this authentication for Web Activity?

Regards,

Shrikant


回答1:


How can we achieve this authentication for Web Activity?

If you use the Azure function/WebApp MSI, you need to config the resource.

https://management.azure.com/

For other resources, you could refer to this document.



来源:https://stackoverflow.com/questions/52165397/azure-data-factory-web-activity-with-msi-authentication

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!