ftp to azure storage blob (triggered processing)
问题 I want to transfert encrypted files from an ftp server to `azure blob storage container Here is the workfow in question: CSV encrypted files on Ftp server ----------> Trigger (example: On adding files )----------> call to some local programs or api that process decryption and then create the output csv file in the blob container the files are structured like following: Input CSV file: column1;column2;column3; encryptedvalue1;encryptedvalue2;encryptedvalue3; and Output csv file: column1