azure container app 401 permission error
There seems to be some weird error with azure container app logs. Literally moments before I was viewing the logs and then after its yields me this error and displays 401. Is this only me or anyone else experiencing the same error? Context: Azure…
Azure Container Apps
How to Enable Premium Ingress for Azure Container Apps & Configure Timeout Settings
I've been following the Azure CLI documentation on premium ingress to set up premium ingress for my Azure Container Apps environment. I ran the following command: az containerapp env premium-ingress add -g my_group -n my-aca-env \ -w Dedicated-D4…
Azure Container Apps

Azure Container App CPU Quota Alert
We just ran into the CPU quota (100) issue recently for the container apps environment and was wondering if there was a way to setup an alert to notify when that container app environment is nearing or getting close to that quota? I haven't been able to…
Azure Container Apps

Issue with managed certificate creation for azure container app
i am trying to create a managed certificate for an azure container app. i can provision the custom domain, but then the certificate creation fails with the following: [ { "id":…
Azure Container Apps
Azure session pools and managed identities
Hi, I'm trying to create a new session pool resource with a system assigned identity, but I'm getting a permission error when creating it using the cli. This is the command I'm running: az containerapp sessionpool create \ --name…
Azure Container Apps
Unable to Use Premium Ingress Mode to Extend HTTP Timeout
I'm trying to increase the HTTP request timeout for my Container App. According to the documentation, the default timeout is 240 seconds. It also mentions that by using Premium Ingress mode, the timeout can be configured up to a maximum of 1 hour.…
Azure Container Apps
Is Azure Container Apps with D32 (32vCPU, 128GB RAM) suitable for running YOLOv8, PaddleOCR, and BLIP models, or should we consider GPU-based alternatives?
We are evaluating the right compute environment for deploying a multi-model AI workload inside Azure Container Apps. The models include: YOLOv8-Medium and YOLOv8-Nano (for object and axle detection) PaddleOCR v3.0 (with PaddlePaddle 2.5.0) …
Azure Container Apps

Deleting Private endpoint resulting an error
Hello, I've created an ACA env, a Private dnz Zone (with virtual network link) and a private endpoint for the ACA env, I've been trying to destroy the resources with terraform and it kept saying 'still destroying' for an hour and gets timeouted, and…
Azure Container Apps
It is not possible to remove Load Balancer due to Deny Assignment
hi I have faced a problem when deleting Load Balancer and Public IP resources in one of my resource groups. The error looks like this: Failed to delete load balancer 'lb-name'. Error: The client '******@SomeOrg.onmicrosoft.com' with object id…
Azure Container Apps
Container Environment type: Consumption only and Workload profile
In this article: https://learn.microsoft.com/en-us/azure/container-apps/environment (dated 05/02/2025), I saw that Azure Container Apps (ACA) offers two separate environment workload types: Consumption only Workload profile Each type has a different way…
Azure Container Apps
ACA keeps re-scheduling new replicas.
I'm not sure why my older Container App, which is still running on the 'Consumption-only' (v1) Azure Container Apps environment, keeps experiencing repeated container restarts. Here is the system log for the old replica (which is terminated) Here is…
Azure Container Apps
Azure Container Apps: Connection disruption at 4 day intervals
I have a .NET application (.NET 8) running in an Azure Container App. The issue is, that after exactly 4 days (give or take a few ms), the same error occurs, and I'm starting to suspect that it has something to do with using an Azure Container app. That…
Azure Container Apps
can't find dedicated in container apps Jobs
Can't find the option to choose dedicated, can't find "dedicated" in quotas neither I did try few regions before posting, none shows Dedicated (not even on container apps), even inside functions. edit: okay so upon digging, it isn't setup in…
Azure Container Apps
ERROR: Unable to get extension index.
Microsoft Community, I'm encountering an issue when deploying Azure Container Apps using the Azure CLI. Specifically, running the following command: az extension add --name containerapp --upgrade results in the following error: ERROR: Unable to get…
Azure Container Apps
Managed identity based scaling rules getting container app to stuck in processing
I have a service bus queue that I want to use to autoscale my container app. To do this I tried using system assigned managed identity as well as user assigned managed identity but it just didn't work. Here's what I did: Created a container app with…
Azure Container Apps
Issue with ingress configuration in azure container apps not reflecting changes
Hello, Iam working with azure container apps and encountering an issue where changes made to the ingress configuration (eg. Enabling/ disabling or updating the target ports) are not taking effect immediately or not being reflected at all after…
Azure Container Apps
Container Apps Monitoring to select the right plan
Dear Azure Support Team, I hope this message finds you well. We are currently working on optimizing our Azure environment and have encountered several issues and questions that we would appreciate your assistance with: Cost Breakdown by App How can we…
Azure Container Apps
When I tried to deploy Aspire to Azure, I found that all services would return 404
Everything looks normal, but I am unable to access any other applications except for the dashboard
Azure Container Apps
Keycloak failed to start in container app when enable ingress
I have created new Container App using quay.io/keycloak/keycloak:26.2.4 and use /opt/keycloak/bin/kc.sh, start as command override. It's failed to start with "The TargetPort 8080 does not match any of the listening ports: [45835 41809…
Azure Container Apps

Azure Container App Environment making DNS queries to Certificate Revocation List URLs which don't exist
We are using Azure Container Apps hosted in a Azure Container App Environment - using dedicated workload profile (instead of consumption workload profile). We have provided our own subnet for container app environment. Peer to peer encryption is also…