662 questions with Azure Container Instances tags

Sort by: Updated
2 answers

How to restart an individual azure container

az container restart restarts "all containers in a container group". Since this can cause downtime, how do I only restart an individual container instance? I currently use the Python SDK in an Azure Function to run…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,496 questions
asked 2024-06-17T14:53:26.59+00:00
Reuben Cummings 50 Reputation points
answered 2024-06-18T14:52:06.8133333+00:00
Reuben Cummings 50 Reputation points
1 answer

Error trying to create a new container in existing container instance using yaml file

I'm trying to create a new container in an existing container instance (I assume you can have several containers in a container instance), but I get this error message: (InvalidResourceLocation) The resource 'test-app' already exists in location…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
415 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
asked 2024-06-17T09:31:36.54+00:00
HughA 0 Reputation points
commented 2024-06-18T07:25:56.12+00:00
HughA 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to get ACR access token from AAD token using Managed Identity

Hi, I am trying to fetch ACR refresh token using AAD token using managed identity But the oauth2/exchange http call fails with 403 error &{403 Forbidden 403 HTTP/1.1 1 1 map[Connection:[keep-alive] Content-Length:[310]…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
313 questions
asked 2024-05-01T07:55:59.0233333+00:00
PS 145 Reputation points
edited a comment 2024-06-17T11:36:08.3833333+00:00
PS 145 Reputation points
11 answers

Azure Container Instances Randomly Pulling and Restarting unchanged Image

I received notification this morning at 08:02 that there was an availability error in my application. The App Service could not reach the container via the ip address I had configured, 10.24.2.5. I login to the portal to check and it seems the ip…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
asked 2021-02-11T09:01:20.527+00:00
Gareth Oates 6 Reputation points
answered 2024-06-17T06:10:21.74+00:00
William Huynh 20 Reputation points
2 answers One of the answers was accepted by the question author.

Can Azure Container Instance access identity metadata endpoint /medata/identity?

When trying to obtain a Microsoft auth token from within an Azure Container Instance using the /medata/identity endpoint, I get the following error. ManagedIdentityCredential: Get…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
asked 2024-06-13T12:41:00.36+00:00
Reuben Cummings 50 Reputation points
accepted 2024-06-14T18:17:32.6666667+00:00
Reuben Cummings 50 Reputation points
2 answers One of the answers was accepted by the question author.

Removing named volumes when using Docker Compose

Hello everyone. I am try fairly new to docker and I am trying to set up an application using docker-compose (multi-container apps). I installed the first version of the app and it was successful but I needed to add some configuration and changes some…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
815 questions
asked 2023-01-15T11:53:52.6+00:00
Adebayo A. Asamu 45 Reputation points
answered 2024-06-12T08:40:30.23+00:00
Martin Denyer 0 Reputation points
3 answers

Azure Container Instance stuck in "Waiting"

  Hello, I’m trying to deploy an Azure Container Instance with Qdrant linked to a storage account through ­the following command in the azure CLI on Windows: az container create --resource-group ResourceGroupName --name qdrant-aci --image…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,824 questions
asked 2024-06-06T16:29:14.7633333+00:00
Francesca Argenziano 20 Reputation points
answered 2024-06-11T18:32:43.8966667+00:00
deherman-MSFT 34,686 Reputation points Microsoft Employee
1 answer

3 Pivot tables on container instance crash

I have an api that produces excel reports. And when the report has upto 2 pivot tables, it runs fine and produces a report. But adding the 3rd pivot table tab crashes the container. I have 1 core and 1.5gb memory. I'm having a hard time debugging…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
asked 2024-06-10T19:52:14.49+00:00
Shastri, Akash 0 Reputation points
answered 2024-06-11T04:23:07.3233333+00:00
Anveshreddy Nimmala 3,210 Reputation points Microsoft Vendor
0 answers

Assigne user assigned managed identity to Container Instance

Hi Team, I am trying to access azure keyvault inside my container instance app. However, I am not getting the proper response. Creates Web APi with DefaultAzureCredential Able to retrive the data using aboe code. Built image and pushed into Azure…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,163 questions
Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
637 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
asked 2024-06-06T21:06:25.8066667+00:00
commented 2024-06-10T06:23:13.4933333+00:00
Navya 5,490 Reputation points Microsoft Vendor
2 answers

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

Hello, I'm using Nginx Server and we have setup nginx config file accordingly. Here is the nginx.conf ssl_protocol setup. ssl_protocols TLSv1.3; ssl_ciphers…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
asked 2024-05-14T12:25:10.7033333+00:00
Sagar Prajapati 0 Reputation points
edited a comment 2024-06-05T17:53:39.5+00:00
deherman-MSFT 34,686 Reputation points Microsoft Employee
0 answers

how to pass argument using Azure Container Instance Command Override??

I have a docker image locally that works fine when I run it with the following command "docker run --name scrapper-container image-name:tag state-scrapper.py" but when I run this inside azure container instance using command over ride and…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
asked 2024-05-30T20:53:12.5433333+00:00
Ahmad Shafiq 125 Reputation points
commented 2024-06-04T14:40:55.3866667+00:00
Ahmad Shafiq 125 Reputation points
2 answers One of the answers was accepted by the question author.

prevent azure container instance change IP

We have Azure container instance with IP, which is updates each time after restart. Is far as I understand there is no possibility to use static IP for this. Is there A way to use FQDN? Or prevent it from changing or what is the best variant to fix it?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
asked 2023-05-15T14:41:04.3866667+00:00
Oleksandr Kucherenko 75 Reputation points
accepted 2024-06-04T14:02:23.9733333+00:00
Oleksandr Kucherenko 75 Reputation points
1 answer

Managed Identity not working on Windows container in Azure Container Instances

I am trying to make managed identity work on a windows container in Azure Container Instances. After checking in the official documentation this scenario seems to be supported now, since the limitations on windows container are…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
asked 2024-05-08T05:53:02.6+00:00
Patrick Vogler 0 Reputation points
edited the question 2024-06-03T12:12:07.66+00:00
Givary-MSFT 29,351 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Clarification on /proc/<pid>/cgroup for Azure Container Instances and Azure Container Apps

For Azure Container Instances, the format of /proc/<pid>/cgroup entry for pid appears to be <pid>:pids:/containers/<ID> For Azure Container Apps, it appears to be <pid>:pids:/default/<ID> Can someone confirm whether the…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
313 questions
asked 2024-05-31T04:28:51.1533333+00:00
PS 145 Reputation points
accepted 2024-06-03T10:23:37.8933333+00:00
PS 145 Reputation points
2 answers

Metrics for Azure container instances are not logging.

I have a recently created Azure Container Instance that has been running for 5 hours now, but I don't see any metric data (CPU, Memory, etc). I have confirmed that the container is running, there has been no restarts, and the application is functioning…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
asked 2024-05-31T11:38:53.7766667+00:00
Martinez Lopez 0 Reputation points
commented 2024-06-03T08:11:23.1466667+00:00
Deepanshu katara 6,240 Reputation points
2 answers

PS C:\Users\conta\work\sbdemo> az container create -g sbdemo0409 -n sbdemo0409 --image mcr.microsoft.com/azuredocs/aci-helloworld --dns-name-label sbdemo0409 --ports 80 --location eastus (InternalServerError) Encountered an internal server error. The trac

PS C:\Users\conta\work\sbdemo> az container create -g sbdemo0409 -n sbdemo0409 --image mcr.microsoft.com/azuredocs/aci-helloworld --dns-name-label sbdemo0409 --ports 80 --location eastus (InternalServerError) Encountered an internal server error. The…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
asked 2024-05-27T11:05:15.6333333+00:00
Ravikumar 0 Reputation points
commented 2024-06-03T07:00:00.8633333+00:00
vipullag-MSFT 25,441 Reputation points
3 answers

How to increase number of open files in Azure ARM template for container instance

During running my container instance I received a "too many files" error. How I can increase the hard and/or soft number of file limits?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
asked 2023-04-06T04:32:27.67+00:00
Vasyl Moskalov 0 Reputation points
commented 2024-05-31T14:12:25.63+00:00
Tristan Chambers 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to extract resource group name and subscription ID from containers in Azure Container Apps and Azure Container Instances

Is it possible to extract the resource group name and subscription ID from within containers running in Azure Container Apps and Azure Container Instances? If so, can anyone provide information on how to accomplish this?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
313 questions
asked 2024-05-29T06:01:47.6366667+00:00
PS 145 Reputation points
accepted 2024-05-31T04:13:53.1066667+00:00
PS 145 Reputation points
2 answers

changed the public IP address Aci

I have a container instance where a webaspnet core is hosted with a tcp server that listens on port 5010 (that's why I opted for aci) since the server apps don't allow my solution to work, now I've realized that after a while it has changed the public IP…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
asked 2024-05-17T07:34:28.8533333+00:00
brux88 0 Reputation points
commented 2024-05-27T05:07:38.9833333+00:00
Deepanshu katara 6,240 Reputation points
2 answers One of the answers was accepted by the question author.

Is there a way to download the instance or capture the state to be reused later?

I have a container instance running in Azure - I want to download the instance - how can this be done? This is an instance which has an web application running which are essentially learning modules and the modules are marked complete as I make progress.…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
662 questions
asked 2024-05-24T16:52:41.2433333+00:00
Bharani 40 Reputation points
accepted 2024-05-27T04:04:47.4+00:00
Bharani 40 Reputation points