Skip to main content
The 2024 Developer Survey results are live! See the results

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
0 votes
1 answer
12 views

How to preserve Created Date and Modified Date while migrating datas from Azure blob to gcp

I have some containers in Azure which has folders/file which has to be migrated to gcp buckets from Azure . I want to preserve Created Date of files( files created in Azure) using Metadata when moved ...
Preethi's user avatar
0 votes
0 answers
41 views

Error Connecting to PostgreSQL Database in Multi-Container Azure Container Instances (ACI) Setup

I’m currently deploying a multi-container setup using Azure Container Instances (ACI) and I’m facing issues with connecting to a PostgreSQL database container from a Node.js application container. ...
Amar's user avatar
  • 145
0 votes
1 answer
81 views

Unable To Enable Prometheus Lifecycle API In Azure Container Instances

I've been having difficulty adding the --web.enable-lifecycle flag to prometheus, to enable the lifecycle api. I have this working locally with docker compose, like so: prometheus: image: prom/...
Greggo's user avatar
  • 79
0 votes
1 answer
42 views

Deploy a container registry containing a python docker code into azure logic apps using a virtual network

I'm looking to deploy an ACR (Azure Container Registry) repository that containers docker for python code. I want this ACR to run in a virtual network so I can securely access blob storage through my ...
josh-hills's user avatar
-1 votes
1 answer
103 views

DockerHub rate limiting causing failed deployments on AKS and Azure container instance: docker registry 'index.docker.io'

This is a heads up to anyone deploying applications on Azure Container Instance or AKS that use images hosted on DockerHub. Container instances may (in my experience, will) fail to deploy giving a ...
rodneyt's user avatar
  • 94
1 vote
1 answer
394 views

Azure ACI cannot pull image from public docker registry (Possible bug)

This used to work, but for some reason Azure ACI now cannot pull image from public dockerhub. I tried to deploy ACI on two subscriptions (One completely fresh) where i respectively "click opsed&...
Jeppe Christensen's user avatar
0 votes
1 answer
76 views

Keycloak running in context of an Azure Container Instance - Exception: Unable to acquire JDBC Connection

I have a question related to Keycloak and would like to thank you in advance for any advice. I deployed Keycloak (version 20.0.5) in the context of an Azure Container Instance (CPU: 1, Memory 1,5 GB), ...
bianconero's user avatar
0 votes
1 answer
31 views

Unable to access .NET 8 API from container instace

I have created a .NET 8 web API and deployed in a container instace. When I try to access the application, I am unable to access from container instace. Docker file *FROM mcr.microsoft.com/dotnet/...
Balanjaneyulu K's user avatar
0 votes
2 answers
143 views

Set Azure Container Instance variable using release pipeline YAML and AzDevOps variable group

I want to set Azure Container Instance (ACI) custom environment variables for a .net 8 application using release pipeline YAML and AzDevOps group variable. I want to link the respective AzDevops ...
Manas P's user avatar
  • 31
0 votes
1 answer
75 views

WebSocket Connection to Spring Boot Backend on Azure Container Instances Fails with 400 Bad Request

I have a Spring Boot application running in a Docker container on Azure Container Instances. This application uses SockJS and STOMP for WebSocket connections. The WebSocket endpoint is configured at /...
Mohamed Alhajri's user avatar
0 votes
0 answers
57 views

Azure container group container IP address

I just started to learn on how to work with Azure Containers so trying to deploy a simple container as part of Azure Container Group. Very simple configuration and container actually does start-up and ...
Alex F's user avatar
  • 3,425
0 votes
0 answers
69 views

Setup TLSv1.3 and removed TLSv1.0, TLSv1.1 and TLSv1.2 from nginx.conf file but TLS Checker still showing 1.0, 1.2 and 1.2 Enabled

Project Is built In Angular 17 and we have used Nginx Server and hosted on Azure. We have setup Container Registry and Container Instance. Here is the nginx.conf ssl_protocol setup. ssl_protocols ...
Sagar's user avatar
  • 5
0 votes
1 answer
106 views

Graceful shutdown of dotnet container instance

I'm running a .Net 8 console application in Azure as a container image on linux using .NET SDK (no dockerfile). The app consists in several hosted services. When my app is stopping I need to handle ...
Lou's user avatar
  • 327
1 vote
1 answer
107 views

ACI cannot access container from ACR when set up with terraform: InaccessibleImage

I'm trying to set up ACI using terraform, but as the title states it doesn't seem to be able to access the ACR registry. │ Error: creating Container Group (Subscription: "redacted" │ ...
Seppo420's user avatar
  • 2,161
0 votes
1 answer
127 views

Azure Container Instance doesn't show live logs in Python application

I have a Python script that uses an Azure Service Bus underneath. It is a simulation, so it communicates through the Service Bus using the Pub Sub and Topics and prints information about some events. ...
Filip_Moniuszko's user avatar

15 30 50 per page
1
2 3 4 5
47