Container app console dissappears
Hi Team, I've noticed that the console timesout due to inactivity after which when we refresh the page it disappears. It then shows "This revision is scaled to zero. You need at least one instance to connect to console. To change scale settings, go…
Azure Container Apps
Can't connect to Oracle Autonomous Database@Azure from Azure Container Apps
Hi, I'm trying to connect to an Oracle Autonomous Database@Azure instance from my Azure Container App. To prepare we created a VNet 10.0.0.0/16, a delegated subnet for the db 10.0.0.0/24 and a subnet for the container apps 10.0.1.0/24. During the db…
Azure Container Apps
Veeam Backup for Azure
We must renew the client secret between Azure and Veeam Backup for Azure. When I try to authenticate via https://microsoft.com/devicelogin, I receive this error: You don't have access to this Your sign-in was successful but does not meet the criteria…
Azure Container Apps

Azure container app limited to Vnet on Corp policy
I'm trying to enable the "Limited to Vnet" option on Container App (ACA) Networking Ingress with my Corp subscription. I got an alert after I enabled and saved that said, "Public network access must be disabled for PaaS services."…
Azure Container Apps
Azure Firewall Container Apps
I am trying to enable Azure Firewall on a Container Apps Environment. I have set up the UDR and created Allow rules as documented here: https://learn.microsoft.com/en-us/azure/container-apps/use-azure-firewall However I am noticing requests being blocked…
Azure Container Apps
Unable to create a Managed Certificate for a public Container App and fails without any error or stack trace
We received an email from Microsoft regards the new limitations for creating or renewing managed certificates. However, already 2 weeks ago this change seems to have affected both us and our customers (using the same application from Marketplace) and…
Azure Container Apps
Container Apps Dapr Errors During Scaling
We are using Container Apps and leveraging Dapr extensively for service invocation. For the most part this has worked great. However, we have been having reliability issues with Dapr when running under a heavy load. There will be random error spikes in…
Azure Container Apps
Azure Container app did not deactivate old revision in Single Revision mode
I am developing Node app in Azure Container and I am new to Azure. I've observed that existing revision in Azure Container App did not get deprovisioned after setting new setup in Scale (which creates new revision). Below is Replica Count split by…
Azure Container Apps
Question on Azure Container Apps and Application Gateway
Hello, Had a doubt on Container Apps and the scaling mechanisms with respect to the Application Gateway. The application gateway sends health probes causing the container apps to not scale down when using the HTTP scaler
Azure Container Apps
How to Identify Outbound IPs for Azure Container Apps in a VNet When Connecting to On-Premises Oracle Database?
I have an API deployed to Azure Container Apps, with the container app environment configured to use a VNet. The API needs to connect to an on-premises Oracle database, but the connection is currently failing. To resolve this, I plan to create a firewall…
Azure Container Apps
Function Optimized Container Apps shutdowns during activity function running.
Hi. recently I faced a weird issue. I triggered Container Apps by three HTTP requests. When there is no retry by exception, everything are ok. But when some exceptions were happened in activity function which invoked with …
Azure Container Apps
Azure ACA deploy instance with http + websockets
Hello, I'm trying to deploy a setup with: ACA nginx gateway container proxying to other ACAs; this container has 3 domains attached with valid certs. Other ACAs are using ingress external: false and have target ports based on the port exposed by…
Azure Container Apps
Container App (Function): The TargetPort 8080 does not match any of the listening ports: [38357 41875 80]
I appreciate that this has been asked before, but the solutions don't seem to work for us when it's a container app created with functions in mind. We have: Docker File: EXPOSE 8080 Ingress: Traffic anywhere, HTTP, ignore certs, target port 8080 and…
Azure Container Apps
Azure environment stuck in Failed state and can't create new revisions
I have an Container Apps environment which have been working fine for maybe 18 months now, but last month deployments failed and the whole environment is in "Failed" state. Seems impossible to figure out why as I get no error message describing…
Azure Container Apps
Unable to Bind Managed Certificates to Custom Domains in Azure Container Apps (Silent Failure on New Domains)
We are using Azure Container Apps to host a multi-subdomain website (*.all-architecture.co.uk) with more than 150 custom domains successfully bound using Azure-managed certificates. In the last two weeks, we added 30+ new subdomains and successfully…
Azure Container Apps
Assistance Required for Whitelisting Backend Container IP at CRM Level
We are attempting to configure IP whitelisting for one of our production Backend containers at the CRM level. The goal is to enhance security by ensuring that the CRM only accepts API requests originating from the whitelisted IP address. Challenges…
Azure Container Apps
Custom managed certificate for container apps stuck in pending state
I have a range of container app environments along with container apps for public APIs. All infrastructure is maintained via shared terraform plans, so all container apps are identical in structure. For a couple of the container apps, the Azure managed…
Azure Container Apps
Folowing instructions on required actions for Managed Certificate failing: cannot delete binding
Hi there, I am following the instructions to create a new managed cert as the old one cannot be renewed. I cannot create a new certificat, as the old one has the same name. I cannot delete the old one, as it has a binding. I cannot delete the…
Azure Container Apps
NGINX as a gateway inside Azure Container Apps (ACA) for path-based routing (e.g., /api, /reports, /webapp) without using Azure Front Door
I have created a Container Apps Environment named ff***-aca. Inside it, I have deployed 18 services. These services were previously deployed using ACR images in Kubernetes, but we have now moved to Azure Container Apps (ACA). I have a subdomain:…
Azure Container Apps
Doubt regarding scaling in Azure Container Apps
Hey guys, I was working with respect to a azure container app. And I am planning on scaling my app to a big amount. Each container would have a server having a web socket connection. These socket connections are long living and I wanted to keep one…