How to improve ingest large files to storage and improve live streaming from the storage?

Mhmd Al-rokaimi 21 Reputation points
2021-12-26T06:11:30.31+00:00

Hi,
We have a small business to upload medical images to azure blob storage. Then view and processing the medical images on OHIF viewer.
Our main challenge that we are facing images larger than 500 mgb. It takes too long to upload such large files, specially with low-connection clients. As well, streaming these images to OHIF on the client side s headache.
I'm wondering if there are services, tools or even hybrid architectures to overcome this challenge.
Thank you

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,542 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,976 questions
0 comments No comments
{count} votes

Accepted answer
  1. deherman-MSFT 38,021 Reputation points Microsoft Employee Moderator
    2021-12-27T22:07:54.947+00:00

    @Mhmd Al-rokaimi
    Firstly, I would make sure that you have reviewed the Performance and scalability checklist for Blob storage. If the limitation is the upload speed, you can consider using Azure File Sync with Azure Files. This would allow you to have the files stored locally in a Windows server then synced to Azure Files.

    Some hybrid solutions such as Azure Stack might also work. You can review Extend on-premises data solutions to the cloud for a list of potential solutions.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.