Update LAB_09c-Implement-Azure-Container-Apps.md

This commit is contained in:
staleycyn 2024-03-30 08:40:52 -07:00 committed by GitHub
parent 96ccc480f1
commit 46756d0134
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,15 +22,15 @@ Your organization has a web application that runs on a virtual machine in your o
There are no interactive lab simulations for this topic.
## Architecture diagram
![Diagram of the tasks.](../media/az104-lab09b-aca-architecture.png)
## Job skills
- Task 1: Create and configure an Azure Container App and environment.
- Task 2: Test and verify deployment of the Azure Container App.
## Architecture diagram
![Diagram of the tasks.](../media/az104-lab09b-aca-architecture.png)
## Task 1: Create and configure an Azure Container App and environment
Azure Container Apps take the concept of a managed Kubernetes cluster a step further and manages the cluster environment as well as provides other managed services on top of the cluster. Unlike an Azure Kubernetes cluster, where you must still manage the cluster, an Azure Container Apps instance removes some of the complexity to setting up a Kubernetes cluster.