Skip to content

Commit 0725d41

Browse files
authored
Update AKS description for flexibility and management
1 parent b8ad3fc commit 0725d41

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

0_Azure/8_AzureApps/demos/1_fromMulti-containerWebApp_toAKS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,15 @@ Last updated: 2025-10-23
5454
5555
1. **Build image → Push to ACR**
5656
2. **Choose deployment service:**
57-
* AKS (complex orchestration)
57+
* AKS (more flexible orchestration)
5858
* Container Apps (simpler, serverless)
5959
* ACI (quick jobs)
6060
3. **Add storage if needed**
6161
4. **Configure networking, scaling, monitoring**
6262

6363

64+
<img width="1383" height="988" alt="image" src="https://github.com/user-attachments/assets/59390dad-cf1e-4a81-b3bf-5cbbaef6b84f" />
65+
6466
<details>
6567
<summary><b> 1. Azure Container Registry (ACR)</b> (Click to expand)</summary>
6668

@@ -84,7 +86,7 @@ Last updated: 2025-10-23
8486
<summary><b>3. Azure Container Apps</b> (Click to expand)</summary>
8587

8688
> A serverless container platform for microservices and apps without managing Kubernetes directly.
87-
> - **When to use:** If you want simplicity and autoscaling without the complexity of AKS.
89+
> - **When to use:** If you want simplicity from management perspective and autoscaling.
8890
> - **Relation to ACR:** Same as AKS, pulls images from ACR.
8991
> - **Setup order:** After ACR.
9092

0 commit comments

Comments
 (0)