This repository demonstrates:
- An Azure Function written in Python
- Bicep code to deploy the Azure Function on a Consumption plan
- GitHub Actions workflow to deploy the function to Azure
azure-function/- Python Azure Function codeinfra/- Bicep deployment files.github/workflows/- GitHub Actions workflow
- Update the workflow secrets with your Azure credentials.
- Push changes to trigger deployment.
- The workflow will deploy the Azure Function using Bicep on a Consumption plan.
- Source control (commits, branches, pull requests)
- CI/CD with GitHub Actions
- Infrastructure as Code with Bicep
- Azure Function deployment
Replace any placeholder values with your actual Azure subscription details before deploying.