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…
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…
Azure Container App Dapr POST request empty body
I'm having two Azure Container App services, both are Django with uWSGI. The first service (called Service A) has a POST request path /call-b/ which when called will forward the same JSON body to second service (Service B) at path /process/. The issue is…
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…
'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…
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…
Azure Container App Not Scaling Down to Zero
Issue Description I have an Azure Container App that is not scaling down to zero. The app consists of two containers: FusionAuth (deployed on an internally exposed port). NGINX reverse proxy (exposed on port 80, forwarding requests to port 9011). …
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…
Not able to access the log stream of container apps, and update it even after having Global Administrator role
Hello community, I am having trouble getting access of the container apps in azure, I have been given the role of Global Administrator. Still I am not able to access the log stream as well as update the container app. Can anyone help me which role do I…
sys_ptrace support for Azure container apps
I would like to use sys_ptrace for my container apps. Is there a documentation I can refer to for the full set of capabilities supported in Azure container Apps? And how can we add additional capabilities to containers running on Azure Container…
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…
What is the current market share comparison between Kubernetes and Azure Container Apps?
I am conducting research for my thesis on container orchestration platforms, specifically comparing Kubernetes with Azure Container Apps in terms of market share, adoption rates, and industry trends. Kubernetes has long been the dominant platform for…
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…
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…
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.…
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…
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?
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…
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…
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.