Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kwazi-code/azure-file-upload-metadata

Azure File Upload with Metadata This project demonstrates an Azure Function app that allows users to upload files to Azure Blob Storage and automatically generates metadata for each uploaded file. It integrates Azure Blob Storage and Cosmos DB for file storage and metadata management, offering a scalable and efficient serverless solution.
https://github.com/kwazi-code/azure-file-upload-metadata

azure-devops azure-functions csharp

Last synced: 4 days ago
JSON representation

Azure File Upload with Metadata This project demonstrates an Azure Function app that allows users to upload files to Azure Blob Storage and automatically generates metadata for each uploaded file. It integrates Azure Blob Storage and Cosmos DB for file storage and metadata management, offering a scalable and efficient serverless solution.

Awesome Lists containing this project

README

        

# Azure File Upload Metadata Project

This project demonstrates how to upload files to Azure Blob Storage and store metadata in Azure Cosmos DB.

## Files

- `local.settings.sample.json`: Configuration settings for local development.
- `host.json`: Configuration for Azure Functions.
- `HttpTrigger.cs`: Azure Function for handling HTTP requests to upload files.