How to restrict access for an existing Azure Container App to only be accessible via Azure VPN Gateway (Point-to-Site)
We have over 30 Azure Container Apps in our infrastructure, all currently accessible over the public internet. Our goal is to restrict access so that these Container Apps are only reachable through our Azure VPN Gateway (Point-to-Site configuration),…
Azure Container Apps
Hello, I'm trying to deploy a Python/FastAPI application (with Autogen) to Azure Container Apps, but the container isn't starting successfully. The browser shows a 404 error/not loading, and logs often indicate "Could not find a replica"
Hello, I'm trying to deploy a Python/FastAPI application (with Autogen) to Azure Container Apps, but the container isn't starting successfully. The browser shows a 404 error/not loading, and logs often indicate "Could not find a replica
Azure Container Apps
Help needed regarding setting up application on Azure Container application (ACA)
We have an application that is running as an azure container application and listens in on tcp://0.0.0.0:3000 (on the host where it is deployed), and allows access via the configured ingress over target port 3000. Although, we have confirmed that 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
It is possible to add ip whitelist to specific endpoints in a container app
Hello, I have a Node.js application running in an Azure Container App. Some of its endpoints are restricted to admin use only. I’d like to know if it’s possible to apply an IP whitelist specifically to these admin endpoints, rather than at the entire…
Azure Container Apps
Azure Container Apps - avoid downtime caused by Microsoft Maintenance
I'm using Azure Container Apps and require zero downtime. I have configured my planned maintenance window, min replica count is 1, max is 2. Zone redundancy is enabled. Now, i'm still experiencing downtime windows of a couple of minutes (so far, only…
Azure Container Apps
ACA App Shows Running State but Endpoint URL Returns 404 Error
I have a container image previously deployed to AKS using Azure Container Registry (ACR). I am now deploying the same image to Azure Container Apps (ACA). The image successfully pulls from ACR. The Container App deployment shows Running state. Ingress is…
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
I receive an AKS error message when deploying to App services. But I don't use AKS at all.
I'm using bicep scripts to create an app gateway, v-nets and subnets. It goes according to plan. But when my scripts starts to create the container env i receive this error message from AKS which stops my deployment dead in its track. It's an AKS error…
Azure Container Apps
Azure Container App with EventHubConsumerClient gets stuck after idle period – requires restart to resume
I’ve deployed a Python app in Azure Container Apps which uses the EventHubConsumerClient from azure-eventhub to process events. The setup includes: Azure Event Hub (with blob checkpointing via BlobCheckpointStore) Azure Container App hosting the Python…
Azure Container Apps
How to Achieve Isolation of Namespaced Actors in Azure Container Apps Environment
We created a multi-tenant application that is deployed to a single container apps environment. We have Dapr enabled and using it. Each customer has its own set of container apps, which communicate with separate configured components like state stores and…
Azure Container Apps
Telemetry traces for Functions Optimized Container apps are duplicated in Application Insights transaction logs.
hi i read this article and i setup open telemetry logs for container apps. it worked. but ah, trace logs in transaction search of application insights are duplicated. The level of Log is Information in host.json. (if set None level, there is no logs in…
Azure Container Apps
Azure Function in Container App Webhook validation handshake fails
Hello Trying to provision a eventgrid subscription I get the following error: ERROR:…
Azure Functions
Azure Event Grid
Azure Container Apps
There has been a critical error on this website. - Wordpress Container
We are hosting a microsoft managed wordpress container. Recently it has failed with "There has been a critical error on this website" Container logs are not particularly helpful. I can't seem to open a ticket for some reason. We are under…
Azure Container Apps
Container app managed certificate issuance fails after validation step. How to find out why and fix it?
Pretty much as in the subject. Issuance of certificate fails after successful validation step, with no indication why. How do I figure this out?
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
Configuring Event grid for azure functions running within container app
I am using an Event Grid subscription setup to fire on blob triggers. I do not see an "AppKey" option for the function running within container apps to setup the webhook.
Azure Container Apps
Azure Container Apps with KEDA + Azure Service Bus scaling to 0 even when messages are coming in
Hi, I'm using Azure Container Apps with a custom KEDA-based scaling rule that listens to an Azure Service Bus queue. Here’s my setup: minReplicas: 0 maxReplicas: 2 pollingInterval: 30 seconds cooldownPeriod: 300 seconds The scaling generally works —…
Azure Container Apps
Does OpenTelemetry setting of Container Apps Environment actually work?
Hello I'm trying Function Optimized Container Apps. I read this article. I configured settings of Container Apps Environment. resource "azapi_update_resource" "container_apps_environment" { type =…
Azure Container Apps
Using RSA-HSM Certificates from Key Vault in Container Apps
Is it possible to use a certificate generated by Azure Key Vault with RSA-HSM in a Container App? An error occurs when attempting to use this certificate. What are the steps to resolve this issue?