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.
- Host: GitHub
- URL: https://github.com/marcduiker/functionapp-deployment-dotnet6
- Owner: marcduiker
- License: mit
- Created: 2021-12-22T19:05:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T21:01:37.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T19:17:54.039Z (about 1 year ago)
- Topics: azure, azure-functions, azure-functions-university, github-actions, serverless
- Language: C#
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

