274 questions with Azure Container Apps tags

Sort by: Updated
0 answers

How to add .env file to container app

I have laravel container image.and going to use container app.how to add env to this container app. can't use azure portal,i have 50+ environment variables. Right now i have .env file

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
274 questions
asked 2024-05-10T07:51:55.32+00:00
Umesh Edirisingha 0 Reputation points
edited the question 2024-05-10T12:59:28.3566667+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
1 answer

how to mount a volume in azure container app using the azure portal

I have a shared volume in my container-environment but can´t fint the way to mount this volume for the container in the portal. How can I do this using the portal? Furthermore, if a make changes in the container, when restarting container all settings…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
274 questions
asked 2024-05-08T05:43:59.02+00:00
Staiger Claes-Philip (Consultant) 0 Reputation points
commented 2024-05-09T07:06:34.5433333+00:00
Deepanshu katara 5,145 Reputation points
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.
274 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.
274 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

Azure CDN for Edgio returns 504 Gateway Timeout on URL request

I am attempting to point my Azure CDN for Edgio towards an Azure Container App's custom domain with HTTPS traffic. I have bought a custom certificate which has been uploaded to a Key Vault which both the container app and cdn have permission to use for…

Azure Content Delivery Network
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
274 questions
asked 2024-05-07T08:12:59.6966667+00:00
Samuel Peter Jenks 0 Reputation points
commented 2024-05-07T11:13:53.55+00:00
KapilAnanth-MSFT 35,591 Reputation points Microsoft Employee
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.
217 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
274 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 35,591 Reputation points Microsoft Employee
0 answers

Does ACA support PID namespace sharing for multiple containers within Azure Container Apps

Does Azure Container Apps support pid namespace sharing among containers within the same app. Equivalent to "shareProcessNamespace" option use in kubernetes spec …

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
274 questions
asked 2024-05-04T08:25:47.99+00:00
PS 20 Reputation points
edited the question 2024-05-04T08:29:25.85+00:00
PS 20 Reputation points
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,393 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
274 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 23,106 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.
274 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.
274 questions
asked 2024-04-29T16:50:17.05+00:00
Eugene N 0 Reputation points
commented 2024-05-02T18:11:30.8733333+00:00
Eugene N 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to get ACR access token from AAD token using Managed Identity

Hi, I am trying to fetch ACR refresh token using AAD token using managed identity But the oauth2/exchange http call fails with 403 error &{403 Forbidden 403 HTTP/1.1 1 1 map[Connection:[keep-alive] Content-Length:[310]…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
645 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
274 questions
asked 2024-05-01T07:55:59.0233333+00:00
PS 20 Reputation points
accepted 2024-05-02T15:20:19.7333333+00:00
PS 20 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.
274 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 3,886 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.
398 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,320 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
274 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,646 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.
274 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.
274 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
Deepanshu katara 5,145 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,454 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
274 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,831 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.
274 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 5,145 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.
398 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
274 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,540 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.
274 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 5,145 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.
274 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