https://github.com/flcdrg/funky-functions
Source code for my presentation 'Funky Azure Functions with .NET 5 and 6'
https://github.com/flcdrg/funky-functions
azure-functions csharp dotnet serverless
Last synced: 2 months ago
JSON representation
Source code for my presentation 'Funky Azure Functions with .NET 5 and 6'
- Host: GitHub
- URL: https://github.com/flcdrg/funky-functions
- Owner: flcdrg
- License: mpl-2.0
- Created: 2021-07-05T09:16:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T03:28:42.000Z (almost 2 years ago)
- Last Synced: 2025-10-25T12:04:09.573Z (8 months ago)
- Topics: azure-functions, csharp, dotnet, serverless
- Language: C#
- Homepage:
- Size: 604 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Funky Azure Functions
Source code for my presentation 'Funky Azure Functions with .NET 5 and 6'
## Further reading
- [Azure Functions documentation](https://docs.microsoft.com/en-us/azure/azure-functions/)
- [Azure Functions host/runtime](https://github.com/Azure/azure-functions-host)
- [Azure Functions .NET Worker](https://github.com/Azure/azure-functions-dotnet-worker)
- [Azure Functions Core Tools](https://github.com/Azure/azure-functions-core-tools)
- [Azure Functions OpenAPI Extension](https://github.com/Azure/azure-functions-openapi-extension)
- [Azure Function App task](https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-function-app?view=azure-devops)
- [GitHub Actions for deploying to Azure Functions](https://github.com/Azure/functions-action)
- [Azure Functions .NET 6 Preview Wiki](https://aka.ms/functions-dotnet6earlypreview-wiki)