In this chapter, you learned how to create a Linux-based function app to deploy code or a custom container that can run everywhere (on premises, on Azure, on AWS, on Google Cloud platform, and so on).
You also learned how to deploy the custom container on an App Service plan or on Kubernetes and especially on AKS.
At the end of this chapter, you learned about ACI, a serverless way to run containers on Azure, either alone or by creating virtual nodes for AKS.
In the next chapter, you will learn how to use durable functions to create code-based workflows.