423 questions
0
votes
0
answers
57
views
Azure App Insights with Container Apps (Cloud Native BuildPacks)
Azure App Insights with Container Apps (Cloud Native BuildPacks) is not working. I get "Not available: couldn't connect to your application" when I go to live metrics. This is a Spring Boot ...
0
votes
1
answer
115
views
What is the max length name of a Azure Container Apps Managed Environment
The official docs on resource name constraints do not list the managed environment only the container app itself.
https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-...
0
votes
0
answers
37
views
Cannot create already existing resource – when creating a ContainerApp in 2 steps (bootstrap + final) with system-assigned managed identity
Context
I'm using Pulumi (Python) with pulumi-azure-native and pulumi-azuread to deploy an Azure Container App with a system-assigned managed identity, where that identity must be a member of an ...
0
votes
0
answers
31
views
Using BFF-Session Auth - How to configure express session when deploying as SWA and Container App
I tried to follow this example of setting up an Session based authentification:
https://www.heise.de/hintergrund/Keine-Chance-dem-Token-Klau-Das-Backend-for-Frontend-Pattern-10988224.html?seite=all
...
Advice
0
votes
2
replies
78
views
Azure Application Gateway in front of an external Azure Container Apps environment
I have external Azure Container Apps environment with containerized applications(ACA) inside dedicated subnet. All apps have ingress settings set to internal(traffic is limited to ACA environment)
Now ...
0
votes
1
answer
101
views
Suppressing logs in Azure
I'm looking for help to suppress very annoying logging - something I am not getting about configuration.
In ACA Log stream I keep seeing these log entries:
2025-12-17T15:54:39.257462600Z 2025-12-17 15:...
Advice
1
vote
0
replies
53
views
Billing for internal requests ingress in Azure Container Apps
I am trying to deploy some services onto Azure Container Apps.
I set up the environment as Internal, and within my own VNet/subnet. Let's say I have 2 services in that environment that is ...
0
votes
1
answer
113
views
Write Azure Container App logs to Azure Monitor
I am developing a console application which will run as an Azure Container App.
How do I write application logs such that they can be reviewed and monitored using Azure Monitor?
I have searched for ...
0
votes
1
answer
70
views
ASP.NET/Angular/Azure: Why does refreshing the page still retrieves old data? The api returns correct data & I've set "no-cache"
To give context, I am using Azure Static Web App linked to GitHub, Azure Container App linked to Docker Hub & have Azure SQL database along with SQL Server setup. This is my first attempt in ...
1
vote
2
answers
364
views
How come Azure Developer CLI says my Aspire bicep is invalid when running in pipelines?
I recently created a new Aspire project and I'm deploying it to Azure using the Azure DevOps Pipelines.
My goal is to run the pipelines whenever a trigger occurs, generate the infrastructure, ...
0
votes
1
answer
65
views
azure service bus message not getting deleted from queue after triggering container app job and im not able to read message paylaod
I’ve set up an Azure Container Apps Job that is triggered by an Azure Service Bus queue. The job runs successfully each time a message is pushed to the queue, however the message is not removed from ...
-1
votes
1
answer
112
views
How to change the default HTTP scaler concurrency (10 requests) to 1000 in .NET Aspire?
I’m using .NET Aspire to orchestrate my services, and everything is deployed to Azure Container Apps.
By default for replication, Container Apps seem to use HTTP scaler with a concurrency target of 10 ...
0
votes
0
answers
91
views
Azure Container Apps native Functions in R
I am trying to use Azure Container Apps native Functions (announced earlier this year) to run some R code in response to messages on a Service Bus queue. I have a working trigger but it is not making ...
0
votes
0
answers
73
views
Function App hosted on Container Apps Autoscaler configuration
I have deployed a Function App over a Container App using the kind=functionapp property as documentation suggests.
The Function App (typescript) contains only HTTP triggered functions. The Container ...
1
vote
1
answer
104
views
Azure container app crashing while computing hash for large files
I have a piece of code deployed in Azure Container Apps that primarily copies the file from the staging Azure blob storage to the final Azure blob storage and computes the SHA256 hash.
However, I have ...