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

This commit is contained in:
staleycyn 2024-01-25 08:55:05 -08:00 committed by GitHub
parent 453edd21f0
commit 152e2b5167
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,16 +22,16 @@ Your organization has a web application that runs on a virtual machine in your o
There are no interactive lab simulations for this topic.
## Tasks
## Job skills
- Task 1: Create an Azure Container App and environment
- Task 2: Deploy and test the container app
- 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 a container app and environment
## 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.