From the course: Dapr for Azure Developers with .NET Part 2

Unlock the full course today

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

Introduction to Azure Container Apps

Introduction to Azure Container Apps - Azure Tutorial

From the course: Dapr for Azure Developers with .NET Part 2

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 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…

Contents