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":…
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…
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…
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.…
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…
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?
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?
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…
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 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…
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…
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…
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 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…
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…
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…
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…
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…
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…
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…