This is a sample repository to demonstrate how a Function App can be deployed to Azure using GitHub Actions.
The infrastructure.yml
workflow creates/updates the Azure resources.
The application.yml
workflow packages and deploys the Function App project.
This repo and it's files are used in the Azure Functions University Deployment lesson.