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

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'

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)