681 questions with Azure Container Instances tags

Sort by: Updated
0 answers

Display data on screen with console in C #

Hello: In an interface made only in console mode in the C # language, I want you to read me through the serial port some numbers from 0 to 1023 which are, for example, in six parts. For now only the image is shown. C # console window. ![1655584][1] This…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
asked 2021-02-20T07:28:13.007+00:00
Metaconta 66 Reputation points
commented 2021-02-26T07:18:21.173+00:00
prmanhas-MSFT 17,891 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Container Instance cores

I deployed an Azure Container Instance (Windows based) defining 4 cpu resourse request. I have poor perfomance on a task that requires multicore. I connected to container and checking cpu i see only two cores What's wrong?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
asked 2021-02-21T18:05:43.547+00:00
Erasmo Solazzo 56 Reputation points
accepted 2021-02-24T17:39:07.867+00:00
Erasmo Solazzo 56 Reputation points
1 answer

multi-container unit was not started successfully while trying to run docker-compose

What is the right way ot get full logs and understand root cause of "multi-container unit was not started successfully"?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
asked 2020-12-08T22:23:48.923+00:00
Tom Jones 6 Reputation points
answered 2021-02-24T02:10:49.053+00:00
TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
1 answer

GLUEing an AZURE SQL DB (no server) and external MySQL DBs

Asking an architectural question: What are possible strategies to build a simple ETL process that regularly calls few external MySQLs and then drop obtained data into a Azure SQL DB?? (prefer not to have a full SQL server to manage external…

Azure SQL Database
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,793 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,043 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,044 questions
asked 2021-02-17T17:58:09.96+00:00
PdrTechs 1 Reputation point
commented 2021-02-23T00:25:51.867+00:00
Navtej Singh Saini 4,221 Reputation points Microsoft Employee
1 answer

ManagedIdentityCredential not working from Container Instance

Using Azure.Identity SDK 1.3 in an Azure Container Instance fails when trying to use a managed identity with the message "ManagedIdentityCredential authentication unavailable: No Managed Identity endpoint found" Enabling a System Managed…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,000 questions
asked 2021-02-12T18:20:20.34+00:00
Steve Hayles 6 Reputation points
commented 2021-02-19T18:42:24.557+00:00
JamesTran-MSFT 36,566 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

PHP web app: replace Windows container with Linux one

Hi, is it possible? I am particularly not interested in deleting the app 'cause existing *.azurewebsites.net domain must be preserved. I have issues with .htaccess (rewriting) as well as php.ini settings. Thanks!

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
440 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,541 questions
asked 2021-02-16T19:04:55.077+00:00
Alexander Hitrov 21 Reputation points
accepted 2021-02-17T20:40:17.47+00:00
Alexander Hitrov 21 Reputation points
2 answers One of the answers was accepted by the question author.

Deploy ACI in VNet with IPv6

I'm trying to deploy an Azure Container Instance to a VNet via Azure CLI. It works just fine as long as the VNet is only IPv4. However, when I use a VNet with an additional IPv6 address space, the same CLI command will result in an unspecific error: …

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
asked 2021-02-12T09:03:50.777+00:00
Rene Schulz 21 Reputation points
accepted 2021-02-15T11:01:53.06+00:00
Rene Schulz 21 Reputation points
1 answer

Requested resource is unavailable.

Hi, Im getting issues with deploying a container instance, the error i am getting is: ##[error]ServiceUnavailable: The requested resource is not available in the location 'westeurope' at this moment. Please retry with a different resource request or in…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
asked 2021-01-14T10:29:15.17+00:00
Julie Vojczekhovskiy 1 Reputation point
commented 2021-02-10T10:07:06.23+00:00
Charagandla, Rajesh 1 Reputation point
1 answer One of the answers was accepted by the question author.

devalored new PowerShell

Dear All, Can you someone help me to Get Azure VM snapshot list for unmanaged blob storage using PowerShell. I have developed the below one but not working. $subs = Get-AzSubscription Foreach ($sub in $subs) { select-AzSubscription $sub | Out-Null …

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
asked 2021-02-08T15:38:16.843+00:00
Kalaimani Thirupathi 411 Reputation points
accepted 2021-02-09T12:47:17.81+00:00
Kalaimani Thirupathi 411 Reputation points
1 answer

Azure Bastion | Cannot install packages

The following is my Infrastructure on Azure cloud Kubernetes cluster with AKS Bastion host to make AKS private Everything was first till a few days ago (I am deploying a new cluster from scratch now) The cluster with bastion host and others…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
Azure Bastion
Azure Bastion
An Azure service that provides private and fully managed Remote Desktop Protocol (RDP) and Secure Shell (SSH) access to virtual machines.
253 questions
asked 2021-02-01T07:31:05.983+00:00
Mihir Shah 1 Reputation point
answered 2021-02-02T22:16:47.313+00:00
Marilee Turscak-MSFT 36,786 Reputation points Microsoft Employee
1 answer

Azure Container Registry Instance without pull authentication

Hi Team, I want to create a new Azure Container Registry and we dont want any authentication to be set to pull the images. Means I will set Role AcrPush to authentication(App Registration Name) If i wont set AcrPull Role to any credentials. Can I…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
440 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
asked 2021-01-29T13:52:25.547+00:00
Madanala, Jayashree 151 Reputation points
answered 2021-01-29T23:53:09.147+00:00
TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
1 answer

AzureMLCompute job failed: container registry failed unexpectedly: container setup task failed

Hi, Could you please help me with running python script in azureml environment? I created the workspace and azure container registry and pushed docker image to the container. This is the example of dockerfile: FROM python:3.7 RUN pip install…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,788 questions
asked 2021-01-18T19:55:29.247+00:00
Momir Beljic 6 Reputation points
commented 2021-01-29T08:53:14.617+00:00
Ramr-msft 17,736 Reputation points
1 answer

Data lake storage Gen2 - "This operation is not permitted as the path is too deep.", 409, PUT.

Hello, I am experiencing an issue which I can't seem to find documentation for. I am attempting to write a directory which is >= 60 && < 255 path segments '/' long, into a container in an ADLS Gen2 storage. If I try to create…

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,446 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
asked 2021-01-18T14:48:28.91+00:00
Gareth Johnston 6 Reputation points
commented 2021-01-28T05:41:56.28+00:00
HarithaMaddi-MSFT 10,136 Reputation points
1 answer

Azure Container Instance Installing System Requirements

I would like to deploy a model in Azure Container Instances in Azure ML (classic). So, the score.py script I will be providing needs to use librosa library. However, I need to install ffmpeg on the docker image to use Python's librosa library. So my…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 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,044 questions
asked 2020-10-14T09:59:00.607+00:00
Berk Öztürk 6 Reputation points
commented 2021-01-27T16:17:01.367+00:00
Hai H. Tran 1 Reputation point
1 answer

Is it possible to take a ML Azure Container Instance from the registry and deploy it elsewhere?

Hi, I was wondering if it was possible to take a ML Model deployed to a container instance and then take that and deploy that in docker elsewhere. I have managed to sync a repo with the Azure registry and download the container which was created in…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,788 questions
asked 2021-01-13T16:21:42.053+00:00
Philip Brown 6 Reputation points
answered 2021-01-15T18:26:56.77+00:00
GiftA-MSFT 11,166 Reputation points
1 answer

How to migrate ACI to AKS

Hi Team, We are in a situation to migrate Azure Container Instance to Azure Kubernetes service. Please suggest our actions. I see that from the articles provided by Microsoft Azure, suggests that the migration from existing ACI to AKS is not supported.…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 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,044 questions
asked 2021-01-07T10:25:06.03+00:00
Girish Prajwal 706 Reputation points
commented 2021-01-11T12:43:01.62+00:00
Girish Prajwal 706 Reputation points
1 answer

Storage option (pvc) available in AKS

Hi Experts , Was looking for all possible persistent storage (PVC) available in AKS for container deployment and if support multiple read/write features. I can find option in link https://learn.microsoft.com/en-us/azure/aks/concepts-storage but it…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 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,044 questions
asked 2021-01-07T11:23:06.923+00:00
Baharul Islam 216 Reputation points
answered 2021-01-08T01:25:40.44+00:00
Baharul Islam 216 Reputation points
1 answer

Why does the GPU container not have Virtual Networks enabled? When will this security issue be fixed?

The GPU container instance has been in preview for almost 3 years. Why does it not have Virtual Networks enabled? When will this security issue be fixed?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
asked 2020-12-30T13:43:31.58+00:00
Jeremiah Jeschke 21 Reputation points
commented 2020-12-31T14:44:15.183+00:00
SUNOJ KUMAR YELURU 14,036 Reputation points MVP
1 answer

How to create a ContainerGroup with the Azure SDK for Javascript

I have working code to create a ContainerGroup using the deprecated Azure SDK for Node, and I am trying to update it to the Azure SDK for Javascript. In the old code, I create a new Container as "new client.models.Container()", fill in fields…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
asked 2020-12-04T22:44:49.147+00:00
Richard Hussong 1 Reputation point
answered 2020-12-28T13:39:22.9+00:00
prmanhas-MSFT 17,891 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Domain join Azure ACI and Deploy ASP application on Azure ACI with windows authentication to on-prem sql

In on-premises ,i have an ASP application connecting to SQL . The SQL will remain on-premises , but Web app will be moved to azure. Our on-premises is connected to azure network using Express Route 1)if i deploy my ASP docker image to Azure Container…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
681 questions
asked 2020-12-16T06:52:16.86+00:00
MS Techie 2,701 Reputation points
accepted 2020-12-26T08:43:48.42+00:00
MS Techie 2,701 Reputation points