This project deploys a serverless Azure Function triggered by Blob Storage events using Bicep and GitHub Actions.
- Blob-triggered Azure Function (Node.js)
- Logs blob metadata to Azure Table Storage
- Infrastructure deployed via Bicep templates
- CI/CD automation with GitHub Actions
- Configure Azure credentials and function app name as GitHub Secrets.
- Push changes to
mainbranch. - Upload blobs to trigger processing.
- Azure Functions (Node.js)
- Azure Blob Storage & Table Storage
- Azure Bicep
- GitHub Actions
Built for demonstrating serverless event-driven cloud architecture.