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 - 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
-
-
-
-
-
-
-
(Locked)
Introduction to Azure Container Apps2m 50s
-
(Locked)
Deploying the Container Apps environment2m 35s
-
(Locked)
Preparing the solution to use Azure Container Apps4m 49s
-
(Locked)
Deploying the microservices as Container Apps6m 57s
-
(Locked)
Testing the microservices in Azure Container Apps4m 6s
-
(Locked)
-