From the course: Azure Functions for Developers

Unlock the full course today

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

What are we going to build?

What are we going to build? - Azure Tutorial

From the course: Azure Functions for Developers

Start my 1-month free trial

What are we going to build?

- [Instructor] We're going to have so much fun building an entire application with Azure functions, that restores and analyzes images. The entry point of the application will be the storage function. This function will be responsible for storing the photo in Blob storage. We're going to use a Blob out to binding object for that. Additionally we'll store the photo meta data in Azure, Cosmos DB. We're going to implement a custom class library that invokes the computer vision cognitive service. And we're going to inject this custom library by using the dependency injection technique. The resizer function will be responsible for resizing an image in two different sizes, medium and small. We're going to store those resized images in a couple of additional Blob containers. This function will use a Blob storage trigger to react when the region of photo is uploaded successfully. Then we're going to build a function for…

Contents