562 questions with Azure Container Apps tags

Sort by: Updated
0 answers

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.
562 questions
asked 2025-03-08T13:55:32.91+00:00
Santhya Rama S 115 Reputation points
edited the question 2025-03-08T17:36:32.3666667+00:00
TP 108.6K Reputation points
1 answer

Why am I unable to link container app as a backend api on a static web app?

I have a functions app, hosted as a container app. I'm trying to use it as the api of a static web app. When I go to link it, I get an error stating that I don't have permission due to a deny assignment on the resource group. When I created the function…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
562 questions
asked 2025-03-05T17:00:44.5533333+00:00
Ada Graves 0 Reputation points
commented 2025-03-08T01:05:00.1833333+00:00
Loknathsatyasaivarma Mahali 630 Reputation points Microsoft External Staff
1 answer

App container located in northeurope with reduced signalR performance

I have a number of azure app containers running in the region westeurope. We have a database and Azure SignalR service running in northeurope that's being used by the container apps. To reduce database latency we created a new app container…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
157 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
562 questions
asked 2025-02-19T09:28:32.37+00:00
Anton Jonsson 0 Reputation points
answered 2025-03-07T16:55:54.79+00:00
Shree Hima Bindu Maganti 3,520 Reputation points Microsoft External Staff
0 answers

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.
562 questions
asked 2025-03-06T01:25:37.0966667+00:00
365 Louis Savoldy 0 Reputation points
commented 2025-03-07T16:14:50.0166667+00:00
Madugula Jahnavi 0 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Azure Container Apps to Azure SQL Database

Hi. I am having great trouble connecting my app deployed in Azure Container Apps to Azure SQL Database. I have been able to successfully access the Azure SQL Database, or at least I think. However, perhaps when I try to login via Azure SQL Server…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
562 questions
asked 2025-03-04T20:05:24.82+00:00
James Hizon 40 Reputation points
commented 2025-03-07T14:54:25.06+00:00
Ryan Hill 29,846 Reputation points Microsoft Employee
0 answers

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.
562 questions
asked 2025-03-07T10:31:13.4733333+00:00
Diana C 0 Reputation points
commented 2025-03-07T12:54:29.2033333+00:00
Khadeer Ali 3,750 Reputation points Microsoft External Staff
0 answers

How do we control the number of replicas per instance in a container app?

We would like to have one replica per instance, with additional replicas raising additional instances. However it seems to ignore our scaling settings, and it seems to be sending all the reuests to one replica at once. We are using Azure Storage Queues,…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
562 questions
asked 2025-02-27T10:03:58.6366667+00:00
Jan Rosenzweig 0 Reputation points
edited a comment 2025-03-07T11:48:07.99+00:00
Ranashekar Guda 575 Reputation points Microsoft External Staff
2 answers

InvalidAudience error during websocket requests to Azure resources

This might just be a transient issue, today we started receiving "401 Unauthorized" responses from the Azure Portal and the Azure CLI when trying to interact with our container apps. Specifically when trying to view log streams or connect to…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
562 questions
asked 2025-02-19T02:01:56.63+00:00
Shawn Smiley 0 Reputation points
edited an answer 2025-03-07T10:29:47.4166667+00:00
Pravallika Kothaveeranna Gari 160 Reputation points Microsoft External Staff
1 answer

Deploy container apps with same static IP for ingress and egress traffic

I have deployed container apps with workload profiles and NAT gateway for eggress, but there's currently separate IPs for ingress via load balancer and eggress via NAT gateway. What is the correct way to get same IP for both?

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
562 questions
asked 2025-03-04T13:13:53.0433333+00:00
Klaus Helenius 0 Reputation points
commented 2025-03-07T10:17:23.17+00:00
Ranashekar Guda 575 Reputation points Microsoft External Staff
1 answer

How to trigger a container app webhook that is running inside a privat vnet by an event grid webhook subscription?

I have a container app running inside a private vnet. I want to set up an event grid subscription webhook to trigger this app without opening up the container app to requests from the public internet.

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
427 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
562 questions
asked 2025-02-26T10:48:22.26+00:00
Simon Blomsterlund 0 Reputation points
edited a comment 2025-03-07T10:06:57.3133333+00:00
Sampath 750 Reputation points Microsoft External Staff
1 answer

Azure Container App creation fail with operation expired

I create azure container app but it failed with operation expire. No revision created so I cannot see log. I have no clue where I can check detail of error. Do you have any idea?

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
562 questions
asked 2025-02-20T19:05:45.9333333+00:00
answered 2025-03-07T09:50:08.7433333+00:00
Arko 335 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.
562 questions
asked 2025-02-09T17:12:35.95+00:00
Salam ELIAS 137 Reputation points
commented 2025-03-07T09:03:39.73+00:00
Salam ELIAS 137 Reputation points
1 answer

Jobs Getting Suspended in Azure Container Apps (KEDA Queue-based Triggered)

Some of our Azure Container App Jobs are being suspended unexpectedly. The logs show "Suspending Scale Job: jobname". We expect that this issue is related to the scaling of the job executions. The jobs are triggered via KEDA based on messages…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
562 questions
asked 2025-03-04T12:51:51.4533333+00:00
Arthur Kerst 0 Reputation points
commented 2025-03-07T08:17:18.3966667+00:00
Arthur Kerst 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to switch user in debug container?

The documentation about debug containers mentions that it is possible to switch the user inside the debug container by running the following command: switch-to-app-user Full quote: By default, debug console runs as root user. You can access /proc/1 to…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
562 questions
asked 2025-02-18T17:40:44.4233333+00:00
Patrick 25 Reputation points
commented 2025-03-07T06:35:26.9466667+00:00
Bowen Wan 85 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

(ContainerAppInvalidVolumeMount) Invalid Request: Volume '' to mount doesn't defined in the Container App 'xxx'.

I have created a container app and a file share following these instructions: Tutorial: Create an Azure Files volume mount in Azure Container Apps | Microsoft Learn After exporting the yaml, I added : volumeMounts: - name: simplemq …

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
562 questions
asked 2025-03-03T13:37:07.2066667+00:00
Per Schondell 20 Reputation points
accepted 2025-03-06T13:25:49.72+00:00
Per Schondell 20 Reputation points
3 answers One of the answers was accepted by the question author.

How to connect to a containerapp on azure from s2s vpn

I need help connecting to a container app on azure from a site to site VPN. What I have done: Create a Site to Site VPN which connects from our office site to the Azure cloud. I have proved this works by creating a Virtual machine in Azure and…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,674 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,653 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
562 questions
asked 2023-11-22T15:15:14.7633333+00:00
Peter Young 20 Reputation points
commented 2025-03-06T10:22:31.96+00:00
Peter Young 20 Reputation points
2 answers

Azure Function Container App not Scaling down

Hi all, I am having a problem with one of my Azure Container App functions. The function is subscribed to Service Bus Topics. My problem is that the Function is not scaling to Zero despite not having any messages in the topics. Any suggestions on…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,504 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
562 questions
asked 2025-01-31T10:17:16.5033333+00:00
Keith Doran 0 Reputation points
commented 2025-03-06T09:42:16.1633333+00:00
Ranashekar Guda 575 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.
562 questions
asked 2024-11-19T16:55:09.1666667+00:00
Paul Davies 0 Reputation points
commented 2025-03-06T06:42:51.3733333+00:00
Shireesha Eeraboina 1,900 Reputation points Microsoft External Staff
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.
562 questions
asked 2025-03-05T23:06:58.94+00:00
Chandrashekar, Anil (Cognizant) 0 Reputation points
commented 2025-03-06T01:38:42.6733333+00:00
Chandrashekar, Anil (Cognizant) 0 Reputation points
2 answers

Azure Container App Down

We had two app containers configured on the same environment go down suddenly. They both pull from the same Azure Container Registry. These apps have been deployed many times and run without any configuration changes for months prior to going down.…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,653 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
562 questions
asked 2025-02-13T22:00:14.4366667+00:00
Greg L 0 Reputation points
answered 2025-03-06T00:49:50.3766667+00:00
Suwarna S Kale 1,186 Reputation points