418 questions
0
votes
1
answer
64
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
3
answers
229
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
44
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
84
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
55
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
26
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 ...
0
votes
0
answers
28
views
How to create Dashboard for azure container apps up and down
I want to develop a dashboard for Azure Container Apps status which show greens or red based on running and stopped, i am not finding a straight forward way to use any metrics or search for specific ...
1
vote
1
answer
88
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 ...
0
votes
1
answer
62
views
Repoint Azure App Service URL to container app [closed]
I have an Azure App Service, which is accessible via HTTP using it's .azurewebsite.net domain name. Lots of other applications are configured to call REST endpoints within this app service. For ...
0
votes
0
answers
56
views
Deploying Spring Java REST API app to Azure Container Apps
I have a REST API app developed with Java Spring Boot.
I am trying to deploy it to Azure Container Apps (ACA) with the following standard web app architecture:
web browser -443-> Apache2 container -...
-1
votes
1
answer
125
views
Bicep, Azure Container Apps - Azure Files SMB volume mount fails using bicep, but works after manual recreate volume [closed]
I'm deploying resources in azure using bicep. The deployment process complete successfully without error,
However, the container is not working.
In container app log stream (application) I will get ...
0
votes
0
answers
201
views
Azure Container Apps: Environment Variable Not Populated from Secret Reference Despite Correct Secret and Deployment
I'm deploying a .NET 9 API to Azure Container Apps using GitHub Actions. I want to inject a database connection string as an environment variable using a secret reference. My GitHub workflow sets the ...
0
votes
1
answer
149
views
(ContainerAppLabelsModeInvalidTraffic) In container apps labels revision mode a traffic weight and label must be provided for each active revision
I have an azure container app that i am running in deployment mode: Deployment labels Automatic activation of multiple revisions using labels.
Here is what I am doing:
#create a second revision for ...
1
vote
1
answer
409
views
Unable to reach deployed .NET Aspire sample project in Azure Container services
I use the sample project of .NET Aspire, support ticket API, locally it runs great only then I deploy the components using azd up, the deployment also works great.
The published API says it can be ...
0
votes
1
answer
115
views
WordPress in Azure Container App Not Sending Emails Despite Correct SMTP Config
I’ve migrated a WordPress site to an Azure Container App running inside a Virtual Network (VNet). The site is accessible via a custom domain, and I’ve configured the container app ingress as follows:
&...