Azure computer vision Read API - Image in storage account

Goyal, Mayank 6 Reputation points
2021-12-24T22:32:46.483+00:00

Hi, As per documentation mentioned here - https://learn.microsoft.com/en-us/rest/api/computervision/3.1/read/read, read API needs a public URL of image. If image is stored in a secured storage account in blob container folder on Azure cloud - what is the way to access that image from vision API and how will vision API authenticate to cloud image URL.

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

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,906 Reputation points Microsoft Employee Moderator
    2021-12-27T08:49:34.687+00:00

    @Goyal, Mayank If you are using the REST API and using the URL in the request body then the requirement is to use a URL of an image that is available to public internet. In the case of storage container too, you need to ensure the image URL is available from internet. The request will then use this URL or image data to extract text and results are temporarily encrypted and stored in Azure Storage. The results are then available with the read result API. You can lookup data privacy page for azure computer vision to know more about how the data is used.

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    0 comments No comments

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.