- Scaffolded and built a C# ASP.NET Core web application
- Wrote a Dockerfile to containerize the app
- Ran and tested the image locally on Docker
Before deploying to AKS, ensure you have the Azure CLI installed and are logged into your Azure subscription:
Environment Comparison
| Environment | Deployment Tool | Use Case |
|---|---|---|
| Local Docker | docker build / docker run | Development and testing |
| Azure Kubernetes Service (AKS) | az aks / kubectl | Production-grade scalability |
Links and References
- Docker Documentation
- Azure Kubernetes Service (AKS) Overview
- ASP.NET Core Documentation
- Azure CLI Reference