748 questions with Azure Container Apps tags

Sort by: Updated
1 answer

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
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-08-08T09:03:15.5366667+00:00
Abdelrhman Goma 55 Reputation points
commented 2025-08-12T09:37:28.5+00:00
Sai Prabhu Naveen Parimi 3,470 Reputation points Microsoft External Staff Moderator
0 answers

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
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-07-11T22:58:43.8366667+00:00
kreddy post 0 Reputation points
edited a comment 2025-08-12T09:07:32.6233333+00:00
Anurag Rohikar 285 Reputation points Microsoft External Staff Moderator
1 answer

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
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-07-25T04:43:22.3466667+00:00
Siddhartha Chandra 0 Reputation points
commented 2025-08-12T09:02:25.69+00:00
Anurag Rohikar 285 Reputation points Microsoft External Staff Moderator
2 answers

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
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-07-30T08:15:21.99+00:00
ramprasad.r 60 Reputation points
commented 2025-08-12T08:54:47.31+00:00
Anurag Rohikar 285 Reputation points Microsoft External Staff Moderator
0 answers

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
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-08-11T12:39:01.98+00:00
Vasile 0 Reputation points
commented 2025-08-12T08:41:58.4266667+00:00
Sai Prabhu Naveen Parimi 3,470 Reputation points Microsoft External Staff Moderator
1 answer

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
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-07-22T08:31:09.96+00:00
nico 25 Reputation points
answered 2025-08-12T06:47:10.83+00:00
nico 25 Reputation points
2 answers One of the answers was accepted by the question author.

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
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-07-30T13:51:00.3966667+00:00
ramprasad.r 60 Reputation points
accepted 2025-08-12T05:00:30.9+00:00
ramprasad.r 60 Reputation points
2 answers

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
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-07-07T16:34:32.31+00:00
Ajit Singh 20 Reputation points
answered 2025-08-11T18:52:57.3133333+00:00
Flávio Campelo 0 Reputation points
1 answer

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 Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-08-04T23:56:24.7266667+00:00
Kim Gabrielsen 0 Reputation points
commented 2025-08-11T05:45:20.7566667+00:00
Rakesh Mishra 165 Reputation points Microsoft External Staff Moderator
0 answers

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
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-08-02T12:36:46.8066667+00:00
YUGAN NITHISH KUMAR T 5 Reputation points
commented 2025-08-11T04:13:33.4233333+00:00
Harish Badijana 15 Reputation points Microsoft External Staff Moderator
0 answers

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
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-08-11T01:56:19.7833333+00:00
Benjamin Kappel 0 Reputation points
1 answer One of the answers was accepted by the question author.

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 Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-08-04T01:18:41.6833333+00:00
Shigeru Nakagaki 120 Reputation points
accepted 2025-08-07T07:49:32.5133333+00:00
Shigeru Nakagaki 120 Reputation points
2 answers

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 Functions
An Azure service that provides an event-driven serverless compute platform.
6,022 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
460 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2024-12-27T11:23:02.6333333+00:00
Adrian Ruchti 20 Reputation points
answered 2025-08-06T09:15:38.5833333+00:00
Adrian Ruchti 20 Reputation points
1 answer

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
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-07-16T13:58:35.63+00:00
David Carrick 0 Reputation points
answered 2025-08-06T14:31:07.9966667+00:00
Anurag Rohikar 285 Reputation points Microsoft External Staff Moderator
0 answers

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
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-07-21T18:48:07.1466667+00:00
MajorMojo 0 Reputation points
edited a comment 2025-08-06T07:01:56.27+00:00
Sandhya Kommineni 80 Reputation points Microsoft External Staff Moderator
1 answer

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
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-07-29T10:04:50.54+00:00
Lars Gjestang 5 Reputation points
edited a comment 2025-08-07T01:32:20.34+00:00
Krishna Chowdary Paricharla 2,080 Reputation points Microsoft External Staff Moderator
1 answer

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
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-07-30T18:56:34.24+00:00
Abishek Murali 0 Reputation points
commented 2025-08-07T07:19:32.1133333+00:00
Sai Prabhu Naveen Parimi 3,470 Reputation points Microsoft External Staff Moderator
1 answer

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
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-08-04T23:30:35.39+00:00
Max Voloshyn 5 Reputation points
answered 2025-08-05T14:57:15.45+00:00
Anurag Rohikar 285 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

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
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-08-05T03:34:52.2433333+00:00
Shigeru Nakagaki 120 Reputation points
accepted 2025-08-07T00:55:19.98+00:00
Shigeru Nakagaki 120 Reputation points
1 answer

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?

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
748 questions
asked 2025-08-05T14:03:03.2566667+00:00
Tony LAUNAY 0 Reputation points
commented 2025-08-06T08:47:35.52+00:00
Tony LAUNAY 0 Reputation points