Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 887 Bytes

File metadata and controls

8 lines (6 loc) · 887 Bytes

Upload and analyze a file with Azure Functions and Blob Storage

Language Sample code Tutorial
.NET Sample code .NET tutorial
JavaScript Sample code JavaScript tutorial

In this tutorial, you'll learn how to upload an image to Azure Blob Storage and process it using Azure Functions and Computer Vision. You'll also learn how to implement Azure Function triggers and bindings as part of this process. Together, these services will analyze an uploaded image that contains text, extract the text out of it, and then store the text in a database row for later analysis or other purposes.