657 questions with Azure Container Instances tags

Sort by: Updated
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.
657 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
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.
657 questions
asked 2024-05-31T11:38:53.7766667+00:00
Martinez Lopez 0 Reputation points
answered 2024-05-31T12:39:07.2433333+00:00
v-vvellanki-MSFT 4,680 Reputation points Microsoft Vendor
1 answer

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.
657 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
301 questions
asked 2024-05-31T04:28:51.1533333+00:00
PS 125 Reputation points
edited a comment 2024-05-31T09:17:55.62+00:00
Deepanshu katara 5,920 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.
657 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
301 questions
asked 2024-05-29T06:01:47.6366667+00:00
PS 125 Reputation points
accepted 2024-05-31T04:13:53.1066667+00:00
PS 125 Reputation points
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.
657 questions
asked 2024-05-30T20:53:12.5433333+00:00
Ahmad Shafiq 125 Reputation points
1 answer

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.
657 questions
asked 2024-05-27T11:05:15.6333333+00:00
Ravikumar 0 Reputation points
answered 2024-05-30T04:43:50.7533333+00:00
Andriy Bilous 10,996 Reputation points MVP
0 answers

How to fix "the specify container does not exist"

Hi, When running the upgrade for my storage account to enable hierarchical namespace, I face an issue saying that “the specify container does not exist”. Can you help me to resolve this issue? Please find attached a screeshot of the issue I am following…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,380 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
657 questions
asked 2024-05-28T22:09:51.04+00:00
Kiba, Wilfried 0 Reputation points
commented 2024-05-29T06:13:53.7133333+00:00
Amrinder Singh 3,565 Reputation points Microsoft Employee
3 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.
657 questions
asked 2024-05-14T12:25:10.7033333+00:00
Sagar Prajapati 0 Reputation points
commented 2024-05-27T10:17:54.9766667+00:00
Sagar Prajapati 0 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.
657 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 5,920 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.
657 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
2 answers

Issue in accessing image from Azure Container Registry...

Hello I having issue in accessing ACR image while working on Azure Container Instances Step 1: Created ACR service on Azure Portal Step 1: Created ACR image using VS 2022 -> Publish Step 2: Enabling admin user. Container Registry -> Settings \…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
411 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
657 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,033 questions
asked 2024-05-24T11:51:57.97+00:00
Chandrakant Pawle 81 Reputation points
answered 2024-05-27T02:57:12.9766667+00:00
Anveshreddy Nimmala 2,950 Reputation points Microsoft Vendor
1 answer

azure container istance https

Hi, I have an Azure Container instance where a small web service runs with a TCP server, I have enabled FQDN and it works perfectly with DNS, but it works under http, if I wanted to make it work under https without applying gateways or expensive services…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
657 questions
asked 2024-05-24T13:08:09.59+00:00
brux88 0 Reputation points
edited an answer 2024-05-25T19:41:28.6033333+00:00
Dan Rios 1,425 Reputation points MVP
1 answer

Is there a different process that needs to be used besides just a new create in order to update an existing ACI?

I'm using a pipeline to call az container create to create an ACI from a container stored in an ACR. On initial run this works fine -- it creates the ACI, pulls the container, and starts it. But on subsequent runs it's extremely inconsistent. Sometimes…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
657 questions
asked 2024-05-17T11:05:14.84+00:00
Jaffar Mohammad 0 Reputation points
commented 2024-05-20T04:10:48.35+00:00
v-vvellanki-MSFT 4,680 Reputation points Microsoft Vendor
2 answers

Unable to Change Timezone in Azure Container Instance

I am running some PowerShell scripts in a container in ACI (Windows). I need the script to run in a specific time zone say Mountain Standard Time. Here is what I try so far and nothing works: In my Dockerfile, I add this line RUN Set-TimeZone…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
657 questions
asked 2021-11-19T18:31:33.867+00:00
Larry Lau 116 Reputation points
answered 2024-05-16T19:32:32.5866667+00:00
Isshak Darwich 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to interpret ACI's CPU usage?

I created an Azure Container Instance(ACi) that has 4 cores and 8GB RAM. While running an app in ACI, I can see that CPU usage (CPU usage on all cores in milicores) is between 170 - 210. How can I interpret it? Do these values mean all 4 cores are used?…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
657 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,033 questions
asked 2024-05-09T21:53:55.23+00:00
George 20 Reputation points
accepted 2024-05-13T06:56:55.1+00:00
George 20 Reputation points
2 answers

Azure Container Instance stuck in "Waiting" state.

Hello - We have started noticing an issue where are ACIs are stuck in "Waiting" state. We have started noticing this post April 26th. We create number of containers in an hour and almost all of them are stuck in "Waiting" state. We…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
411 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
657 questions
asked 2024-04-30T03:05:35.3033333+00:00
Arpan Mehetre 20 Reputation points
edited the question 2024-05-08T16:45:00.83+00:00
GitaraniSharma-MSFT 48,111 Reputation points Microsoft Employee
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.
657 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,953 questions
asked 2024-05-08T05:53:02.6+00:00
Patrick Vogler 0 Reputation points
answered 2024-05-08T13:01:21.6766667+00:00
Anveshreddy Nimmala 2,950 Reputation points Microsoft Vendor
0 answers

Azure Container Instances with GPUs Unavaliable

I'm trying to run an ACI with GPU enabled. I've checked regional avaliability of GPU support plenty of times already, I also checked every single region for avaliability during deployment in Azure Portal. No matter what region I choose I always get the…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
657 questions
asked 2022-01-12T14:50:45.257+00:00
Piotr Szymczak 11 Reputation points
commented 2024-05-07T13:51:16.76+00:00
Piotr Szymczak 11 Reputation points
8 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.
657 questions
asked 2021-02-11T09:01:20.527+00:00
Gareth Oates 6 Reputation points
answered 2024-05-06T14:16:37.4666667+00:00
Samuel Lao 0 Reputation points
1 answer

Needs to send an email Notification whenever instance is restarted.

I currently have a container instance in my Azure subscription. This container instance is set to restart on failure. I want to get notified when it gets restarted so I can notify those entities that they have to change their firewall rules.

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
657 questions
asked 2024-05-02T13:16:05.8566667+00:00
Subbaiah vempati 0 Reputation points
commented 2024-05-06T04:47:07.9266667+00:00
v-vvellanki-MSFT 4,680 Reputation points Microsoft Vendor