577 questions with Azure Container Apps tags

Sort by: Updated
1 answer

Container application inheriting environment variables

I have the question about how the container application revisions can inherit the environment variables. I am publishing my aspire project through visual studio. I have noticed that everytime I publish it, it will create a new revision, which will clear…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-03-14T21:48:02.06+00:00
Grace Tong 0 Reputation points
commented 2025-03-18T20:25:40.24+00:00
LeelaRajeshSayana-MSFT 17,321 Reputation points
0 answers

Create SSL Binding for my custom URL runs for over 30 minutes then fails

I have added the TXT and A record to my custom domain, and it verifies, but when I have it try to bind the SSL it runs for 30 minutes or more and does not work.

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-03-18T18:38:52.56+00:00
Len Ott 20 Reputation points
commented 2025-03-18T19:21:33.4833333+00:00
LeelaRajeshSayana-MSFT 17,321 Reputation points
0 answers

Bringing up Container Apps environment in our VNET fails (IaC Pulumi)

We want to bring up Container Apps environment in our VNET. This doesn't work and it keeps on timing out. We're using Pulumi as our IaC tool. We want to bring up this environment in a private subnet which is currently not working. We need help with…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-03-18T18:02:22.7766667+00:00
August 0 Reputation points
2 answers

Twice restarts required

Hey, I have a yaml file, to which if I make the changes and save, firstly it gets generated in the local and then it is uploaded to the fileshare in the storage account. I have checked everytime the newly local file with all the changes I require is…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-03-10T12:11:53.3166667+00:00
Mansi Gusain 290 Reputation points
commented 2025-03-18T15:23:02.5766667+00:00
Pravallika Kothaveeranna Gari 240 Reputation points Microsoft External Staff
1 answer

Mis show azure container app logs

Hi All, I have 4 Azure Container App and setup the same configuration then store one Azure Log Analytics workspace and one Azure Storage account as below: Enable Diagnostics Settings for Each Container App Use command : az containerapp logs show…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-03-16T11:46:03.47+00:00
Nho Luong 0 Reputation points
commented 2025-03-18T15:20:57.3766667+00:00
Pravallika Kothaveeranna Gari 240 Reputation points Microsoft External Staff
0 answers

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.
577 questions
asked 2025-03-10T22:36:41.7333333+00:00
David-3580644 0 Reputation points
edited a comment 2025-03-18T14:15:58.64+00:00
Ryan Hill 29,936 Reputation points Microsoft Employee
0 answers

Azure Container App Unable to Reach On-Prem Database via Private DNS A Record

Azure Container App Unable to Reach On-Prem Database via Private DNS A Record Issue: Our Azure Container App is unable to connect to an on-premises database server that is registered using a Private DNS A record. A site-to-site VPN is configured and…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-03-14T15:54:24.6633333+00:00
Dhruv Savaliya 0 Reputation points
commented 2025-03-18T13:32:00.38+00:00
Arko 410 Reputation points Microsoft External Staff
1 answer

Behaviour of Scheduled Job (Cron) when a previous job is running and new one is triggered

I have a job scheduled in container app jobs to execute after every 5 minutes. Suppose a job is triggered at 11:00 a.m. Now before this finished another job is triggered at 11:05. What will happen to the previously running job. Will it get terminated or…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-03-10T08:32:02.1433333+00:00
RajivBansal-2486 331 Reputation points
commented 2025-03-18T09:27:17.56+00:00
Sai Prabhu Naveen Parimi 570 Reputation points Microsoft External Staff
0 answers

'Bad Request This combination of host and port requires TLS.' issue calling springboot app running as azure container app

Hi Im facing 'Bad Request This combination of host and port requires TLS.' issue calling a springboot application deployed as azure container app. This springboot application is running on https and ssl enabled. The container app has ingress enabled. Im…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-03-11T20:08:49.7966667+00:00
Chandrashekar, Anil (Cognizant) 0 Reputation points
commented 2025-03-18T05:41:52.4166667+00:00
Shireesha Eeraboina 2,140 Reputation points Microsoft External Staff
1 answer

How to fix custom domain binding with SSL certificate in our container app

Hello, We are trying to add an ssl certificate and a custom domain to our container app configuration, but we have encountered problems. The site keeps returning an error PR_CONNECT_RESET_ERROR. Can you help us fix our configuration?

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-03-12T11:54:06.03+00:00
Andrzej Kowalczuk 0 Reputation points
commented 2025-03-18T01:25:57.2533333+00:00
Shireesha Eeraboina 2,140 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Is it possible to use Azure Container Apps Spring Admin Java component in a private network?

I'd like to use the Apps Spring Admin Java component in my Container App Environment (CAE), but the generated Spring Admin URL appears to be a public URL. Our CAE is private (i.e., not publicly accessible). Is there a way to access the Spring Admin…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-03-06T01:25:37.0966667+00:00
365 Louis Savoldy 20 Reputation points
accepted 2025-03-17T20:22:26.5833333+00:00
365 Louis Savoldy 20 Reputation points
1 answer

Feign call 'SSLException: Unsupported or unrecognized SSL message' issue when calling b/w container apps using eureka

Hi I have deployed SpringBoot microservices as azure container apps and registered(binded) them with Eureka(managed Eureka Server for Spring in Azure Container Apps). I'm making inter microservices (making http calls b/w containers)calls using feign…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-03-05T23:06:58.94+00:00
Chandrashekar, Anil (Cognizant) 0 Reputation points
commented 2025-03-17T16:25:18.67+00:00
Venkatesan S 740 Reputation points Microsoft External Staff
2 answers

az containerapp create parameter --registry-identity, what is it?

Hi, I am trying to create a containerapp with az cli using the following params az containerapp create --name aca-az2003 --resource-group $RG1 --environment environmentforacontpps --registry-identity $spID --registry-server acraz2003.azurecr.io --image…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-02-09T17:12:35.95+00:00
Salam ELIAS 137 Reputation points
edited a comment 2025-03-17T14:10:05.1133333+00:00
Pravallika Kothaveeranna Gari 240 Reputation points Microsoft External Staff
0 answers

My Container App starts ok, but then I see an error, ingress routes not ready

Deployed App, to Container App Env. I can see it started ok, according to its logs. Shortly after it looks like it wants to set traffic to 100% and then I see this in the logs: Error : ingress routes not ready",ContainerAppFailure It tries…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2024-11-19T16:55:09.1666667+00:00
Paul Davies 0 Reputation points
edited a comment 2025-03-17T09:30:20.1166667+00:00
antonio.policastro 0 Reputation points
1 answer

500: Internal Server Error on Azure Container App correlation ID: a12af57d-832a-0f7c-479a-94e70a82ce42

I am trying to deploy to my Azure Container App, but the terraform fails when trying to retrieve secrets for the container app. It was deploying fine last week and I haven't made any terraform changes. I am just deploying new code. The Azure health page…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-03-09T18:54:00.9766667+00:00
William Kelly 5 Reputation points
edited an answer 2025-03-17T09:06:36.6933333+00:00
Sai Prabhu Naveen Parimi 570 Reputation points Microsoft External Staff
1 answer

SSL Certificate Error with Custom Domain in Azure Container Apps

Hey, I setup an Azure Container App with a custom domain and a managed SSL certificate. Now, when I try to access the domain, I get the following error using Firefox "An error occurred during a connection to <MY-DOMAIN>.…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-03-12T19:30:45.27+00:00
Michael Burgstaller 0 Reputation points
edited an answer 2025-03-13T17:13:21.9366667+00:00
Bruce (SqlWork.com) 72,596 Reputation points
1 answer

Container app traffic restriction

In trying to strengthen the security on a resource group (containing app services, container apps and other resources) I tried to further secure the container apps with a network security group. However, it seems like this is no longer possible as the…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-03-07T10:31:13.4733333+00:00
Diana C 0 Reputation points
commented 2025-03-13T12:46:31.06+00:00
Khadeer Ali 4,065 Reputation points Microsoft External Staff
1 answer

Error deploying Aspire app, failure to deploy dashboard

I'm getting an error trying to deploy an Azure container app from aspire using 'azd provision' I've configured the bicep so that the container apps environment is 'consumption only' and inside a vnet. The error I get on provision or if I manually try and…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-03-10T17:03:32.6133333+00:00
Matthew Paul 85 Reputation points
commented 2025-03-12T21:56:50.1666667+00:00
Loknathsatyasaivarma Mahali 715 Reputation points Microsoft External Staff
1 answer

Route Traffic to Azure Container Apps

Hi Team, I have an azure container apps and its associated container environment deployed in internal vnet, how to route the traffic from azure internal load balancer (created by default when ACA creation), to the containers running in the environment.…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2025-03-08T13:55:32.91+00:00
Santhya Rama S 120 Reputation points
commented 2025-03-12T01:52:20.7+00:00
Sai Prabhu Naveen Parimi 570 Reputation points Microsoft External Staff
1 answer

POST request body is an empty string during service invocation between Dapr sidecars

Hi, I have deployed two services on Container Apps, both setup using Fastify, both with Dapr enabled. I cannot seem to get the POST requests between the two services working. If Service A make a POST request with a request body to Service B, the…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
577 questions
asked 2024-07-26T11:40:04.9533333+00:00
Liam Leung 5 Reputation points
edited an answer 2025-03-12T01:31:50.65+00:00
HBLab-HieuDT 20 Reputation points