Questions tagged [azure-container-instances]

Azure Container Instances is a cloud service from Microsoft that offers to run containers as a service without managing the underlying infrastructure/servers. This tag is used for questions related to using azure container instances

Azure Container Instances offers the fastest and simplest way to run a container in Azure, without having to provision any virtual machines and without having to adopt a higher-level service.

Azure Container Instances is a great solution for any scenario that can operate in isolated containers, including simple applications, task automation, and build jobs. For scenarios where you need full container orchestration, including service discovery across multiple containers, automatic scaling, and coordinated application upgrades, we recommend the [tag:Azure Container Service].

Features

  • Fast startup times
  • Hypervisor-level security
  • Custom Sizes
  • Public IP connectivity
  • Persistent storage
  • Linux and Windows containers
  • Co-scheduled groups

For more information, see Documentation

658 questions
0
votes
1 answer

Unable to do DNS lookup in azure container instance - windows container

I am trying to connect to an sql server from my windows container. It all works fine when I spin up the container locally on my machine, or on an azure vm, and I can connect to the azure sql server but the connection fails when I deploy the…
0
votes
1 answer

Securing a Linux SFTP in an ACI. IPTables? Vnet?

I setup a simple SFTP using ACI following this great tutorial: https://azure.microsoft.com/en-ca/resources/samples/sftp-creation-template/ Problem is this thing has a public IP, and no semblance of a firewall to secure it. i would like to make this…
0
votes
2 answers

How to enable authentication for an ACI webservice in Azure Machine Learning service?

I am able to deploy a Azure Machine learning prediction service in my workspace ws using the syntax aciconfig = AciWebservice.deploy_configuration(cpu_cores=1, memory_gb=8, …
0
votes
1 answer

How to mount a File Storage volume to an azure container instance using REST api

I'm trying to create an Azure container instance and mounting a File Storage volume via REST API, but I'm getting 400 response. I'm able to create the container and keep it running but when I add the volume part it returns a 400 response (Bad…
J.D
  • 369
  • 1
  • 5
  • 16
0
votes
0 answers

Windows containers in Azure Container Instances - which base image to use?

I'm trying to get a very simple .net core console app to run in a windows container on Azure Container Instances but I'm having soo many problems. First I attempted using the microsoft/dotnet:2.1-runtime as the base image but I can the error…
0
votes
1 answer

Model training using Azure Container Instance with GPU much slower than local test with same container

I am trying to train a Yolo computer vision model using a container I built which includes an installation of Darknet. The container is using the Nvidia supplied base image: nvcr.io/nvidia/cuda:9.0-devel-ubuntu16.04 Using Nvidia-Docker on my local…
0
votes
1 answer

Container Instance only runs on first deployment from ARM template

I'm attempting to create a Storage Account with a file share via an ARM template. To do this, I'm creating the Storage Account and then running a az CLI command within a container instance, as described here. The template deploys just fine, but the…
David Gard
  • 11,225
  • 36
  • 115
  • 227
0
votes
1 answer

Connect-PnPOnline : Could not load type 'System.Security.SecureString'

On Azure, I have created a windows container using microsoft/iis:nanoserver image. I am trying to run SharepointPnPPowershellOnline Cmdlets in side it and it is throwing the following exception on Connect-PnPOnline. PS C:\> Connect-PnPOnline -Url…
0
votes
0 answers

Scheduling Azure container instances on demand

I have tasks running on VM and the following sequence of events. For scaling purposes I need to be able to run operations on demand and possibly in parallel. A simple sequence of events 1. Execute task 2. Task create dataset file. 3. Startup…
littest
  • 11
  • 1
0
votes
1 answer

How to fix "Cannot connect to server" error when trying to open FQDN from Azure Container Instances?

I'm currently trying to deploy my first container with the Azure Container Instance. Everything worked fine so far, but when I use az container show and browse the FQDN I get an error message: Cannot connect to server The page cannot be displayed.…
0
votes
1 answer

Azure Container Instance does not connect to a VM by hostname

I have an azure container instance that knows a VM by IP, but not by hostname. I can solve this by doing the echo ipVM hostnameVM > /etc/hosts. But is there any way to set the VNET DNS Server? If so, how do I access DNS servers Default…
0
votes
1 answer

Azure container instance not connected kafka cluster

I have a Azure Container Instance, and I want to connect to a kafka that is also in the azure. If in kafka configure the advertised.listeners with dns I can connect, however with hostname I can not. In ACI I also can not ping/wget/telnet to other…
0
votes
2 answers

Start an already deployed and terminated container in Azure Container Instance

How do I start a container in ACI Container Group which is already deployed and in terminated state. Can it be done either through some automation or from logic app? CLI commands show az container restart but not start. The logic app connectors seem…
Iam Techie
  • 53
  • 5
0
votes
0 answers

Docker builds on TeamCity cloud agent

I’ve never worked with cloud profiles on TeamCity and have a question regarding the Docker build runner... I’ve got a TC agent pool running containers an Azure Container Instances. I’d like to use the agents in this pool to run Docker build and push…
Octo
  • 93
  • 8
0
votes
0 answers

Docker.sock accessable from azure web app multi container

Can you access docker API from Traefik inside an azure multi-container app? I am getting path mapping errors when I attempt this.
Lee
  • 63
  • 1
  • 7