From the course: Complete Guide to Dapr for .NET and Azure Developers: Building and Managing Microservices

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Introduction to Azure Container Apps

Introduction to Azure Container Apps

- [Instructor] Kubernetes is a sophisticated infrastructure that must be managed, updated, observed, and maintained. There are platform as a service offerings that handle some of those responsibilities. However, there are still numerous tasks that you need to perform. Luckily, we have Azure Container Apps. It's a serverless container platform for building modern apps and microservices. We only have to worry about the app itself since the cluster management is handled by the service. As I'd already mentioned, Azure Container Apps is a serverless platform. It manages automatic horizontal scaling through a set of declarative scaling rules. It supports automatic encryption for ingress and service-to-service communication. Azure Container Apps implements versioning by creating revisions. A revision is an immutable snapshot of a container app. Related to that, we can enable an ingress to direct traffic from one revision to another. For example, you could use traffic splitting rules to…

Contents