File becomes locked during Stream.CopyTo in Azure WebJob
I have an Azure app service (Windows) that I’m developing a continuous, queue-triggered webjob on. This webjob retrieves a file from an Azure storage account file share and attempts to copy the content to a given location. If the file already exists, it’s overwritten. Otherwise, a new file is created.
