Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
We have designed our app on AZURE .
Backend database is AZURE SQL SERVER for data capture and AZURE BLOB STORAGE for images stirage.
My requirement is to develop a LIST report with azure sql server database. Whenever a user clicks in a line item in this table, i want to open a second report with respective IMAGE from azure blob storage.
This cna be easily acheived by importing images from AZURE BLOB STORAGE in the same data model, But we dont want to go through this route because images storage size is in GB's .
PLease provide some pointers.
Thanks
Solved! Go to Solution.
Hi @revansh ,
Currently, the best way is to process images by AZURE BLOB STORAGE.
Dashboard Images in Azure Blob Storage - a solutio... - Microsoft Power BI Community
Upload image data in the cloud with Azure Storage | Microsoft Docs
Therefore, the loaded image can be processed or python is also a good try.
High performance image processing with Image Resizer and Azure - Ben Foster
Use Python to process images in Azure blob storage - Stack Overflow
Hope it help you solve the problem.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @revansh ,
Currently, the best way is to process images by AZURE BLOB STORAGE.
Dashboard Images in Azure Blob Storage - a solutio... - Microsoft Power BI Community
Upload image data in the cloud with Azure Storage | Microsoft Docs
Therefore, the loaded image can be processed or python is also a good try.
High performance image processing with Image Resizer and Azure - Ben Foster
Use Python to process images in Azure blob storage - Stack Overflow
Hope it help you solve the problem.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.