Azure File Storage option to read metadata
If another app is monitoring the folder and acting on the file when you Create it, sometimes the connector returns "Specified file XXX does not exist." The file is written in completion but the error is returned. I believe Create is failing because it tries to read the metadata after writing the file, but the file was renamed right away by the other app. Please add an option to not read the file's metadata after being processed, like SFTP's "Get all file metadata".
