Azure Container Instances makes it easy to create and manage Docker containers in Azure, without having to provision virtual machines or adopt a higher-level service.
Azure Container Instances makes it easy to create and manage Docker containers in Azure, without having to provision virtual machines or adopt a higher-level service.
Customer Reviews
Daniel J.
Advanced user of Azure Container InstancesAzure Container Instances allows you to instantly create a secure container for development use - without the need for virtual machines. This allows you to run any instances that can operate in isolated containers. These have many advantages over standard virtual machines.
Positives:
- Much faster to start than virtual machines
- Minimal provisioning/management needed compared to virtual machines
- Security - isolated to a hypervisor level
- Running a constant 24 hours a day instance on the platform is much more expensive than running a virtual machine instance 24/7
- User interface isn't always the most intuitive - relatively new service so some sub-context menus aren't quite logical yet
However, this is a great service and I think that the positives outweigh the negatives, especially with MS Azure's superb customer/client relations team.
Have a play around with the software before getting specialist help from Azure. This is the best way you can gain experience from ACI since different users may have different use cases depending.
Deploying a container is SO much faster than deploying a virtual machine. This significantly reduces downtime since virtual machine often require a lot of management from the admin side. This saves time and business cost. However bear in mind that containers are more expensive to run (generally) than their virtual machine usage equivalents so whilst you may be saving time and money in some areas containers generally cost more, particularly when you are running them 24 hours a day.