647 questions with Azure Container Instances tags

Sort by: Updated
0 answers

How to write C# based Azure Container without starting a Web

Hi all. I need to write an app that connects to a third-party vendor application via a Web Socket. I am using C# in Visual Studio 2022 to write my app. I have it running in my Visual Studio locally. My question: how do I suppress the website window from…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
647 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.
978 questions
asked 2024-05-15T15:32:06.1+00:00
Leonard Bernstein 45 Reputation points
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.
647 questions
asked 2024-05-14T12:25:10.7033333+00:00
Sagar Prajapati 0 Reputation points
answered 2024-05-15T12:08:09.1333333+00:00
Sagar Prajapati 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.
647 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.
978 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.
400 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
647 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 47,781 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.
647 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,712 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,690 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.
647 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.
647 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.
647 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,055 Reputation points Microsoft Vendor
0 answers

Azure ACI linux capabilities

Hi, I'm having issues running some Linux containers that need some specific capabilities. I see in the docs there's the --add-capabilities parameter which I've set to use IPC_LOCK az container create \ --privileged \ --location…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
647 questions
asked 2024-05-02T08:09:30.7866667+00:00
Carl Bourne 0 Reputation points
commented 2024-05-03T06:59:21.51+00:00
Prrudram-MSFT 22,471 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.
647 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
280 questions
asked 2024-05-01T07:55:59.0233333+00:00
PS 20 Reputation points
accepted 2024-05-02T15:20:19.7333333+00:00
PS 20 Reputation points
1 answer One of the answers was accepted by the question author.

Does the "Azure for Students" subscription allow one to run ACR tasks? If yes, how?

Hello, I am running the following command: az acr build --image <image-name> --registry <registry-name> --file Dockerfile . and getting the following error: (TasksOperationsNotAllowed) ACR Tasks requests for the registry…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
400 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
647 questions
Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
652 questions
asked 2024-05-01T11:26:52.4633333+00:00
Muhammad Taimoor 20 Reputation points
accepted 2024-05-01T12:34:36.34+00:00
Muhammad Taimoor 20 Reputation points
0 answers

504 Gateway error with Azure Container Instance

Good morning, I created an Azure container registry, then deployed an image to it. I then created an ACI from the image. The log show that the ACI was created and that it is running, but I am getting 504 when I try to access it from the browser. The…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
647 questions
asked 2024-04-29T10:01:50.6866667+00:00
Mohamed Pussah 35 Reputation points
commented 2024-04-29T20:57:21.03+00:00
deherman-MSFT 33,786 Reputation points Microsoft Employee
2 answers

How do i deploy a container instance to expose a static IP

I found documentation on how to deploy a static IP to a container group however I only have a single container instance. Where can I find out how to do this without having to configure a container group

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
647 questions
asked 2024-04-29T10:37:45.29+00:00
Christian O’Cadiz Gustad 0 Reputation points
edited an answer 2024-04-29T12:06:27.6433333+00:00
Sina Salam 3,966 Reputation points
1 answer One of the answers was accepted by the question author.

Mounting Files in a container instance doesn't work "VolumesNotFound"

Hi, I am currently trying to mount some files to my images. My Yaml file looks like this: version: '3.5' location: westeurope name: jitsimeetci properties: imageRegistryCredentials: - server: jitsimeet.azurecr.io username: JitsiMeet password:…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
647 questions
asked 2024-02-19T13:55:23.16+00:00
Kirsten Rode 40 Reputation points
accepted 2024-04-29T11:33:44.8533333+00:00
Kirsten Rode 40 Reputation points
1 answer

Containers are stuct in Waiting state.

A number of our containers have restarted over night and are now in waiting state it seems they are not able to pull the images and restart this has not happened before and the containers would restart without a problem and pull the images. These are our…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
647 questions
asked 2024-04-26T12:52:02.86+00:00
Jagadesh 5 Reputation points
answered 2024-04-26T13:15:08.68+00:00
v-vvellanki-MSFT 4,055 Reputation points Microsoft Vendor
1 answer

Unable to login azure resource with managed identity

Hello,   I follow this page to create azure cloud instance and test system managed identity.…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
647 questions
asked 2024-03-21T13:21:33.0533333+00:00
Sakit Atakishiyev 25 Reputation points Microsoft Employee
commented 2024-04-24T08:22:01.5266667+00:00
Joseph Beadle 0 Reputation points
0 answers

how to fix this error this request should return popup but it return this error(We`re Sorry! An Error has occured! Type: 500 Please try your request again, check the server logs, or contact the site admi) although i check logs but all query prams correct

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
647 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.
978 questions
asked 2024-04-23T08:10:17.2333333+00:00
Maha Mahmoud [Pharma] 0 Reputation points
commented 2024-04-24T07:22:06.8033333+00:00
Maha Mahmoud [Pharma] 0 Reputation points
1 answer

How to implement Managed identity in Azure Windows Containers

Hello, I'm trying to implement Managed Identity on a windows container instance, but seems not working since is not taking the default credentials, based on this documentation windows container is able to manage managed identities unless is specified…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
647 questions
asked 2024-04-22T23:07:21.51+00:00
Pavel Reynoso 0 Reputation points Microsoft Employee
answered 2024-04-23T14:18:00.5566667+00:00
vipullag-MSFT 24,541 Reputation points
1 answer

is it possible to migrate vmware virtual machine to container instances?

We´re a journey to the cloud i would like to know how to migrate from vmware virtual machine to container instances.

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
647 questions
asked 2024-04-19T17:32:49.0666667+00:00
Mohammad Moin 0 Reputation points
commented 2024-04-22T04:19:07.5+00:00
v-vvellanki-MSFT 4,055 Reputation points Microsoft Vendor
2 answers

Using Command Prompt to debug python scripts in my docker container

Hi I have published a docker container (Unix) in Azure. It's got some Python scripts on it that I want to run from my Command Prompt on my local machine. I have installed Azure CLI. I login via Command Prompt - using the usual: az login I then enter…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
647 questions
asked 2024-04-12T15:31:30.8433333+00:00
Vidar 21 Reputation points
commented 2024-04-18T13:19:11.15+00:00
vipullag-MSFT 24,541 Reputation points