Azure container apps can not connect to Azure file share via Private Endpoint
Hi all, In a bad day, my azure container apps can not connect to Azure file share via private endpoint. It worked well before. In my diagram, I seperate 2 virtual networks: Apps-VNet and Storage-VNet Azure container apps environment will use…
Azure Files
Azure Storage
Azure Container Apps
Container App set up IP restriction does not work if ingress traffic is limited to app environment
I set the ingress traffic of my ACA to limited to app environement to deny access from undesired external addresses. but i still need to reach out to my api app from allowed external IP addresses so i configured the section Ip Restriction in order to…
Azure Container Apps

Azure container application revision with issues
I am trying to deploy an application using azure container applications. A little more about the application, using next.js and a postgres database hosted on vercel. The application works locally, however, when I try to deploy using container apps, I run…
Azure Container Apps

Mounting Azure Files volume in Container App fails with "access denied" error.
Hi all, I have 2 environments. Development and Staging. I use Bicep files to deploy Container App revisions. In Development I can mount the Azure Files defined in the Container App Env without any issues. In the Staging environment the Setup is equal but…
Azure Files
Azure Storage
Azure Container Apps
Azure Container App Environment with Built-In Ingress Controller
Does the Azure Container App Environment come with a built-in ingress controller? Additionally, what are the steps to setting up APIM to the container app environment? Should APIM point to the container app or one of the built-in ILB IP addresses of the…
Azure Container Apps

When trying to add or edit scaling rules in Container Apps Job, an error occurs with WebsitesExtension.
An error with WebsitesExtension occurs when trying to set the scaling rules. I'm not sure when it started, but there was no issue at least until the day before yesterday. I tried using "incognito mode" and other browsers, but the issue was not…
Azure Container Apps
Is it possible to send email alerts on Azure container health probes failing?
We have liveness, startup and readiness health probes setup on some Azure Container Apps. We also can see the log analytics tables however do not seen any health probe data in them. Is it possible in bicep to create alerts that go to a specific email…
Azure Container Apps

i am having problem in deploying broker continer in azure container help me deploy when i solve one issue other occur
broker--e5s63uf Degraded(View details) Deployment Progress Deadline Exceeded. 0/1 replicas ready. The TargetPort 29093 does not match any of the listening ports: [9093 9092 39175]. Docker file now it is working but interservice connectivity is not…
Azure Container Apps
Is it possible to use podman/buildah build in Azure Container App Job?
We are planning to migrate from AKS to ACA Jobs as self-hosted agents in Azure Pipeline. According to the documentation, it doesn't support Docker commands. However, I was wondering if ACA Jobs support rootless podman/buildah for building container…
Azure Container Apps
Problem with Azure Storage Share mount on Container App, Resource temporarily unavailable
We're seeing exceptions in a java application running on a container app with a storage share volume mount reading from disk: java.nio.file.FileSystemException: /path/...: Resource temporarily unavailable. It seems as if this is a transient issue in the…
Azure Storage
Azure Container Apps
Deploying Application on Azure Using Docker Having Three Ports
I am trying to deploy a web application using Azure. The tech stack that I am using is next.js and the database is postgres. I am using docker to containerize the application, but the issue that I am having is that my docker file exposes 3 ports. That…
Azure Container Instances
Azure Container Apps

How do I add an ssl certificate to a Azure Container app
I have an Azure Container APP with 7 containers, one is an API service container and I am not getting the ingress to work. My APIs have to be private but I am testing them public. Neither the HTTPS nor HTTP endpoints seem to work except for the health…
Azure Container Apps
How can I create a private link between Azure FrontDoor and Azure Container App?
I have configured an Azure Container Apps environment with an application and aim to exclusively access it through Front Door. Despite the seemingly straightforward nature of this requirement, it has proven to be a challenging endeavor. I have…
Azure Front Door
Azure Virtual Network
Azure Application Gateway
Azure Container Apps
Azure App Containers, Easy Auth. How to have several container apps with the same client login
Hi, I have 2 different containers (like micro services with RestAPI using Python FastAPI) using Azure Easy Auth. I use either MS or Google Authentication. It works correctly. But my client application (JavaScript) needs to access both. So for the first…
Azure Container Apps
Unexpected Application Error! Minified React error #130;
Unexpected Application Error! Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful…
Azure Container Apps

Can I customize the email template I receive when an Azure Alert Rule is triggered?
Dear Microsoft Developer Community, I have multiple Azure Container Apps in the same resource group. In that resource group, I also have a Log Analytics workspace. I was able to set up an Alert rule which is triggered by a query I wrote for that Log…
Azure Monitor
Azure Container Apps
mvn installed @image runtime but port confilct @ azure conatiner app
i am installing mvn in an image that is pushed to azure container app everything works as it should locally by running the code on the ide and the jar and the docker run but in azure it is not it is giving an address used exception whether i run the…
Azure Container Apps
Problem mounting volume in container app
I have a container app with a docker container loaded. I have created a storage account, and create a file share. I added the share as a volume in the container app configuration. It appears the volume isn't mounting since there is a message: The…
Azure Files
Azure Storage
Azure Container Apps
Azure SDK Container app
Hello community! I have a problem using the python SDK when trying create a Container app from docker image already up in my ACR. Im using the ACR administrator credentials (already enabled in Settings > Access key). My python code look like…
Azure Container Apps
Public docker image in a container app: when does it actually pull the docker image?
The container image i tried to deploy from docker hub is about 20 odd GB I managed to deploy it on the container app, got the Application Url but nothing happens. After some time, the browser just shows "stream timeout" And, now the status on…