ACI Instances Unable to Pull Images from ACR
Hi Team, We are experiencing a strange issue: most of our ACI instances are unable to pull images from ACR. This setup was working fine before, but now the problem is occurring frequently, preventing us from scaling up. This is urgent. The image size is…
Azure Container Instances
Unable to Identify Cause of Outage in Azure Container Instance
The metrics indicate dashed lines during a specific time period. My application log reveals that the container is terminated, but the Azure events log show no information about it. The storage account was checked for quota limits, and there are no…
Azure Container Instances
Container deployment stuck for hours today
THe deployment is stuck for hours. is there any issue with azure today ? THis didnt happen before. Please help me with this . also the existing containers are also not starting up.
Azure Container Instances
Azure container instance failing to authenticate with user assigned identitty
I’ve enabled virtual nodes in AKS and deployed the same application on both the Linux user node pool and the virtual nodes. The application needs to read values from Azure App Configuration using a user-assigned managed identity. I’ve assigned this…
Azure Container Instances
How to fix (Code: RequestDisallowedByAzure, Target: smartmod), tried all the region available for student account.
Resource 'smartmod' was disallowed by Azure: This policy maintains a set of best available regions where your subscription can deploy resources. The objective of this policy is to ensure that your subscription has full access to Azure services with…
Azure Container Instances
Persistent Fix IP for Azure Container Instances in VNet
We are currently running two Azure Container Instances inside the same VNet and Subnet: One container runs our backend service. The other container runs Nginx. These containers communicate with each other and with external systems. However, the issue is…
Azure Container Instances
Can not delete aci network profile
I’m trying to delete the network profile aci-networkProfile-eastus The az network profile delete command returns the error: (NetworkProfileAlreadyInUseWithContainerNics) Network profile ... is already in use with container nics…
Azure Container Instances
Persistent Fix IP for Azure Container Instances in VNet
Hello Azure Support Team, We are currently running two Azure Container Instances inside the same VNet and Subnet: One container runs our backend service. The other container runs Nginx. These containers communicate with each other and with external…
Azure Container Instances
Deployment Failed for requesting ACI service
ACI Service request failed. Reason: The client 'd84bec62-6da7-4b25-a462-89951d29b90b' with object id 'd84bec62-6da7-4b25-a462-89951d29b90b' does not have authorization to perform action 'Microsoft.ContainerInstance/containerGroups/write' over scope…
Azure Container Instances
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 Instances
Setting up Application Gateway for AKS
Hi, I want to place an Application Gateway as my entrypoint for my app hosted in AKS. Let me explain my setup: I have nginx ingress controller with external ip and this ip is used in my 2 ingresses, each for web app and api. Ingress also contain my…
Azure Container Instances
Apply Personal SSL Cert to CDN
I received the notice that I need to swap out my Microsoft-provided SSL for our CDN for our own SSL cert, which I have and use with other Azure services, but have struggled with them every time because the documentation is never accurate. I'd appreciate…
Azure Container Instances
Config map does not appear on Azure container group profile
I'm following these docs to create an azure container group profile that I can use in a standby pool later on. However the config map I specify either in the profile, or when requesting an instance do not appear in the container. Command used to create…
Azure Container Instances
Container instance with managed identity is not working with storage account and other Azure services
Hi. I'm facing issues with container instances for 2 subscriptions in East US. Code deployed to container instance is using managed identity access to storage account, and to Azure AI services multi-service account. Beginning from 9th of March managed…
Azure Container Instances
azure aci in waiting state
Azure aci is showing in waiting state. Eve restart did not work. Also when trying to deploy again, it is getting timed out after 30 mins every time with the message below : (None) Subscription deployment didn't reach a successful provisioning state…
Azure Container Instances
Azure Container Instance terminated but the container is still transitioning
Goodmorning, I have some ACI resources that, randomly, as far as I can tell, complete with success as shown by logged events but the container is stuck in "the container is still transitioning...". The error seems not to resolve withing some…
Azure Container Instances
Azure Container issue pulling images on restart
In the last 24 hours I have started getting the following error message and cannot restart my containers because of this error. There is no other information to go on and this is happening in more that on Azure Account and multiple subscriptions. …
Azure Container Registry
Azure Container Instances
ACR Tasks requests for the registry testweb and b6abc0d1-bfc5-46ed-90b2-fa72aa995441 are not permitted.
I am trying to build an Image using sample docker file but it is giving me below error ACR Tasks requests for the registry testweb and b6abc0d1-bfc5-46ed-90b2-fa72aa995441 are not permitted. As per allowed capability i should be able to
Azure Container Instances
How to fix Terminating due to java.lang.OutOfMemoryError: Java heap space error
My application is restarting multiple times with Terminating due to java.lang.OutOfMemoryError: Java heap space error. my configuration is like below , Please help on this - name: JVM_OPTS value: -Xms5G -Xmx5G -XX:MaxMetaspaceSize=1024m…
Azure Container Instances
Azure
How to set Container Instance to higher than 4 CPU 8GB
The Azure Container Instances documentation (https://learn.microsoft.com/en-us/azure/container-instances/container-instances-resource-and-quota-limits#standard-container-resources) says that the Generally Available Limits are 4 CPU, 16 GB memory, and 50…