I am currently working on a structure to stream an audio file using Azure Media Services. Is it possible to stream an audio file from Azure storage such as blob storage while the file is being uploaded and is open? The audio file will most likely be open while we wish to stream it. We want to be able to play the file in "real-time" and be able to replay the file, but the file will be opened for other uses as well. Is this possible?
