Azure Computer Vision API

Mayank Goyal 16 Reputation points
2020-10-09T02:08:35.677+00:00

Hi,

When we call computer vision API for OCR, we pass image and authentication key via header and get back response. This works great, however I want to check if there is a way to further secure this communication with some certificate and if Yes, how exactly it works?

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

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,676 Reputation points Microsoft Employee
    2020-10-09T07:35:48.937+00:00

    @Mayank Goyal Yes, if you are using the REST API call the key needs to be set via the header. If you are planning to use the SDK then you can set the keys as an environment variable or get the secrets from Azure key vault and pass to the computer vision client.

    You can also use a custom domain to create your cognitive services resource and tie this up with a Azure Active Directory for RBAC access. This is only supported by some of the cognitive services and detailed steps to create them are available here.