Unable to use custom scale rule azure-queue
Dear community, I am running an Azure Container App and I want to use the Custom scale rule "azure-queue". I prefer this one over the built-in "Azure queue" scaler, because it has extra properties which I need to use to fit my…
Trouble getting the "az containerapps compose" command to read any of the options
I'm having trouble getting the "az containerapps compose" command to execute successfully as it fails to read any command line options no matter which order they are placed. The error is always in the form of: $ az containerapp compose…
Cannot create & deploy the first revision of Container App
I am trying to deploy a new container revision but it won't allow me to deploy the first revision because it is trying to load the previous revision details in the mandatory field "Based on revision". This seems like some weird cyclic…
How to use .NET 9 in Container Apps?
After the migration from .NET 8 to .NET 9 deployment is failing. I'm using direct deployment from Github without Docker. Is it possible to use .NET 9 in the Container Apps?
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…
upstream connect error or disconnect/reset before headers. retried and the latest reset reason: protocol error
Trying to curl to my deployed container app. As far as I see the container started successfully and the listener port is running evidently by running netstat -an within the container. But a curl to the health check endpoint fails. Host:…
Container App Activation Failed without error, checked everything, spent 2 days by now, please help
Hello, I got 3 container apps running in a container app env with workload profiles Consumption and D4. The Consumption type apps startup normally. The D4 type app failsto start up, but only inconsistently. These 3 apps are run in 3 deployment envs…
How to validate Container App running at idle usage reduced pricing?
Dear Azure community, I am running a Consumption based Container App Environment in Azure at the organization I'm working at. For context, we are running GitHub self-hosted runners in this environment. We are currently using Container App jobs and…
Azure Container Apps Environment not setting daprAIConnectionString nor daprAIInstrumentationKey using azure cli or PoweShell
We're deploying an Azure Container Application Environment and trying to setup the Dapr Connection String and Dapr Instrumentation Key. We get the same outcome whether we create using the az cli (version 2.66.0) command, PowerShell or…
Does Container Apps idle usage pricing apply to jobs?
Hi Azure community, I am interested in the pricing of idle usage in the Container Apps resource. I am using Container Apps jobs in our organization. The documentation about idle usage pricing…
Azure Managed Grafana - Container Apps Dashboard Issue
We just set up Azure Managed Grafana, and are using it to monitor our Azure Container Apps (ACA) instances, of which we have many. When I viewed the ACA dashboard, the Container App drop down lists a lot of resources that are not Container Apps…
Azure container Apps Dapr workflows
Hello Team, Do azure container apps supports dapr workflows? If yes can you please help me with Microsoft help link? thanks, sriraghavendran.
How to set the Container App alocation to have 4CPUs and 8Gb of RAM in bicep
I'm trying to set the Container App allocation to 4CPUs and 8Gb of RAM in the consumption plan. Through the Azure portal I managed to provision a Container App with that kind of resources, but when I try this using bicep, I get this error in the…
Cannot remove resources due to invalid configuration (deployment stack missing)
I tried to remove a Resource Group but due to ignorance something went wrong causing a "invalid state". I had created a container app using Terraforms and I tried to remove that. Since it is a while ago I don't remember if it was trough a…
How many websocket connections are supported on container apps?
We are considering to self-hosting our websocket server cluster which we now have in a private data center onto Azure Container Apps. What would be the constraint on the amount of websockets?
ACR pull role for system managed identity is not created when provisioning Container Apps using bicep
We are creating an Azure managed application that installs several resources, including container apps. We created a bicep file for provisioning a container app with system assigned managed identity. We added an ACR pull role assignment (AcrPull) for the…
Running the Transform XML action (XSLT map) for a Standard Logic App within a container
Hello everyone, I'm working on running a Standard Logic App in a container using Docker. The Workflow functions correctly within the container when using a Liquid map (JSON to JSON). However, when I attempt to use an XSLT map with the Transform XML…
Need to configure ACA DAPR for sample app
Need to configure ACA DAPR for sample app need to know how to create DAPR with azure container apps also some live app
How to Implement/Add Health Checks for Azure Function App Running in Container Apps Environment?
I have a Function App running within a Container Apps environment as its hosting plan, created using the azapi_resource from Terraform. However, I’m not seeing the "Health Check" option in the Azure portal for this Function App. I’ve included…
Issue with accessing Azure Container App behind internal load balancer on VNet
I have pretty regular set of templates that deploy Container App on private network (vnet) with ingress working only on that network The underlying container exposes port 80, the replicas are up and running, health checks are OK. I have a test VM on that…