You can find more information about Linux-based Azure Functions, KEDA, and ACI at the following links:
- Run Azure Functions App 2.0 in a Docker Container (on AWS, ZOMG) (https://blog.wille-zone.de/post/run-azure-functions-in-docker/)
- Run a Durable Azure Function in a Container (https://carlos.mendible.com/2018/01/14/run-a-durable-azure-function-in-a-container/)
- KEDA FAQ (https://github.com/kedacore/keda/wiki/FAQ)
- CI/CD for Containers (https://azure.microsoft.com/en-us/solutions/architecture/cicd-for-containers/)
- Azure Pipelines: build a container image (https://docs.microsoft.com/en-us/azure/devops/pipelines/ecosystems/containers/build-image?view=azure-devops&tabs=dotnet-core)
- Create and configure an Azure Kubernetes Services (AKS) cluster to use virtual nodes in the Azure portal (https://docs.microsoft.com/en-us/azure/aks/virtual-nodes-portal)
- Find the right...