From the course: Azure Functions for Developers

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Implementing AnalyzerService logic using the Computer Vision cognitive service

Implementing AnalyzerService logic using the Computer Vision cognitive service - Azure Tutorial

From the course: Azure Functions for Developers

Start my 1-month free trial

Implementing AnalyzerService logic using the Computer Vision cognitive service

- [Instructor] Since we're going to use the Computer Vision cognitive service, we need to provision it in our Azure subscription. You can use any way you want to do it. The Azure portal, the Azure command line interface, an ARM template and so on. In the case of the portal, just search for Computer Vision and let's click on create and complete the required information. To speed up the process, I already did it. As you can see, I created this af4devcomputevision resource and this is the end point that I'm going to copy and paste it in a notepad. And we need a key as well. So let's copy this first key and let's paste it in then same notepad as well because we're going to need it in the code. Those two pieces are the only things that you need to connect to a Computer Vision Cognitive Service Resource. So let's go back to Visual Studio and here let's open the Computer Vision analyzer service because this is the place where…

Contents