Is it possible to run Powershell script from azure data factory pipeline as an activity, I have a UC where I need to move all the processed files from "input" folder to a folder called "processed" in Data Lake. I does have a powershell script for the same, however I want this to get executed from a Data Factory PipeLine.
what i did was created a custom ".Net dll" that would call a ".BAT" which in turn calls ".ps1", then I have integrated custom ".Net dll" as an activity in a pipeline but that does not seems to be working
please suggest if it is the write way of doing the above UC or there is any better solution for it.