Why am I unable to link container app as a backend api on a static web app?
I have a functions app, hosted as a container app. I'm trying to use it as the api of a static web app. When I go to link it, I get an error stating that I don't have permission due to a deny assignment on the resource group. When I created the function…
Azure Container Apps to Azure SQL Database
Hi. I am having great trouble connecting my app deployed in Azure Container Apps to Azure SQL Database. I have been able to successfully access the Azure SQL Database, or at least I think. However, perhaps when I try to login via Azure SQL Server…
az containerapp create parameter --registry-identity, what is it?
Hi, I am trying to create a containerapp with az cli using the following params az containerapp create --name aca-az2003 --resource-group $RG1 --environment environmentforacontpps --registry-identity $spID --registry-server acraz2003.azurecr.io --image…
(ContainerAppInvalidVolumeMount) Invalid Request: Volume '' to mount doesn't defined in the Container App 'xxx'.
I have created a container app and a file share following these instructions: Tutorial: Create an Azure Files volume mount in Azure Container Apps | Microsoft Learn After exporting the yaml, I added : volumeMounts: - name: simplemq …
Is it possible to use Azure Container Apps Spring Admin Java component in a private network?
I'd like to use the Apps Spring Admin Java component in my Container App Environment (CAE), but the generated Spring Admin URL appears to be a public URL. Our CAE is private (i.e., not publicly accessible). Is there a way to access the Spring Admin…
Jobs Getting Suspended in Azure Container Apps (KEDA Queue-based Triggered)
Some of our Azure Container App Jobs are being suspended unexpectedly. The logs show "Suspending Scale Job: jobname". We expect that this issue is related to the scaling of the job executions. The jobs are triggered via KEDA based on messages…

How to connect to a containerapp on azure from s2s vpn
I need help connecting to a container app on azure from a site to site VPN. What I have done: Create a Site to Site VPN which connects from our office site to the Azure cloud. I have proved this works by creating a Virtual machine in Azure and…
Azure Function Container App not Scaling down
Hi all, I am having a problem with one of my Azure Container App functions. The function is subscribed to Service Bus Topics. My problem is that the Function is not scaling to Zero despite not having any messages in the topics. Any suggestions on…
Deploy container apps with same static IP for ingress and egress traffic
I have deployed container apps with workload profiles and NAT gateway for eggress, but there's currently separate IPs for ingress via load balancer and eggress via NAT gateway. What is the correct way to get same IP for both?
My Container App starts ok, but then I see an error, ingress routes not ready
Deployed App, to Container App Env. I can see it started ok, according to its logs. Shortly after it looks like it wants to set traffic to 100% and then I see this in the logs: Error : ingress routes not ready",ContainerAppFailure It tries…
How to trigger a container app webhook that is running inside a privat vnet by an event grid webhook subscription?
I have a container app running inside a private vnet. I want to set up an event grid subscription webhook to trigger this app without opening up the container app to requests from the public internet.
Feign call 'SSLException: Unsupported or unrecognized SSL message' issue when calling b/w container apps using eureka
Hi I have deployed SpringBoot microservices as azure container apps and registered(binded) them with Eureka(managed Eureka Server for Spring in Azure Container Apps). I'm making inter microservices (making http calls b/w containers)calls using feign…
Azure Container App Down
We had two app containers configured on the same environment go down suddenly. They both pull from the same Azure Container Registry. These apps have been deployed many times and run without any configuration changes for months prior to going down.…

Azure Container App creation fail with operation expired
I create azure container app but it failed with operation expire. No revision created so I cannot see log. I have no clue where I can check detail of error. Do you have any idea?
Authentication not granted first 24 hours after Azure Container app Job event driven scaling
When we deploy our Azure Container App job, the first 24 hours the event driven scaling rule doesn't have permission to look up messages on our Azure Service bus Queue. After that time, the info-log in the Azure container app jobs goes away and it starts…
revision is getting Activation error for a Container App
My container app is linked to an image in azure registry. The app works fine in local but the revision gets an Activation error. Following similar topics in the forum, already this the following steps: I assigned a Managed Identity to the container app…

How to Configure Custom Domain Names for Individual Azure Container Apps in the Same Environment?
Several container apps are hosted in a single Azure Container Apps environment, sharing the same IP address. The goal is to assign different custom domain names to each Container App while ensuring proper traffic routing. What are the recommended…
Migrate spring app to container app, how to deploy new code with .jar in container app
Azure Spring Apps retirement on 31/3/2025, and we need migrate it with container app. And when we click migrate, it create a new container app. But when we want to deploy the code with .jar, it always show upload failed without any error. And we try to…
KEDA: How to configure scaling on Azure Container Apps based on Ephemeral Disk Usage (or other) metrics
I've read that exists support on ACA (Azure Container Apps) for multiple keda scalers. I couldn't find any resources that has an example of how to use Metrics API (or other sources) to setup the autoscaling for my workload. Basically I want to scale…
How to switch user in debug container?
The documentation about debug containers mentions that it is possible to switch the user inside the debug container by running the following command: switch-to-app-user Full quote: By default, debug console runs as root user. You can access /proc/1 to…