@Shewfelt, Matthew Thanks for posting your query on Microsoft Q&A.
You can use Azure Media Services to encode your video into a suitable streaming format and then store it in Blob storage. You can also stream video files directly with Azure Media Services CLI.
This tutorial shows how to easily encode and stream videos on a variety of browsers and devices by using Azure Media Services and the Azure CLI. You can specify input content by using HTTPS or SAS URLs or paths to files in Azure Blob storage.
I also found few articles on the same that you may find helpful:
- https://dev.to/poc275/streaming-videos-from-azure-blob-storage-10gj
- https://imagekit.io/blog/video-streaming-azure-blob-storage-imagekit/
Let me know if you have any questions in the "comments" and I can investigate further. Comment is the quickest way of notifying the experts.
If this helped, please 'Accept answer' so that it can help others in the community facing the same issue.