Introduction
Sometimes you want to run a small app or task in the cloud without setting up a full server or complex system. Azure Container Instances lets you quickly run containers in the cloud without managing servers.
When you want to run a one-time script or job in a container without managing servers
When you need to test a containerized app quickly in the cloud
When you want to run a small web app or API without setting up a full Kubernetes cluster
When you want to run background tasks or batch jobs on demand
When you want to avoid the overhead of managing virtual machines for simple container runs