Top "Azure-container-instances" questions

Azure Container Instances is a cloud service from Microsoft that offers to run containers as a service without managing the underlying infrastructure/servers.

How to expose multiple ports on Azure Container Instance?

Is it possible to expose/open more than one port on an Azure Container Instance? I've only been able to …

azure azure-container-instances
Scale Azure Container Instance

Is it possible to scale an ACI running container? Problem: We have some old-school Cloud Services (.NET Framework v4.7.1) we're …

azure containers azure-container-service windows-container azure-container-instances
Update docker image in Azure Container Instances

I have an image in the repository on the docker hub. I created azure container instance based on the image …

azure azure-container-instances
What is the difference between Azure Container Instances and Web App for Containers?

I just deployed a web app (node.js container and mongo container) using Azure multi-container instances. It's a bit like …

azure docker azure-container-instances