question

MhmdAlrokaimi-4328 avatar image
0 Votes"
MhmdAlrokaimi-4328 asked MhmdAlrokaimi-4328 commented

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


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-accountsazure-webapps-hybrid-connection
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

deherman-MSFT avatar image
0 Votes"
deherman-MSFT answered MhmdAlrokaimi-4328 commented

@MhmdAlrokaimi-4328
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.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you @deherman-MSFT for your reply.
So, With Azure File Sync, It's possible to conditionally sync files? I mean I have containers on Azure blob storage. I would make folders on the local server matching for each container. Then, programmatically control which files, containers will be synchronized, and link folders to their corresponding containers in Azure storage?
Thank you

0 Votes 0 ·