How can I maintain my server?
Is there any threat or action after which we will lose access to this server(GPU quota)?
How to user details of a user from Azure storage via emailId, get all users of a group.
I want to know is there any way to get user details of a user by providing user emailId via Azure Management Api's. Any azure api to fetch groups and members of that groups?
Windows container stuck in "waiting for container to be ready"
I am trying to deploy a container to an azure app resource. I am able to run the container locally. However, when I try to deploy the app and use it, it can no longer find the certificate path. it says no file is in location…
Enable HTTPS for ACI Windows container
I'm struggling to work out how I might enable HTTPS for a Windows container hosted on ACI. I thought a sidecar (Nginx or Caddy) sounded like a good way forward, but unfortunately multi-container groups are not supported for Windows containers. Also,…
The resource with name 'name' and type 'Microsoft.ContainerRegistry/registries' could not be found in subscription
I am working on a script where I want to run az acr import. The command tries to list the repository but fails with the error: The resource with name 'name' and type 'Microsoft.ContainerRegistry/registries' could not be found in subscription As you can…
Using Managed Identity in Azure Container Instances (ACI) - GA Timeline Inquiry
Managed identities in Azure Container Instances (ACI) are currently in preview. What is the estimated timeline for when this feature will reach General Availability (GA)?
Getting InvalidStorageAccountKey error while deploying ACI
I'm trying to deploy an ACI with a mounted Azure File but keep getting an error that the storage account key is invalid. For context. I have successfully deployed other ACIs with volumes hosted on the same storage account and using the same key without…
Does Azure container instance support Instance metadata /medata/instance
When I try to access the Instance Metadata endpoint by execing into the container instance, I get the following error SandboxHost-638313869729567099:/# curl -v -s -H Metadata:true --noproxy "*"…
The image 'microsoft/azure-vote-front:cosmosdb' in container group 'aci-demo' is not accessible.
When I tried with the following learning path, an error occurred. I contacted you from the feedback of the learning pass, but there is no response. Please tell me how to resolve the…
HTTP2 does not go till the end
Hello all, I believe that there is a claim that Azure supports http/2 and indeed there is such a switch as documented here: https://azure.microsoft.com/en-us/blog/announcing-http-2-support-in-azure-app-service/ This works for the connection…
Log Analytics Webspace against ContainerInstanceLogs has no entry Container IP
Can anyone suggest, issue i am facing is that i need to set an alert that if my container restarts, it should retain the assigned IP, otherwise it should send an alert. However to enable such alert, I am unable to find my ContainerInstanceLog containing…
How to containerize a python application and deploy it in AKS
How can I create Docker file or containerize a python application and deploy it in AKS
I would like to have an static private ip infront of Container instance
I have an usecase, Where I need to have an Container instance which will be doing some processing but whenever we push new image to ACR and restart the Container instance it is getting new private ip. So to handle this scenario, I need to have an static…
Use a GitHub secret for azure/container-apps-deploy-action@v1
In GitHub, we have a step azure/container-apps-deploy-action@v1. We purchased a Fontawesome license and now need to pass the key from GitHub secrets to the Dockerfile used in this step. We tried different options. For example: ... - name: Deploy…
How to create a docker file for angular application to host on azure container instance
How to create a docker file for angular application to host on azure container instance
we have our Azure web apps and this had an issue yesterday .the node was low on memory and front end stopped .
we have opted for Azure -Pay as you go plan . Yesterday the warnign came : node was low on resoure memory .Threshold quantity 750Mi , available 703984Ki.Container was using 1584984Ki request is 500Mi, has larger consumtion of memory. The application…
data4gfm Datastore 'Mount Failed' for GFM_SYNAI compute instance
I am getting a 'Mount Failed' error, trying to mount the data4gfm Datastore in a GFM_SYNAI compute instance. It appears the failure is due to a container that is not running? Here is the error message: Failed to copy config.json: command 'docker exec…
How to set hostname for containers in Container group
I was a defined a container group with 6 containers. Each container depends on another container by using the hostname of that container. For example: Container A contains DB with port 3306 Container B used DB connection like jdbc:mysql://A:3306/…
How to create a JavaScript code interpreter using custom container sessions
Hi, I would like to know if you have a step by step guide to create a javascript based code interpreter with custom container sessions; currently the one you have available for easy configuration only works for python.
Dockerfile does not work on Azure but works on local machine
The problem I am having is that when I open a bash shell in the container my app is not there (the app folder does not exist). Exact same Dockerfile works fine on my local machine as specified below. Generally, I've followed instructions from this link…