Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kwazi-code/azure-file-upload-metadata
- Owner: Kwazi-code
- Created: 2024-09-12T14:52:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T17:23:30.000Z (5 months ago)
- Last Synced: 2024-12-12T22:42:57.929Z (about 2 months ago)
- Topics: azure-devops, azure-functions, csharp
- Language: C#
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.