Azure Marketplace Application offering with secrets for Container Registry access
I'm creating an Azure Marketplace Application offering that includes the provisioning of Azure Container Apps to customers' tenants. These Container Apps must pull their image from an Azure Container Registry on my tenant (publisher). I have trouble…
Azure Key Vault
Azure Container Apps
Use a GitHub secret for azure/container-apps-deploy-action@v1
In GitHub, we have a step azure/container-apps-deploy-action@v1. We purchased a Fontawesome license and now need to pass the key from GitHub secrets to the Dockerfile used in this step. We tried different options. For example: ... - name: Deploy…
Azure Container Instances
Azure Container Apps
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…
Azure Container Apps
mounting azure storage account files into azure container app volume, access denied error.
Hello. I have a containerized asp.net application. I have deployed the app to docker hub and then hosted in Azure Container Apps. I want to mount a folder in the container to Azure storage file share. Here is what I have done. created the container…
Azure Container Apps
Carry existing Default Domain to a new Container App
We have a app currently deployed as Azure App Service (web app), and we plan to move it to Container App instead in the near future. However, one of our concern is:- there are some client applications connecting to our app using the Default Domain…
Azure Container Apps
Azure App Service

Having issue with creating a new resource (Web app for container)
The portal would not show any errors except showing a notification saying 'something went wrong'. All existing web apps are fine .. and accessible via the portal.
Azure Container Apps
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…
Azure Container Apps

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…
Azure Container Apps
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
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…
Azure Container Apps
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 Container Apps
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 Managed Grafana
Azure Container Apps

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…
Azure Container Apps


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…
Azure Container Apps

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?
Azure Container Apps
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…
Azure Container Apps
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…
Azure Logic Apps
Azure Container Apps
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
Azure Container Apps
Azure Container Apps not getting updated image tag from GitHub workflow
I'm using Azure Container Apps with a Java application and have set up a GitHub Actions workflow for deployment, using the following…
Azure Container Apps

Issue with nginx reverse proxy to FastAPI container in Azure Container Apps
Hi, I'm trying to setup an nginx reverse proxy on Container Apps. I have the nginx container and a FastAPI container in a Container App Environment with simple virtual network + subnet + private DNS zone. The API's ingress is set to internal, and the…