Skip to content

Commit d2fa3f6

Browse files
authored
Add migration overview from multi-container Web Apps to AKS
This document provides an overview of migrating from multi-container Web Apps to Azure Kubernetes Service (AKS), including references and component roles.
1 parent 86aa5aa commit d2fa3f6

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Migrating from multi-container Web Apps to AKS (Azure Kubernetes Service) - Overview
2+
3+
Costa Rica
4+
5+
[![GitHub](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com)
6+
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
7+
[brown9804](https://github.com/brown9804)
8+
9+
Last updated: 2025-09-05
10+
11+
----------
12+
13+
<details>
14+
<summary><b>List of References</b> (Click to expand)</summary>
15+
16+
</details>
17+
18+
| Component | Role |
19+
| --- | --- |
20+
| Containers | Lightweight, `portable units that package code, dependencies, and runtime together`. |
21+
| Docker | Tool that `builds and runs these containers locally`. It lets you define`multi-container setups using docker-compose.` |
22+
| Docker Compose | Manages multiple containers on one host |
23+
| Kubernetes (K8s) | Orchestrates containers across many hosts (nodes) |
24+
| AKS | Azure’s managed Kubernetes `handles infrastructure, scaling, and updates for you` |
25+
26+
> [!NOTE]
27+
> If you have any questions or need further clarification, please reach out to your Microsoft account team or contact Microsoft directly: [Microsoft Sales and Support](https://support.microsoft.com/contactus?ContactUsExperienceEntryPointAssetId=S.HP.SMC-HOME) for additional support and guidance, or
28+
29+
30+
<!-- START BADGE -->
31+
<div align="center">
32+
<img src="https://img.shields.io/badge/Total%20views-1443-limegreen" alt="Total views">
33+
<p>Refresh Date: 2025-09-05</p>
34+
</div>
35+
<!-- END BADGE -->

0 commit comments

Comments
 (0)