Route Traffic to Azure Container Apps
Hi Team, I have an azure container apps and its associated container environment deployed in internal vnet, how to route the traffic from azure internal load balancer (created by default when ACA creation), to the containers running in the environment.…

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…
App container located in northeurope with reduced signalR performance
I have a number of azure app containers running in the region westeurope. We have a database and Azure SignalR service running in northeurope that's being used by the container apps. To reduce database latency we created a new app container…
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…
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…

Container app traffic restriction
In trying to strengthen the security on a resource group (containing app services, container apps and other resources) I tried to further secure the container apps with a network security group. However, it seems like this is no longer possible as the…
How do we control the number of replicas per instance in a container app?
We would like to have one replica per instance, with additional replicas raising additional instances. However it seems to ignore our scaling settings, and it seems to be sending all the reuests to one replica at once. We are using Azure Storage Queues,…
InvalidAudience error during websocket requests to Azure resources
This might just be a transient issue, today we started receiving "401 Unauthorized" responses from the Azure Portal and the Azure CLI when trying to interact with our container apps. Specifically when trying to view log streams or connect to…
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?
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.
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?

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…
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 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…
(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 …
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…
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…
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.…
