511 questions with Azure Container Apps tags

Sort by: Updated
0 answers

Size of /dev/shm in container app job

I'm attempting to run a pytorch job in a azure container app job. Pytorch complains about the size of /dev/shm. On my workstation I can avoid this by using the hosts /dev/shm using --ipc=host like so: docker run -it --rm --ipc=host -t <image…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
asked 2025-01-17T11:18:54.25+00:00
LarsFalkPetersen-4488 0 Reputation points
edited a comment 2025-01-27T05:27:23.0133333+00:00
VenkateshDodda-MSFT 23,691 Reputation points Microsoft Employee
0 answers

Azure Container app connectivity issue

Hi Team, We are facing connectivity issue in Container App, that after enabling the connectivity from Logic app and Function app to container app (workload profile or consumption-only tier). We are getting the "RBAC Denied" error, we have tried…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,351 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,322 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
asked 2024-12-20T17:18:00.1233333+00:00
Chakraborty, Shubham 60 Reputation points
commented 2025-01-27T04:19:16.7366667+00:00
VenkateshDodda-MSFT 23,691 Reputation points Microsoft Employee
1 answer

Python Application Hosted On Docker(Azure Container Apps) Intergration with App Insights

I have hosted my python application on azure container app . I want to get metrics and logs in azure app insights. How can I achieve that?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,351 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
asked 2025-01-10T15:10:17.9833333+00:00
Kanav Sharma 25 Reputation points
commented 2025-01-27T02:09:12.08+00:00
Shireesha Eeraboina (Quadrant Resource LLC) 830 Reputation points Microsoft Vendor
0 answers

In azure container app, azure seems to remove removes forward slash / from URL

couchdb on azure container seems to have issue with azure forward slash / When saving simple json in couchdb, azure seems to remove forward slash / in URL Example when saving below json: { "_id":…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
asked 2025-01-24T20:02:31.6166667+00:00
Raj S 0 Reputation points
edited the question 2025-01-27T01:13:04.9+00:00
Shireesha Eeraboina (Quadrant Resource LLC) 830 Reputation points Microsoft Vendor
2 answers

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.
511 questions
asked 2024-04-29T16:50:17.05+00:00
Eugene N 20 Reputation points
commented 2025-01-24T17:41:23.5966667+00:00
Moritz Gnisia 0 Reputation points
2 answers

How to Pass Parameters to a Dockerfile in Visual Studio Publish Profiles

I have an ASP.NET solution in Visual Studio 2022 with Docker support enabled. I created a publish profile to deploy my application to Azure Container Apps. When I right-click the project and select publish, I see a window for publishing to Azure. In my…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
asked 2025-01-22T15:37:20.7466667+00:00
Tony Pitman 76 Reputation points
answered 2025-01-24T15:24:30.32+00:00
Tony Pitman 76 Reputation points
0 answers

Is it possible for an Azure Function hosted in a Container App Environment to be "always on"?

I've done the following: Enabled a dedicated workload profile which the app is running on. This has minimum instance count set to 1. Set the minimum replicas to 1 for the Azure Function itself. Still it seems to spin down to 0 and do a cold start.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,351 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
asked 2025-01-22T12:21:46.39+00:00
Sam Best 20 Reputation points
commented 2025-01-24T14:39:03.6133333+00:00
Khadeer Ali 2,525 Reputation points Microsoft Vendor
0 answers

How to restrict authentication to a list of allowed tenant while using the built-in authentication in Container App

The built-in Authentication is now available for Container Apps (as it has been for a while now on App Services). When adding the Identity Provider, there is a list of Additional checks that can be set: Client Application requirement Identity…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
asked 2025-01-17T14:21:30.2933333+00:00
Gaetan Willems 0 Reputation points
commented 2025-01-24T13:30:51.0366667+00:00
Khadeer Ali 2,525 Reputation points Microsoft Vendor
1 answer

How to write the query on Azure to get the information of particular SPN linked with all the folders present in containers..

Hi, As there are multiple folders are preset into Azure storage containers, each folders of containers linked with some SPN. I am looking for the script to create to find, which SPN associate with which all folders?

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,531 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
asked 2025-01-13T14:36:48.55+00:00
Saurabh Parmar 0 Reputation points
commented 2025-01-24T05:26:09.4433333+00:00
Nandamuri Pranay Teja 330 Reputation points Microsoft Vendor
1 answer

App Insights Integration With Python Docker Application

Suppose my container is running python application on docker and I have xyz.log file inside the docker container which is generating logs in a specific time interval. I want to send these logs to app insights (logs). How I can achieve that? Although I am…

Azure Time Series Insights
Azure Time Series Insights
An Azure internet of things (IoT) analytics platform to monitor, analyze, and visualize industrial IoT analytics data at scale.
79 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,208 questions
asked 2025-01-14T12:06:40.29+00:00
Kanav Sharma 25 Reputation points
commented 2025-01-22T17:19:08.8733333+00:00
Sander van de Velde | MVP 34,386 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Container App Session Pool Code Interpreter Output Length Truncation

It seems as though Code Interpreter Dynamic Sessions truncate outputs after ~4000 characters. I didn't see anything in the documentation about this, but I just integrated Session Pools and now I'm facing this problem. To test, you can do something like…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
asked 2025-01-18T16:26:35.1266667+00:00
Jonah 20 Reputation points
accepted 2025-01-22T13:04:36.4066667+00:00
Jonah 20 Reputation points
0 answers

Azure Container Apps pass a json string array as Environment variable ARM Deployment template language expression evaluation failed

Hi I need some help with the below code. I guess it should be possible to pass an array as a string as Env Var in bicep, right? Error Error> Deployment template language expression evaluation failed: 'The language expression…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
asked 2025-01-21T07:42:48.63+00:00
Adrian Ruchti 20 Reputation points
edited the question 2025-01-21T12:04:07.8433333+00:00
simo-k 2,005 Reputation points
1 answer

az 2.68.0 pip broken completely

Command: az extension add containerapp root issue: pip broken (see source error) Error: cli.knack.cli: Command arguments: ['extension', 'add', '-n', 'containerapp', '--allow-preview', '--debug'] cli.knack.cli: init debug log: Enable color in…

.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
341 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
asked 2025-01-20T10:35:50.5533333+00:00
Filipp Trigub 0 Reputation points
commented 2025-01-21T11:23:28.3833333+00:00
Khadeer Ali 2,525 Reputation points Microsoft Vendor
1 answer

How to enable the check for Allowed Tenants on Container Apps built-in Authentication

in Container App, there is now the ability to enable Built-in Authentication (similar to what has been available for some time now in App Services) When adding the Microsoft Identity Provider, we can define several Additional Checks: Client…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
asked 2025-01-17T14:43:39.5866667+00:00
Gaetan Willems 0 Reputation points
commented 2025-01-21T09:50:07.89+00:00
Khadeer Ali 2,525 Reputation points Microsoft Vendor
1 answer

Azure Container App for Vue.js app crashing

How do you get a Vue.js app to run in an Azure Container App that uses the Github Actions automated deployment given a dockerfile? Mine keeps crashing or timing out. I want it to be accessible via the browser on port 80. I have the target port set to…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
asked 2025-01-17T02:00:25.2666667+00:00
Donnie Kerr 0 Reputation points
answered 2025-01-19T20:40:01.8733333+00:00
Donnie Kerr 0 Reputation points
0 answers

private Azure Container App & Custom domains

My container app environment is private. A load balancer has been created and have a private IP in the the delegated subnet for Azure Container App Environment. I want to enable custom domains on the container app but bidding fails to create…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
asked 2025-01-17T16:33:51.1033333+00:00
Nicolas Lhoir 0 Reputation points
edited the question 2025-01-17T17:30:46.6266667+00:00
Sai Prasanna Sinde 3,410 Reputation points Microsoft Vendor
1 answer

With Session Pools, can you specify a custom CIDR range for network egress?

In the UI, I see that Azure Container App Session Pools allow you to toggle network egress on and off. Is there any way to control this in a more granular way. I imagine a lot of developers need to allow some outbound network connections but want to…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
asked 2025-01-16T15:16:15.73+00:00
Jonah 20 Reputation points
commented 2025-01-17T15:13:16.1866667+00:00
Sina Salam 16,446 Reputation points
0 answers

Aspire Dashboard is not showing the updated start time of the containers and unable to start/stop containers using PS command line

I have deployed Dotnet Aspire Project using azure developer cli.- Multiple deployments are completed but the start time is not updating with each new deployment.- However active revision time is updated when i check it from Azure Portal.- How can i…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,755 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,759 questions
asked 2025-01-17T09:52:50.2+00:00
Faisal Riaz 0 Reputation points
1 answer

mTLS for communication between container apps

Hi, My understanding is that by default communication from a) ingress proxy to container apps b) container apps to container apps, don't use TLS, so requests have to be HTTP not HTTPs. Please confirm. Azure container apps provide peer to peer…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
asked 2025-01-07T06:21:21.88+00:00
RajivBansal-2486 331 Reputation points
answered 2025-01-17T05:07:37.2033333+00:00
VenkateshDodda-MSFT 23,691 Reputation points Microsoft Employee
1 answer

Splunk integration using Azure container app and event hub for Spring boot based microservices

Hi Team, I am working on setting up splunk for my microservices working in azure container apps and azure event hub being setup. But need to understand how to integrate it for all of my microservices over azure cloud. Any suggestions or doc reference…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
511 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
133 questions
asked 2025-01-14T14:24:23.24+00:00
Bisht, Vipul 0 Reputation points
commented 2025-01-16T20:07:37.2766667+00:00
LeelaRajeshSayana-MSFT 17,021 Reputation points