266 questions with Azure Container Apps tags

Sort by: Updated
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.
389 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,265 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
266 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 23,416 Reputation points Microsoft Employee
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.
266 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.
266 questions
asked 2024-04-25T16:01:34.32+00:00
Desmond Sindatry 6 Reputation points
edited a comment 2024-04-26T04:05:28.3666667+00:00
Deepanshu katara 4,825 Reputation points
0 answers

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.
266 questions
asked 2024-04-25T15:06:08.2133333+00:00
Frank 0 Reputation points
edited the question 2024-04-26T03:53:07.4033333+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
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,442 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
266 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 15,216 Reputation points
0 answers

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.
266 questions
asked 2024-04-25T16:16:00.07+00:00
Samuel Bradshaw 30 Reputation points
commented 2024-04-25T16:48:56.21+00:00
Deepanshu katara 4,825 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.
389 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
266 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 2,305 Reputation points Microsoft Vendor
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 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,142 questions
Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
215 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
266 questions
asked 2024-04-24T01:17:29.63+00:00
Desmond Sindatry 6 Reputation points
edited a comment 2024-04-25T04:47:19.6033333+00:00
MayankBargali-MSFT 68,476 Reputation points
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.
266 questions
asked 2024-04-24T10:39:02.0566667+00:00
Rob Smith 0 Reputation points
commented 2024-04-24T17:28:11.81+00:00
Deepanshu katara 4,825 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.
266 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.
266 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,142 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.
958 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
266 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,265 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
266 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 18,610 Reputation points
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.
266 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,474 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 16,011 Reputation points
0 answers

Container Apps update ingress, request error

I created a container App in a dedicated vnet and each time I update the ingress I get the following error

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
266 questions
asked 2024-04-17T13:41:40.34+00:00
Anonymous
commented 2024-04-19T08:57:22.78+00:00
JananiRamesh-MSFT 21,171 Reputation points
0 answers

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.
266 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,878 questions
asked 2024-04-19T03:01:40.03+00:00
mike010101 0 Reputation points
edited the question 2024-04-19T05:09:40.5866667+00:00
ajkuma 22,401 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Will Azure Container Apps be available for Azure for US Government

Is there a plan and timeline to make Azure Container Apps available for Azure for US Government? Today is 2024-04-12

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
266 questions
asked 2024-04-12T17:19:07.4166667+00:00
Jay Ma 30 Reputation points
commented 2024-04-16T12:42:56.3466667+00:00
Jay Ma 30 Reputation points
0 answers

Azure docker web linux apache app keeps restarting

I have a web app based on a Dockerfile. It is set to Continuous Deployment and is Healthy. It is a B1 with 1 instance. I can browse my pages, but it frequently is very slow for a few seconds and if I look at the logs it is restarting. There is no docker…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
266 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,878 questions
asked 2024-04-15T21:17:48.6966667+00:00
RobertTheBruce 51 Reputation points
commented 2024-04-15T21:22:08.4966667+00:00
RobertTheBruce 51 Reputation points
1 answer One of the answers was accepted by the question author.

How to secure container in container apps using Defender for cloud

Hi, I want to know how can I protect the containers during runtime and scan the images with Defender for containers. Listing down my questions How to configure Defender for Containers for runtime protection. And what action to take post…

Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,194 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
266 questions
asked 2024-04-12T17:10:20.8966667+00:00
DiptiRanjan Swain 176 Reputation points
commented 2024-04-15T13:39:09.28+00:00
DiptiRanjan Swain 176 Reputation points
1 answer One of the answers was accepted by the question author.

Extending authentication session on Azure container app

Enabling authentication on a container app introduces a cookie to the browser with which the user can proceed through the authentication middleware to the application. This cookie has a session which is maintained on the authentication middleware, with…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
266 questions
asked 2023-10-06T07:56:28.21+00:00
Milorad Savcic 51 Reputation points
commented 2024-04-15T13:27:28.4666667+00:00
Milorad Savcic 51 Reputation points