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

https://github.com/marcduiker/functionapp-deployment-dotnet6

Example Function App in .NET 6 to be used with the Azure Functions University deployment lesson.
https://github.com/marcduiker/functionapp-deployment-dotnet6

azure azure-functions azure-functions-university github-actions serverless

Last synced: 6 months ago
JSON representation

Example Function App in .NET 6 to be used with the Azure Functions University deployment lesson.

Awesome Lists containing this project

README

          

# Function App Deployment (.NET 6)

This is a sample repository to demonstrate how a .NET 6 Function App can be deployed to Azure using GitHub Actions.

The [`infrastructure.yml`](.github/workflows/infrastructure.yml) workflow creates/updates the Azure resources.

The [`application.yml`](.github/workflows/application.yml) workflow packages and deploys the Function App project.

This repo and its files are used in the [**Azure Functions University** *Deployment lesson (.NET 6)*](https://github.com/marcduiker/azure-functions-university/blob/main/lessons/dotnet6/deployment/).

## Status

![infrastructure](https://github.com/marcduiker/functionapp-deployment-dotnet6/workflows/infrastructure/badge.svg)

![application](https://github.com/marcduiker/functionapp-deployment-dotnet6/workflows/application/badge.svg)