323 questions with Azure Container Apps tags

Sort by: Updated
1 answer

App Container console logs are cutoff

My application writes logs as follows: 2024-04-18 22:44:35,588|8|INFO|mkt_data_loader.load_data|loading data: [] 2024-04-18 22:44:35,915|8|INFO|mkt_data_loader.load_data|data loaded successfully 2024-04-18…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,249 questions
asked 2024-04-19T03:01:40.03+00:00
mike010101 0 Reputation points
answered 2024-05-11T04:32:17.6433333+00:00
brtrach-MSFT 15,701 Reputation points Microsoft Employee
0 answers

Http response streaming stops (timeout?) at 30 minutes - Azure Container App

I have an Azure Container App (Node.js + Express) with an http endpoint. It creates a zip file and streams it to the client on the fly. (Fetching files sequentially from an upstream service and streaming them as entries to the zip) Meaning it returns…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2023-11-10T10:57:21.6433333+00:00
Tamás Pollák [CELUM] 0 Reputation points
commented 2024-05-09T06:46:04.9966667+00:00
Yves Alexandre Cadet 0 Reputation points
3 answers

Azure Container App returns 503 when scaling from 0 with multiple concurrent requests

Hi, I'm currently facing this issue with my Azure Container App (ACA): When the ACA receives at the same time 4 or more requests and if the app has been "Scaled to 0", some requests return status 503 while others complete just fine. status:…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2023-12-29T18:08:18.4933333+00:00
Pedro Antunes 15 Reputation points
commented 2024-05-07T14:05:25.71+00:00
Shuky Riechard 0 Reputation points
0 answers

How to connect my container app with "Azure cache for Redis Enterprise"

I successfully deployed my "Azure cache for redis enterprise" cluster using private link. The Private DNs zones are configured correctly and the endpoints are reachable. Now we deployed container apps with 2 containers. Both are configured in…

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
226 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2024-04-24T01:17:29.63+00:00
Desmond Sindatry 26 Reputation points
edited the question 2024-05-07T10:26:54.69+00:00
KapilAnanth-MSFT 39,206 Reputation points Microsoft Employee
2 answers

Setup openvpn on ubuntu 22 not able to resolve internal conatiner app service

after connecting vm not able to resolve internal container apps

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,429 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2024-04-29T16:44:17.6733333+00:00
Rahul Arya 0 Reputation points
answered 2024-05-03T22:12:08.42+00:00
ChaitanyaNaykodi-MSFT 24,231 Reputation points Microsoft Employee
1 answer

How to access user claims in python application code when using build-in authentication for container app

I have a container app which is developed in Python with streamlit. I enabled Azure build-in Authentication ("Easy Auth") with Microsoft Entra ID. The authentication part works fine. However, I want to enable some custom authorization…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2024-04-25T15:06:08.2133333+00:00
Frank 0 Reputation points
answered 2024-05-03T20:36:14.3266667+00:00
Frank 0 Reputation points
1 answer

Issue with accessing Azure Container App behind internal load balancer on VNet

I have pretty regular set of templates that deploy Container App on private network (vnet) with ingress working only on that network The underlying container exposes port 80, the replicas are up and running, health checks are OK. I have a test VM on that…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2024-04-29T16:50:17.05+00:00
Eugene N 5 Reputation points
commented 2024-05-02T18:11:30.8733333+00:00
Eugene N 5 Reputation points
0 answers

How to mount a volume when building a pipeline in DevOps to deploy to Container Apps.

I have a Container registry, a Container Apps Environment, and a Container App. I set up a Storage account with a File share. I added the file share to my Container Apps Environment. I added a Volume to my Container App that references the file share.…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2024-04-29T19:51:41.79+00:00
Ada Graves 0 Reputation points
commented 2024-04-29T21:13:53.9+00:00
Sina Salam 6,496 Reputation points
1 answer

What is the use of running Azure functions in Azure Container Apps ?

Do we have any cost savings? while we run azure functions in Azure Container Apps.

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
419 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,543 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2024-04-26T13:46:53.0933333+00:00
Tejeswar 0 Reputation points
answered 2024-04-26T16:15:43.6133333+00:00
kobulloc-MSFT 25,561 Reputation points Microsoft Employee
1 answer

Cannot delete container app environment

I am unable to delete a container app environment from azure. When I try to delete it, I get the message "The specified environment xxxxxxxxx cannot be deleted because it still contains 1 ContainerApps". However, when I go to the Apps tab on…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2024-04-25T16:16:00.07+00:00
Samuel Bradshaw 30 Reputation points
answered 2024-04-26T10:12:26.63+00:00
MayankBargali-MSFT 69,941 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to Turn-On System Assigned Identity on a Container App

I am trying to enable System Assigned identity on my container app. Upon doing so, I get the error: 'Failed to perform resource identity operation. Status: 'BadRequest'. Response:…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2024-04-25T08:55:00.1933333+00:00
drkdoesmsdev 20 Reputation points
accepted 2024-04-26T04:44:53.35+00:00
drkdoesmsdev 20 Reputation points
1 answer

Unable to add environment variables in container apps

I am trying to add environment variables to my container app and getting this error. Tried searching but not able to find where to update this version. az containerapp update -g ${resourceGroupName} -n ${containerAppName} --container-name abv \ >…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2024-04-25T16:01:34.32+00:00
Desmond Sindatry 26 Reputation points
edited a comment 2024-04-26T04:05:28.3666667+00:00
Deepanshukatara-6769 6,715 Reputation points
1 answer

Understanding TCP Connection Limits for Azure Container Apps with Cosmos DB

I'm developing an ASP.NET Web API for handling CRUD operations with Cosmos DB and plan to deploy it on Azure Container Apps. My setup involves using multiple CosmosClient instances connected to different accounts, aiming for a multi-tenant architecture.…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,513 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2024-04-07T08:45:41.0833333+00:00
Gebriel Tadesse 0 Reputation points
edited an answer 2024-04-25T20:15:52.2866667+00:00
Amira Bedhiafi 18,341 Reputation points
1 answer

How to fix ContainerCreateFailure error ["Msg":"Container \u0027xxx\u0027 was terminated with exit code \u0027\u0027 and reason \u0027ContainerCreateFailure\u0027","Reason":"ContainerTerminated","EventSource":"ContainerAppController"]

Hello! When I deploy a container app in my original managed environment (Consumption Only) with 2 CPU cores and 4Gi memory, I am successfully able to pull my image from my Container Registry and deploy it. However if I were to create a dedicated…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
419 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2024-04-25T05:53:01.05+00:00
David 0 Reputation points
answered 2024-04-25T07:26:40.6633333+00:00
Anveshreddy Nimmala 3,460 Reputation points Microsoft Vendor
1 answer

Degraded revision in Container App

I have a container app that isn't deploying a new revision, following some code changes in the project. The new revision is showing as "degraded". From the logs, it just says the revision is in an unhealthy state - no more errors that point me…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2024-04-24T10:39:02.0566667+00:00
Rob Smith 0 Reputation points
commented 2024-04-24T17:28:11.81+00:00
Deepanshukatara-6769 6,715 Reputation points
0 answers

Disable storing specific Container App logs of a CAE

My Container App Environment (CAE) has 2 Container Apps. CA-1 and CA-2 The CAE stores all CAs logs into a Log Analytics Workspace. Is it possible to prevent CA-2 from sending logs there, while keeping CA-1?

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2024-04-22T07:18:18.8233333+00:00
Antony 27 0 Reputation points
edited the question 2024-04-24T06:35:08.08+00:00
Antony 27 0 Reputation points
1 answer

Rabbitmq on azure container app error 405 on trying to create queue on web management

I'm trying to create a bicep file for an application that uses RabbitMQ. However, the RabbitMQ container app throws an error when I try to create a queue or an exchange. I'm able to create a queue and add messages with a Python script, but when I try to…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2024-03-25T20:34:18.8033333+00:00
Pedro Miranda 5 Reputation points
answered 2024-04-22T17:39:49.42+00:00
Pedro Miranda 5 Reputation points
1 answer

Azure Container Apps with internal load balancer - 403 error

Hi! I've been trying to deploy Container App in a Virtual Network and then connect it to the Application Gateway so that only the latter is publicly accessible, but I encountered many issues along the road. I followed the tutorial:…

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,252 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
999 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2023-08-25T16:43:11.3233333+00:00
KrystianKrasucki-6994 0 Reputation points
commented 2024-04-22T17:37:12.55+00:00
David Bakke 5 Reputation points
1 answer

What is the use of running Azure functions in Azure Container Apps ?

Do we have any cost savings? while we run azure functions in Azure Container Apps.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,543 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
asked 2024-04-12T07:42:26.1666667+00:00
I, Sathavahana SBOBNG-PTIY/CMJ 0 Reputation points
commented 2024-04-22T15:19:44.49+00:00
Azar 21,150 Reputation points MVP
1 answer

Microsoft Container App Authentication

Hi, I am trying to setup authentication for an Azure Container App. I followed the documentation and have done the same for many other container apps and functions. It is setup with Microsoft for the provider and only for my tenant and I created a new…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
323 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,281 questions
asked 2024-03-14T20:52:51.79+00:00
Pete 0 Reputation points
commented 2024-04-19T23:33:53.2066667+00:00
Grmacjon-MSFT 17,286 Reputation points