Azure GitHub Action Federated Identity Login Issue with Release Tag Pattern Matching
I am deploying a container app in Azure using GitHub Actions. I encountered an issue with the federated identity when trying to login with Azure CLI through OIDC. The error from the GitHub Action log is as follows: AADSTS700213: No matching federated…
Azure Container Apps
How to disable a function running in a container app?
Hi. I have been working with azure functions for some time now, and I'm aware of the possibility of disabling an specific function using the environment variable AzureWebJobs.<FUNCTION_NAME>.Disabled = true in the function app resource, and even…
Azure Container Apps
Azure container apps with dapr get an error
Dear team, I have an issue with dapr actor on Azure container apps. me="2025-06-27T07:17:27.25149069Z" level=error msg="Failed to report status to placement service : EOF" app_id=xxx instance=xxx--0000005-755cf8cbb4-qhbd9…
Azure Container Apps
Container Apps Job Maximum Allowed Cores exceeded
I have an event driven Container Apps Job which has been running well for about a month. It is using a General Purpose D-series workload profile with 4 vCPU and 16GB memory. The profile is used only by this job as is currently set to a min of 0 instances…
Azure Container Apps
How to link application gateway to containers app?
I have deployed some containers using Azure Container Apps, and I want to add an Application Gateway with rules to load balance traffic. The intended traffic route is as follows: customer -> domain -> gateway public IP -> container IP However,…
Azure Container Apps
Container Apps Workload Profile Allocation Error
I am trying to deploy an update to my container apps environment workload profile, which is running is EastUS. The workload profile was currently set to min=0, max=1. I want to change this to min=1,max=2. However, when I try to make this update via…
Azure Container Apps

502 Error: Azure Application Gateway Failing to Route to Container App via internal ingress
A sample image has been successfully tested and deployed to an Azure Container App with external ingress enabled. However, after disabling external ingress and updating the Application Gateway configuration to route traffic using the internal FQDN of the…
Azure Container Apps
Container App Job Auto Trigger Suddenly Stopped Working
Hi everyone, I’ve configured an Event-Driven Scaling rule for my Container App Job, and everything worked perfectly for the first 2–3 days. However, after I suspended the job and later resumed it, the jobs are no longer triggering. The managed identity…
Azure Container Apps

How many IP Restriction Rules can a ContainerApp have? How can we see the state of updates to a ContainerApp?
We're trying to setup Ingress IP Restriction Rules that allow access only from Azure and other cloud providers. To do this we are adding their published CIDRs to the IP Restriction Rules of our ContainerApp. In total this is slightly over 10,000 rules. …
Azure Container Apps
Http response streaming stops (timeout?) at 30 minutes - Azure Container App
I have an Azure Container App (Node.js + Express) with an http endpoint. It creates a zip file and streams it to the client on the fly. (Fetching files sequentially from an upstream service and streaming them as entries to the zip) Meaning it returns…
Azure Container Apps
Multiple Azure Container Apps stuck at "Activating"
We have a number of our Azure Container Apps with new revisions stuck at "Activating". Today when we attempted to release a new version of an app we saw that the latest revision get stuck at "Activating". The status reads "There…
Azure Container Apps
Handling Timezone Differences for ASP.NET Core Microservices and SQL Server
Hi Team, We have several microservices built with ASP.NET Core running in container apps and SQL Server as the backend database. These services are currently hosted in the Central India Azure datacenter. Our application primarily serves clients in Saudi…
Azure SQL Database
Azure Container Apps
Timer function doens't run properly when i set Min replicas = 0
I have dotnet-isolated azure function deployed to azure container apps. The function run randomly (with delay from 30 min to 2-5 hours) if is set min replicas to 0. [Function("EnsureSubscription")] public async Task Run([TimerTrigger("0…
Azure Container Apps
Troubleshoot NFS Azure Files persisten volume mount for Azure Container App using Consumption-GPU-NC24-A100 workload profile
I'm currently working on deploying an Azure Container App that uses Azure Files (NFS) as a persistent volume mount. My final goal is to deploy a custom large image generation model and expose an inference endpoint. I want to use NFS to store the model…
Azure Container Apps
Azure Container App: /proc/meminfo Reports Incorrect Memory Allocation
I've created an Azure Container App container with Consumption-GPU-NC24-A100 workload profile. This workload profile supports upto 220GiB of memory and 24 CPU cores. However, I have configured it to 2 cores and 24GiB RAM, as seen in this…
Azure Container Apps
Containerised apps cannot be reach through nginx gateway container
I cannot reach containerised apps through nginx gateway container. What I know so far: I can reach container with curl from gateway container (curl -v http://frontend-app:80). Gateway container config is correct and can accept request. I tested with…
Azure Container Apps
Azure Container Apps: Volume mount fails with "Permission Denied" error
Hi, I'm following the ACA storage mount tutorial but using Terraform and Azure Portal (the latter to experiment/debug before updating my TF scripts). However, when my container starts it always throws an permission denied error when trying to mount…
Azure Files
Azure Storage
Azure Container Apps

What should environment variables be set to connect host storage without access key azure function optimized Container Apps?
Hi. I'm trying Function Optimized Container Apps which is in public preview. It works if I set a connection string with access key to "AzureWebJobsStorage" environment variable. But it does not work if I set a connection string without access…
Azure Container Apps
Check replica availability zones in Azure Container Apps
When zone redundancy is enabled in Azure Container Apps, is there a way to check which Availability Zone each replica is deployed to?
Azure Container Apps
Why are the logs displayed not the application's logs after deploying the Aspire app to Azure?
azure local azure log stream