I have a Pipeline created in Data Factory that brings a file from a folder connected to an SFTP and leaves it in an ADSL container (Gen2). What I need is that once this process is finished, move the file from the SFTP source folder to another called "Procesados" but from Azure Data Factory, is it possible?
Thanks! Regards
CodePudding user response:
Yes that is possible. You just set up a copy activity with source as where the file is in your picture and sink as your desired destination.