File tree Expand file tree Collapse file tree
0_Azure/8_AzureApps/demos Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,13 +54,15 @@ Last updated: 2025-10-23
5454
55551 . ** Build image → Push to ACR**
56562 . ** Choose deployment service:**
57- * AKS (complex orchestration)
57+ * AKS (more flexible orchestration)
5858 * Container Apps (simpler, serverless)
5959 * ACI (quick jobs)
60603 . ** Add storage if needed**
61614 . ** 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
You can’t perform that action at this time.
0 commit comments