Is there a way to use Blob Storage for Drag-and-Drop scenarios in Vision portal?

Mariana Logvinenko 20 Reputation points
2024-12-10T16:11:54.6133333+00:00

Hello,

Is there any way to use BYOS scenario for the cases in Vision portal where user drag-and-drops images? is there a way to have my own blob storage behind it?

Thanks in advance for the answer!

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
397 questions
0 comments No comments
{count} votes

Accepted answer
  1. Azar 25,225 Reputation points MVP
    2024-12-10T18:34:04.5866667+00:00

    Hi there Mariana Logvinenko

    Thanks for using QandA platform

    I beleivee Vision does not natively support using your own Blob Storage (BYOS) for drag-and-drop scenarios, you can do this functionality by creating a custom workflow. Build a drag-and-drop interface using a front-end application that uploads images directly to your Blob Storage using Azure SDKs or REST APIs. Once the images are stored, you can trigger the Vision API to process them, using an Azure Function with a Blob Storage trigger.

    Refer to the Azure Blob Storage SDK and Computer Vision API documentation for implementation details.

    If this helps kindly accept the answer thanks much.


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.