python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Deploying docker-compose application on Azure Serverless
I have the following application running on a Cloud VM. That is proving to be not economical.
As you can see this is a collection of different images. Is there a way to run this application on Azure ...
Abhishek Rai
Votes: 0
Answers: 0
"ACI integration does not support labels in compose applications" but I don't specify any Service labels
So I'm trying to deploy a composed set of images, (one is local and is being built the other is being pulled in from a container registry I control) to a docker container instance on Azure.
I login to...
Josh Bell
Votes: 0
Answers: 1
How to use Subnetid parameter with New-AzContainerGroup Powershell Cmdlet?
I am testing creating an azure container instance group via an automation job which works, but in order to meet my requirements I need it to be attached to one of my configured VNETS, rather than usin...
Fognar777
Votes: 0
Answers: 1
Get ACI container image without using ACR username and password in Azure Logic App? i.e. using Managed Identity
I am using Logic app to create ACI Container group. I want to use managed identity to pull the container image from ACR, instead of using UserName and password to connect to the ACR as shown below. Ho...
Dadwals
Votes: 0
Answers: 1