Forum Discussion
andrewybr2265
Dec 14, 2022Copper Contributor
Can ADF execute unix commands?
Can ADF execute unix commands?
- Dec 20, 2022
andrewybr2265, Data Factory can invoke custom scripts stored in an Azure Storage Account by using a Custom activity and an Azure Batch account (example here). Azure Batch can execute the scripts on Compute with Windows, Ubuntu and Centos Linux Distributions, but not Unix.
ericpasztor
Microsoft
Dec 20, 2022andrewybr2265, Data Factory can invoke custom scripts stored in an Azure Storage Account by using a Custom activity and an Azure Batch account (example here). Azure Batch can execute the scripts on Compute with Windows, Ubuntu and Centos Linux Distributions, but not Unix.