我必须将SFTP服务器中复制的每个新文件复制到Azure Blob存储中。当添加或修改带有sftp-ssh属性的blob时,我已经创建了Logic应用程序,因为我必须读取大小为500MB的较大文件。每个新文件触发复制到Azure存储。当我在SFTP服务器中添加单个文件时,这工作正常。但是,当我在SFTP服务器中删除多个文件时,文件失败并显示错误
{ "status": 404, "message": "The provided path '/abc/Test/file1.txt' does not exist.\r\nclientRequestId: 7a23df8-31be-43f4-8153-aaadcvfg5f1e", "error": { "message": "The provided path '/abc/Test/file1.txt' does not exist." }