690 questions with Azure Container Instances tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

How to best design secure network setup where ACI must write to SQL Server

I'm deploying an Azure Container Instance (ACI) and an Azure SQL Database in the same virtual network but different subnets. The database has a private endpoint in a third subnet. I've configured the ACI to communicate with the database using the FQDN of…

Azure SQL Database
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
asked 2023-10-25T15:12:33.6266667+00:00
Richard Haigh 45 Reputation points
accepted 2023-11-10T10:03:32.8366667+00:00
Richard Haigh 45 Reputation points
2 answers One of the answers was accepted by the question author.

Unable to start a Node.js Container image on Azure Spot Container Instance

I created a Node.js container image with several environment variables (3 of them are secured) that work fine on my local machine but not on Azure Container Instance (Spot Container). The portal indicates the containers are in a 'Waiting' state and gives…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
asked 2023-10-22T16:09:03.8733333+00:00
Mihir Rabade 20 Reputation points
accepted 2023-11-07T15:54:29.5433333+00:00
Mihir Rabade 20 Reputation points
3 answers One of the answers was accepted by the question author.

Failing to create blob container from my C# program while using Access Key Connection string.

I started exploring Azure. I set up my Azure account, Resource group, created storage account. I try to create Blob container from my C# program: I am using 'Connection string' from Storage account Access key to access the Storage account and create…

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,257 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,787 questions
asked 2021-11-15T07:03:08.393+00:00
JSlaby 26 Reputation points
answered 2023-11-07T11:14:33.0833333+00:00
Adrian Lluna-Dolz 0 Reputation points
1 answer

Container Instances - Running commands and websocket woes

Hi there! I have been trying to run a command inside my Azure Container via the REST API. The command is rcon-cli which in theory starts a shell where I can run commands into my app. I tested this on the azure portal, and it works perfectly. I am…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
asked 2023-11-01T17:06:40.9833333+00:00
Ephraim Dawson 26 Reputation points
answered 2023-11-06T23:03:22.9733333+00:00
deherman-MSFT 36,831 Reputation points Microsoft Employee
1 answer

can i get the fqdn in the private connection in azure container isntances

How to access the private aci connection how i can access the fqdn in private connection in azure container instances

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
asked 2023-09-15T11:51:47.2966667+00:00
37296779 0 Reputation points
commented 2023-11-06T11:13:20.8366667+00:00
Luis Arias 6,541 Reputation points
1 answer One of the answers was accepted by the question author.

Do we need license for using Windows OS as container image in Enterprises?

hello, We are new to Azure. I am working on containerizing the web app in Azure. While doing it, do we need to purchase a license for using the windows OS for our container image in our Enterprise. If means How to get the license? thank you.

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,310 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
asked 2023-10-24T19:04:07.28+00:00
kan jag 20 Reputation points
accepted 2023-10-30T19:32:08.81+00:00
kan jag 20 Reputation points
1 answer

500 error after starting docker container instance

I'm getting a 500 error after starting a Docker container. I can see that the website is running from the command prompt into the running Docker using CMD. C:\inetpub\wwwroot>\Windows\System32\inetsrv\appcmd.exe list site SITE "Default Web…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
Internet Information Services
asked 2023-10-16T18:29:50.7866667+00:00
James Baron 0 Reputation points
commented 2023-10-23T17:08:29.0466667+00:00
MotoX80 33,376 Reputation points
0 answers

Azure container instance getting stuck in "Repairing" state.

Hello, I have created a container group with the following properties: Location: South Central US SKU: Standard OS type: Linux Within it, there is a container instance with the following properties: CPU cores: 1 Memory: 16 GiB GPU SKU: K80 GPU…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
asked 2023-06-22T15:25:34.8366667+00:00
Arturo Velázquez 5 Reputation points
edited a comment 2023-10-23T16:08:13.27+00:00
Arturo Velázquez 5 Reputation points
1 answer One of the answers was accepted by the question author.

Specify capabilities for Azure container instance ?

I would like to use sys_ptrace for my container instances. How do I specify it in the configuration yaml file? Is there a documentation I can refer to for the full set of capabilities supported in ACI?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
asked 2022-01-08T16:02:40.527+00:00
elixir 21 Reputation points
edited the question 2023-10-20T09:18:16.19+00:00
Prrudram-MSFT 24,366 Reputation points
1 answer One of the answers was accepted by the question author.

Connection between VM in Azure vnet and container on AKS Virtual node

Hello, Could you please help me find a solution to establish connection from my VM in Azure vnet to a container on AKS Virtual node (CNI Network)? The container is listening on a specific port, but it's IP in ACI CNI network is not reachable from VM's…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,073 questions
asked 2023-10-03T13:39:47.0566667+00:00
Ivan Borisov 50 Reputation points
commented 2023-10-11T12:54:56.81+00:00
Ivan Borisov 50 Reputation points
1 answer

Communication problem from outside for an ACI which uses vnet and subnet from another RG

Hello, I created an Azure Container Instance in x resource group via az cli. I used vnet and subnet from y resource group. Both resource groups are on same subscription. Now I am not able to connect ACI from outside. While if I create ACI from GUI and…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
asked 2023-10-05T09:17:59.23+00:00
Ali, Irshad 0 Reputation points
commented 2023-10-11T06:17:00.5933333+00:00
vipullag-MSFT 26,211 Reputation points
2 answers

The container group is still transitioning, please retry later.

Hi, This morning I'm unable to start my container, any attempt fails with the error message : "The container group is still transitioning, please retry later." But the status of the instance in the portal is "Succeeded" and the…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
asked 2023-09-25T08:12:33.9566667+00:00
34631689 10 Reputation points
answered 2023-10-08T06:06:42.76+00:00
Rob Smith 0 Reputation points
1 answer One of the answers was accepted by the question author.

ACI stuck in waiting status when I add a private endpoint to storage account

Hello, I have a file share in a storage account to store the files of my azure container instance, For security reasons I put it all in Vnets : One subnet for the storage account One subnet with delegation for the container instance I wanted to add…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 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.
3,105 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,401 questions
asked 2023-05-31T09:25:34.8666667+00:00
Guillaume LOR 20 Reputation points
commented 2023-10-06T12:06:53.34+00:00
Craig Blackman 25 Reputation points
2 answers

Pull ACR image from ACI using user managed identity

Hi, I have a ACR with "Networking" and "Admin Credential" as Disabled. Also I have a User Managed Identity with AcrPull role assigned to the ACR. When I try to create a Container Instance with next command, the ACI start to be…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
asked 2023-09-15T10:27:21.9066667+00:00
David Aguado Fernandez 0 Reputation points
commented 2023-10-06T08:40:05.78+00:00
David Aguado Fernandez 0 Reputation points
1 answer

APIErrorException: (InvalidImageSize)

I am working on face recognition using azure face Api. I have two sets of data. 1, students data(contain one images of per student I have 100 students total) 2, CCTV frames data(contains photos of CCTV feeds that has students faces I have 10…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,846 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,787 questions
Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
161 questions
asked 2023-09-25T13:09:23.95+00:00
Vijey Rohan Munuswamy Sumithra 5 Reputation points
edited the question 2023-10-05T10:23:57.81+00:00
VenkateshDodda-MSFT 19,976 Reputation points Microsoft Employee
1 answer

Does metadata fetch like ECS_CONTAINER_METADATA_URI_V4 in ECS Fargate

We have a specific use case where we need to fetch within the running container instance using https://management.azure.com/subscriptions/<subscriber-id>/resourceGroups/<resource group id>/resourceGroups/<resource group…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
asked 2023-10-03T10:46:44.11+00:00
NS 40 Reputation points
answered 2023-10-04T06:13:08.5566667+00:00
vipullag-MSFT 26,211 Reputation points
1 answer One of the answers was accepted by the question author.

What is the best practice now for deploying a Spring Boot App on Azure?

Hi, I am new in Azure. I am learning and practicing how to deploy my application onto Azure, but there are so many services in it and caused me confused. For example, if I have a management system for a small company, Spring Boot 3 app as backend, and a…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,073 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
121 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,663 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
902 questions
asked 2023-10-01T06:38:27.8133333+00:00
Yishen Yang 20 Reputation points
commented 2023-10-02T07:39:13.6966667+00:00
Yishen Yang 20 Reputation points
1 answer One of the answers was accepted by the question author.

Is it possible to create mutiple network interface pods in aks?

Hi, I need to create multiple interface for pods in AKS. Multus is not supported in AKS, am I right? is there any other CNI that is compatible with AKS to create multiple network interface pods?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,401 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,073 questions
asked 2022-02-20T05:16:29.66+00:00
Vigneshwaran S 31 Reputation points
edited a comment 2023-09-22T03:57:35.0566667+00:00
Lax 0 Reputation points
1 answer

How do I configure an ACI which is container group to access an Azure Postgres Server?

Hi, I'm a bit green around the ears when it comes to Azure. I have a YMAL file that creates a container group with two Linux containers: the application and the other a sidecar for TLS. The application I am running is FlowiseAI, which can connect and…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
asked 2023-09-13T04:26:05.8966667+00:00
Travis Polland 0 Reputation points
answered 2023-09-20T05:45:47.1466667+00:00
vipullag-MSFT 26,211 Reputation points
4 answers One of the answers was accepted by the question author.

Azure ACI with Private ACR and selected public network is not working

I have created a private Azure container registry with premium tier, there I have created a private endpoint in a V-net and uploaded a docker image. After that I went to the 'Public access' section and chosen 'Selected networks' instead of All networks…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
446 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
asked 2020-12-10T06:11:50.69+00:00
Md Farman Khan 36 Reputation points
commented 2023-09-13T20:49:07.88+00:00
porrascarlos80 0 Reputation points