Skip to content

xiomaraR/azure-blob-upload

Repository files navigation

Project Overview

A Next.js application designed to handle image uploads to an Azure Blob container. This project focuses on providing a simple and intuitive interface for users to upload images, which are then stored in Azure Blob Storage.

Features

  • File Upload: Drag-and-drop or click to upload images.
  • Image Preview: Preview images before uploading.

Azure Resources Used

  1. Azure Blob Storage: Used for storing uploaded images.

Future Goals

While the current version of the application only supports image uploads, there are plans to extend its functionality:

  • Image Analysis: Integrate with Azure Blob Trigger Function App to analyze uploaded images and display results in the UI.

Acknowledgements