azure-container-instances Questions

5

Solved

I am searching for a solution with static private IPs for my container instances. I will add the Application Gateway to it to also have a static public IP for it. I am checking https://stackoverflo...
Etymon asked 27/8, 2020 at 8:24

3

Solved

This issue happens with Linux Azure Container Instances (ACI) after upgrading the app to .NET 8; the exact same code works targeting .NET 6 (i.e. if I only change <TargetFramework> in the .cs...

4

Solved

I am trying to set up a mongo DB instance using azure container instances and mounting the same on Azure file share. We are getting the following error: [initandlisten] WiredTiger error (1) [1579...
Mendelian asked 17/1, 2020 at 7:49

3

Solved

I have an Azure Container App that's based on the hosted BackgroundService model. It's essentially just a long running console app that overrides the BackgroundService.ExecuteAsync method and waits...
Umberto asked 24/5, 2022 at 12:22

3

Is there any way we can attach an fixed ip address to Azure Container Instance(ACI). In AWS we can attach an elastic ip to ec2 instances, but in Azure we have not used any VM , we took Azure Conta...
Stercoricolous asked 3/12, 2019 at 6:28

4

Solved

I just deployed a web app (node.js container and mongo container) using Azure multi-container instances. It's a bit like Docker Compose but works with an Azure specific yaml file: https://learn.mic...
Manson asked 6/2, 2019 at 10:19

4

Solved

As the title says, I need to setup SSL for an app hosted in Azure Container Instances, however, I'm not quite sure where I need to start. I have a containerized app hosted via Azure Container Inst...
Gabbro asked 31/3, 2020 at 19:5

4

Solved

I am using Azure Container Registry to store my private docker image and Azure Container Instance to deploy it. I get a public IP address which is OK for verification and simple preview, but not u...
Haim asked 26/9, 2017 at 15:21

1

I have to sync some data via a static outbound IP that I need to whitelist with the data provider beforehand. For this reason, I would like to configure a static outbound IP address for an AC...
Mucronate asked 19/9, 2021 at 14:1

2

Solved

I've got an Azure FrontDoor setup as a reverse proxy/load balancer between a container running on port 5443 and a custom domain. The point of this is to provide a standard address to users. I.e. co...
Patricapatrice asked 11/5, 2020 at 15:45

1

While studying for the AZ-204 certification, I found myself in a question related to two commands. Azure Container Registry (ACR) Run the sample/hello-world:v1 container image from your container ...

3

I am trying to pull docker image from docker hub to azure following this docs on docker https://docs.docker.com/cloud/aci-integration/. when I enter the command: docker login azure I get the erro...
Rainer asked 20/5, 2021 at 16:35

3

We have an Azure Container Group that had an IP Address assigned upon creation. The IP address is now missing and our application suddenly stopped working. (i.e. It was set to null, previously the...
Memoried asked 29/11, 2017 at 7:58

2

Solved

I have a console application that is built on .NET Framework v4.8. I am trying to run it in Azure Container Instances(ACI) using the docker image. I have created a docker image locally and pushed i...

2

I am using docker to deploy an linux sql-server to azure. And I cannot get the Sql-Server agent to run on a container instance on Ubuntu in azure. The Sql-Server starts fine but not the Sql-Agent. ...

3

I am creating an Azure container instance to host an index for testing purposes. Currently I can only get it to work with IpAddressType set as Public, but of course this makes the index available t...
Sheepshead asked 5/12, 2018 at 13:32

1

Solved

I have an ACI that is running a REST API that needs to be exposed publicly, but needs to access resources inside a vnet. For some reason, unlike normal VMs, if an ACI is inside a vnet, it cannot ha...

3

Solved

I own a domain name with cloudflare nameservers. I've set up an Azure Container Instance with a running container hosted in Docker-Hub container registry. When i created the container instance i sp...
Merchantman asked 4/6, 2019 at 0:1

1

Solved

I am trying to deploy PostgresDatabase on azure container instance. To deploy on docker using bind mount(since Azure container Instance only support bind mount) i am using the below command, and it...
Menedez asked 24/11, 2020 at 5:54

3

When would I prefer Azure Functions to Azure Container Instances, considering they both offer the possibility to perform run-once tasks and they bill on consumption? Also, reading this Microsoft L...
Bascinet asked 19/4, 2020 at 10:43

2

Solved

When I try to create an Azure container instance for EJBCA-ce I get an error and cannot see any logs. I expect the following result : But I get the following error : Failed to start container my-...

1

Solved

I'm trying to deploy a three-node Elasticsearch cluster to an Azure Container Instance using Docker Compose. I'm loosely following this example from the Elasticsearch documentation and this tutoria...

4

Solved

I have an image in the repository on the docker hub. I created azure container instance based on the image in the repository on the docker hub. I updated the image in the repository on the docker h...
Saddler asked 12/4, 2018 at 12:46

1

Has anyone ever tried to update the existing environment variable values after the container instance is provisioned in azure using Azure ACI? Currently, it seems that there is no way to update th...
Everetteverette asked 2/10, 2019 at 16:16

2

Solved

I'd like to use Azure Container instances to run a long (10 mins) analysis test using a legacy app. When an item appears in CosmosDB, I want to trigger the launch of a new container instance. The ...
Beers asked 24/5, 2018 at 18:59

© 2022 - 2024 — McMap. All rights reserved.