628 questions with Azure Container Apps tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Container App Job Auto Trigger Suddenly Stopped Working

Hi everyone, I’ve configured an Event-Driven Scaling rule for my Container App Job, and everything worked perfectly for the first 2–3 days. However, after I suspended the job and later resumed it, the jobs are no longer triggering. The managed identity…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-04-09T07:45:46.1933333+00:00
Mandal, Sudarsan 20 Reputation points
edited a comment 2025-05-05T16:20:48.5233333+00:00
John Bain 0 Reputation points
0 answers

Orphaned ACR Resources Preventing Container Apps from Launching

We consolidated our Images into a single Container Registry on Azure and ran into some issues with orphaned resources that are preventing some container apps from launching I redacted the names of the apps: resourcegroup is the RG name, and…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-05-02T13:16:38.8466667+00:00
Quintan Neville 0 Reputation points
commented 2025-05-05T13:10:20.7066667+00:00
Khadeer Ali 4,960 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Cannot make new revisions in container app since subscription reactivation

Hello all, So last week my subscription reached the budget limit and was deactivated. Now it is reactivated and I noticed that my container app had no active revisions so I tried to make a new one. However, on the creation page in azure portal on the…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-05-05T08:38:07.7033333+00:00
Lukas Nöller 0 Reputation points
commented 2025-05-05T09:31:31.0866667+00:00
Lukas Nöller 0 Reputation points
1 answer

How to add custom domain(like our organization domain names to container apps in azure)

Above is the screenshot while adding our custom domain to azure container apps , please provide us a solution

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-05-03T06:05:15.1566667+00:00
MANJULA B (TKAP) 0 Reputation points
commented 2025-05-05T08:17:34.5033333+00:00
Loknathsatyasaivarma Mahali 1,620 Reputation points Microsoft External Staff
0 answers

"startup probe failed: connection refused" on Azure Container App with Azure Files volume

I have an Azure Container App that is a Web API in .NET 6 and has a volume associated with Azure Files to the /app/wwwroot folder and for a few weeks now when trying to start a new review it throws the error "startup probe failed: connection…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-04-21T17:02:41.7+00:00
Daniel Cuellar 0 Reputation points
commented 2025-05-05T07:37:44.61+00:00
Arko 2,130 Reputation points Microsoft External Staff
0 answers

Container Apps Job Being Preempted

I have a Container App Job using event scaling. The scaling is configured to listen to a Service Bus queue and run 1 job per message. Most of the time it is working fine. However, when multiple messages are added to the queue in quick succession, one or…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-04-25T17:08:17.53+00:00
Phillip S. Stenger Jr 0 Reputation points
commented 2025-05-05T06:35:22.6566667+00:00
Arko 2,130 Reputation points Microsoft External Staff
0 answers

Azure Container Apps create error

Azure容器应用无法在容器应用环境中创建(通过IntelliJ IDEA中Azure ToolKit插件创建 容器应用环境和容器应用)

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-05-03T08:27:56.8333333+00:00
Yongqi Liang 0 Reputation points
commented 2025-05-05T05:37:45.71+00:00
Loknathsatyasaivarma Mahali 1,620 Reputation points Microsoft External Staff
1 answer

Logic App Container Group: how enable Ingress in container app deployed within container group?

Question about how to enable Ingress in a container app deployed within a container group? We are trying to create a container group with a container app inside. We have a container app running (for testing), and it is running just fine. We want to have…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-05-02T12:09:23.2966667+00:00
Leonard Bernstein 85 Reputation points
answered 2025-05-03T16:18:07.24+00:00
Vinodh247 32,531 Reputation points MVP
0 answers

Azure Container Apps does not match the listening port

I have custom dockerfile and also have add expose 80/tcp in Dockerfile The TargetPort 80 does not match the listening port 9001. The TargetPort 80 does not match any of the listening ports: [9001 9000]. I also tried to run in my local port expose were…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2024-12-04T17:19:29.0733333+00:00
Developer 0 Reputation points
edited a comment 2025-05-02T12:04:12.8533333+00:00
Amit Dave 0 Reputation points
1 answer

Azure Container Apps frequently restarting

Over the last month or two, we started receiving time out alerts in our apps hosted in Azure Container Apps. After extensive investigation, we have identified that the apps themselves are fine, the containers were restarting due to what seems to be…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-04-30T18:43:23.0033333+00:00
Lucas Pains 0 Reputation points
commented 2025-05-01T15:27:34.5333333+00:00
Lucas Pains 0 Reputation points
0 answers

Azure container app recreates replicas once a week. Why?

I have created 2 Container App Environments and each one has 3 container apps. I have noticed that every Friday 21/03/2025, 01:40:12 28/03/2025, 19:54:18 04/04/2025, 03:53:11 11/04/2025, 19:54:51 replicas from both environments and for all container…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-04-14T08:55:55.4433333+00:00
Erinda Jaupaj 0 Reputation points
commented 2025-04-30T13:40:34.4033333+00:00
Ranashekar Guda 1,280 Reputation points Microsoft External Staff
1 answer

Azure Container Apps not scaling as expected

Hi team Microsoft, I'm trying to get my FastAPI app to scale with Azure Container Apps but can't seems to get it working as wanted. I expect the container app to scale horizontally for every request, but truth is when I send concurrent requests, it would…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-02-25T06:50:56.6133333+00:00
Tung Nguyen Xuan 70 Reputation points
edited a comment 2025-04-30T08:50:09.0133333+00:00
Andreea Bompa 0 Reputation points
0 answers

After subscription migration of Excel AddIn application manifest can't authenticate users through Microsoft Entra ID (Expose API url had not changed)

After subscription migration of Excel AddIn application manifest can't authenticate users through Microsoft Entra ID (Expose API url had not changed) We have azure container app (with excel add-in) and after re-creation in new subscription of container…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-04-18T12:03:25.7+00:00
Pavel Trostianko 0 Reputation points
commented 2025-04-30T03:44:29.5933333+00:00
PratikLad 960 Reputation points Microsoft External Staff
0 answers

Container app shutting down almost immediately

.NET application running on container app shuts down almost immediately. [10:59:29 INF] Starting.... [10:59:38 INF] Application is shutting down... System log has the following {"TimeStamp":"2025-04-23 10:45:48 \u002B0000…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-04-23T11:07:19.76+00:00
Jesse Kela 5 Reputation points
commented 2025-04-29T17:29:05.12+00:00
Ranashekar Guda 1,280 Reputation points Microsoft External Staff
0 answers

Invalid metrics (2 invalid out of 8)

Hi, how can I resolve this error. unable to get external metric k8se-apps/s0-upstream_cx_active/&LabelSelector{MatchLabels:map[string]string{scaledobject.keda.sh/name: rag-api-prod002--exfnutk,},MatchExpressions:[]LabelSelectorRequirement{},}:…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-03-26T07:31:21.19+00:00
Mansi Gusain 355 Reputation points
commented 2025-04-29T17:18:42.33+00:00
Lucas Pains 0 Reputation points
1 answer

Azure Container App routing over one VPN gateway, not routing over second

We have an Azure Container App sitting on VNET subnet. We also have a VNET Gateway we're using as a VPN device to connect S2S to two different sites. The container app is able to route to one site without issue, but isn't routing to the second. Both…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-03-10T22:36:41.7333333+00:00
David-3580644 0 Reputation points
answered 2025-04-29T13:23:22.6266667+00:00
Ryan Hill 30,186 Reputation points Microsoft Employee
1 answer

It is not possible to remove Load Balancer due to Deny Assignment

hi I have faced a problem when deleting Load Balancer and Public IP resources in one of my resource groups. The error looks like this: Failed to delete load balancer 'lb-name'. Error: The client '******@SomeOrg.onmicrosoft.com' with object id…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-04-24T18:40:37.0233333+00:00
DimaH 0 Reputation points
commented 2025-04-29T05:24:45.2966667+00:00
G Sree Vidya 910 Reputation points Microsoft External Staff
1 answer

Attempting to deploy a Container app - Azure API says no.

I am attempting to deploy an Azure Container App via Terraform but the Azure API is returning the following. Can anyone decipher what this means please, or tell me where I can get information on what this issue could be? It's essentially one of the MS…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-04-14T15:08:25.1233333+00:00
TH-4622 40 Reputation points
commented 2025-04-28T21:59:39.54+00:00
Loknathsatyasaivarma Mahali 1,620 Reputation points Microsoft External Staff
1 answer

How to customize Scale Rules in Functions Apps hosted in ACA

We have a Azure Function Apps hosted in Azure Container Apps (ACA) using Dedicated plan in Workload profiles. The ACA allows setting horizontal scaling through scaling rules. But when we deploy a func using az functionapp create the Container App bound …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,732 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2024-06-26T14:59:12.35+00:00
Selmison Campelo de Miranda 15 Reputation points
edited a comment 2025-04-28T18:38:10.0933333+00:00
Paul Doucet 0 Reputation points
0 answers

Can a container app sit in a different resource group to its managed environment

I want to create a resource group that has my shared resources such as app analytics and managed environment. Then create another resource group that the container app that will reference the managed environment. However it cant seem to find the managed…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
628 questions
asked 2025-04-23T13:26:34.8166667+00:00
Megan Stock 0 Reputation points
commented 2025-04-28T14:11:56.4133333+00:00
Khadeer Ali 4,960 Reputation points Microsoft External Staff