Search⌘ K
AI Features

Introduction

Explore the process of building your first Microsoft Azure solution by developing an image processing application. Understand how to use Azure Functions as a front-facing API, integrate Azure Cognitive Services for image analysis, store data in Azure Storage and SQL database, and set up monitoring with Azure Application Insights. This lesson provides foundational skills to create a complete Azure-based API solution.

We'll cover the following...

In this chapter, we will build a solution that receives an image, analyzes and describes it, and then returns the answer to the user. The solution will also store a copy of the image and the analysis result and provide a ...