Member-only story

Let’s dive into the world of Azure containers!

Jiadong Chen
2 min readNov 10, 2023
source: Microsoft

Embark on a journey to explore Azure containers! This post will help you understand various Azure services for containers, their utilities, and benefits. Ideal for those stepping into the containerization realm! 🚀

Containerization is a game-changer for software hosting, offering portability, scalability, and minimal code changes. In the Azure ecosystem, you have many options for running containers! 👇

🌐 Azure App Service is a veteran in the Azure lineup. It’s a fully-managed environment for running a single app. With the ability to deploy a single Docker container to an App Service, it’s a simple choice for a single containerized app. (Multi-container is in preview.)

Azure Functions are great for running event-driven apps. You can deploy Functions inside a container using the Azure-Functions base-image. Ideal when developing Azure Functions that will probably be hosted on containers later.

--

--

Jiadong Chen
Jiadong Chen

Written by Jiadong Chen

Microsoft MVP, MCT | Azure Certified Solutions Architect & Cybersecurity Architect Expert | Member of .NET Foundation | Packt Author

No responses yet