Summary
In this chapter, we learned about Docker containers and how to implement an application that runs on an Azure container instance.
We created a container image using a Dockerfile and published it to ACR. Next, we used that image to deploy a web service running as an Azure container instance and an Azure web app.
Finally, we created an AKS cluster and deployed an application to the cluster, before looking at the monitoring capabilities.
In the next chapter, we will continue the Implement Solutions for Apps objective by learning how to implement authentication.