Reputation: 664
I was trying to store output of variable in Azure data factory to file in blob
Upvotes: 3
Views: 1993
Reputation: 23792
You could send the variable to Azure Function as parameter in the ADF. Then stored the value into file with sdk inside Azure Function.
The flow like below,using Set Variable Activity+Azure Function Activity:
Upvotes: 1