Container application inheriting environment variables
I have the question about how the container application revisions can inherit the environment variables. I am publishing my aspire project through visual studio. I have noticed that everytime I publish it, it will create a new revision, which will clear…

Create SSL Binding for my custom URL runs for over 30 minutes then fails
I have added the TXT and A record to my custom domain, and it verifies, but when I have it try to bind the SSL it runs for 30 minutes or more and does not work.

Bringing up Container Apps environment in our VNET fails (IaC Pulumi)
We want to bring up Container Apps environment in our VNET. This doesn't work and it keeps on timing out. We're using Pulumi as our IaC tool. We want to bring up this environment in a private subnet which is currently not working. We need help with…
Twice restarts required
Hey, I have a yaml file, to which if I make the changes and save, firstly it gets generated in the local and then it is uploaded to the fileshare in the storage account. I have checked everytime the newly local file with all the changes I require is…
Mis show azure container app logs
Hi All, I have 4 Azure Container App and setup the same configuration then store one Azure Log Analytics workspace and one Azure Storage account as below: Enable Diagnostics Settings for Each Container App Use command : az containerapp logs show…
Azure Container App routing over one VPN gateway, not routing over second
We have an Azure Container App sitting on VNET subnet. We also have a VNET Gateway we're using as a VPN device to connect S2S to two different sites. The container app is able to route to one site without issue, but isn't routing to the second. Both…

Azure Container App Unable to Reach On-Prem Database via Private DNS A Record
Azure Container App Unable to Reach On-Prem Database via Private DNS A Record Issue: Our Azure Container App is unable to connect to an on-premises database server that is registered using a Private DNS A record. A site-to-site VPN is configured and…

Behaviour of Scheduled Job (Cron) when a previous job is running and new one is triggered
I have a job scheduled in container app jobs to execute after every 5 minutes. Suppose a job is triggered at 11:00 a.m. Now before this finished another job is triggered at 11:05. What will happen to the previously running job. Will it get terminated or…
'Bad Request This combination of host and port requires TLS.' issue calling springboot app running as azure container app
Hi Im facing 'Bad Request This combination of host and port requires TLS.' issue calling a springboot application deployed as azure container app. This springboot application is running on https and ssl enabled. The container app has ingress enabled. Im…
How to fix custom domain binding with SSL certificate in our container app
Hello, We are trying to add an ssl certificate and a custom domain to our container app configuration, but we have encountered problems. The site keeps returning an error PR_CONNECT_RESET_ERROR. Can you help us fix our configuration?
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…
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…
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…
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…
500: Internal Server Error on Azure Container App correlation ID: a12af57d-832a-0f7c-479a-94e70a82ce42
I am trying to deploy to my Azure Container App, but the terraform fails when trying to retrieve secrets for the container app. It was deploying fine last week and I haven't made any terraform changes. I am just deploying new code. The Azure health page…
SSL Certificate Error with Custom Domain in Azure Container Apps
Hey, I setup an Azure Container App with a custom domain and a managed SSL certificate. Now, when I try to access the domain, I get the following error using Firefox "An error occurred during a connection to <MY-DOMAIN>.…
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…
Error deploying Aspire app, failure to deploy dashboard
I'm getting an error trying to deploy an Azure container app from aspire using 'azd provision' I've configured the bicep so that the container apps environment is 'consumption only' and inside a vnet. The error I get on provision or if I manually try and…
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.…
POST request body is an empty string during service invocation between Dapr sidecars
Hi, I have deployed two services on Container Apps, both setup using Fastify, both with Dapr enabled. I cannot seem to get the POST requests between the two services working. If Service A make a POST request with a request body to Service B, the…