Introduction
Containers help you package your app and everything it needs to run in one box. Azure lets you run these containers easily in the cloud, so your app works the same everywhere and can grow when many people use it.
When you want to move your app to the cloud without changing how it works on your computer.
When you need to run many copies of your app to handle lots of users at the same time.
When you want to update your app often without stopping it for a long time.
When you want to save money by using only the cloud resources your app needs at the moment.
When you want to keep your app safe and separate from other apps running on the same cloud.