Getting started with Azure Container Apps
Azure Container Apps is a container service offering from Azure that operates on a serverless model and is designed to support containerized applications and microservices. We already learned about how Distributed Application Runtime (DAPR) can be integrated with Azure Container Apps in Chapter 3. In this section, we will learn more about Azure Container Apps, how to deploy your Docker containers to Azure Container Apps, and how to configure continuous integration and continuous delivery/continuous deployment (CI/CD) to Azure Container Apps from Azure DevOps.
Azure Container Apps overview
As mentioned earlier, Azure Container Apps is a serverless offering from Microsoft Azure. With Azure Container Apps, applications packaged in any container can be executed without any restrictions on runtime or programming model. Azure Container Apps is built on top of the Kubernetes ecosystem, which is running on top of AKS, Kubernetes Event Driven...