Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [azure-container-apps]

Azure Container Apps ( ACA ) is a new service https://learn.microsoft.com/en-us/azure/container-apps/ which is an abstraction layer atop of Azure Kubernetes Service ( AKS ) ... it provides a serverless approach so you do not need to handle the underlying AKS infrastructure provisioning ... you create an environment then create a containerapp using that env which offers Continuous Development ... it allows you to scale up or down to zero containers

azure-container-apps
0 votes
1 answer
18 views

How to create a container app scale rule based on a service bus message queue length

I have a azure container app that I want to scale based on a Azure service bus queue. The app is already configured to process the queue and every instance processes two messages at a time. With ...
Jürgen Steinblock's user avatar
0 votes
1 answer
78 views

How to use appsettings in Azure Container App?

Currently we are migrating our .NET Framework WEB APIs to .NET 8. Along with that, we are migrating from service fabric to Azure Container App. We want to use app setings from AppSettings.json file in ...
Bharti Tijare's user avatar
-1 votes
0 answers
15 views

Which is best platform to host a stateful application ACA or AKS? [closed]

I have a complex application. Which is also a microservice architecture. It should be hosted in an enterprise level. And it is better to be cost effective. Can Anyone help me to find the right ...
Amrish 's user avatar
0 votes
1 answer
59 views

Migration of ASP.NET MVC application to Azure Container app (Windows container)

I have an application in ASP.NET MVC & want to modernize it and move to cloud using Azure Container apps. However I found Azure Container app will deployed app on linux container & my ...
Nikita Pawar's user avatar
0 votes
0 answers
29 views

Azure App Container and App Gateway - "host name" is not correct

I've implemented a Container App with an Application Gateway on Azure. In the Application Gateway, the "Backend Setting" configuration is set as follows: "Override with new host name&...
vlauciani's user avatar
  • 1,100
1 vote
1 answer
80 views

Unable to setup continuous deployment in new Azure Container App due to "deny assignment" error

I've successfully completed the tutorial for containerized functions on Azure Container Apps. Now when I go to setup up Github Actions for continuous deployment from the container app in the Azure ...
Peter Radocchia's user avatar
0 votes
1 answer
59 views

Bind managed certificate to Custom Domain for Azure Container App with az CLI fails

I am trying to create a shell script to automate the creation of a managed certificate for a Custom Domain for a Azure Container App using az CLI. The problem I am experiencing is related to an error ...
Riccardo Barbieri's user avatar
1 vote
1 answer
103 views

Get template name from variable and run template?

I have an Azure DevOps repository that I want to fill with a number of (pipeline-)templates. Each template-file represents an Azure Container App Job. On merge to production I would like the pipeline ...
kiesel's user avatar
  • 109
0 votes
1 answer
115 views

Chromadb not able to write SQLite database in Azure file system

I created an application using Chainlit, LangChain and Chromadb deployed on Azure Container Apps. I created persistent storage using Azure storage account and mounted on Azure Container Apps. The ...
Nitin Mehta's user avatar
0 votes
2 answers
87 views

how to switch azure container app workload profile from consuption to dedicated workload profile?

I have created an azure container app with quick image. Here my container app is in consumption workload profile as when deploying with quick start image there is no option to select between workload ...
Vivek Panchal's user avatar
0 votes
1 answer
109 views

Deploy container image to azure container App with environment variables

I've setup one pipeline in azure devops to build container image, push to ACR and deploy to container app with environment variables. Below is script which i was trying, but unable to set environment ...
shah harshil's user avatar
0 votes
1 answer
52 views

Azure Loadbalancer with public IP forward traffic to Container Apps

We have deployed a azurerm_container_app_environment and a azurerm_container_app using terraform. resource "azurerm_container_app_environment" "myenv" { name ...
Fabry's user avatar
  • 1,618
0 votes
1 answer
82 views

Logging from next.js application in an azure container app

I have a next.js application running in an Azure container app. The container app has a "log stream" feature. In this view I can see that the next.js application is starting up: ▲ Next.js ...
Nikolaj's user avatar
  • 429
0 votes
1 answer
75 views

How to Configure Container App Job to use Accurate KEDA

We are having some difficulty figuring out how to configure the auto scale rules on our Azure Container App Job to use the "accurate" calculation method vs the default when determining the ...
Mike's user avatar
  • 798
0 votes
0 answers
60 views

Azure container apps using docker nginx proxy_pass to another container

Update 07-05-2024 After some digging, I was made aware that Azure by default uses http protocol http 1.1 between app containers. After reading through some more nginx docs I discovered that the nginx ...
zigaio's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
21