Share via

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 Vision in Foundry Tools
0 comments No comments

1 answer

Sort by: Most helpful
  1. Rohit Mungi 49,131 Reputation points Microsoft Employee Moderator
    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.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.