How many websocket connections are supported on container apps?
We are considering to self-hosting our websocket server cluster which we now have in a private data center onto Azure Container Apps. What would be the constraint on the amount of websockets?
Need to configure ACA DAPR for sample app
Need to configure ACA DAPR for sample app need to know how to create DAPR with azure container apps also some live app
How to Implement/Add Health Checks for Azure Function App Running in Container Apps Environment?
I have a Function App running within a Container Apps environment as its hosting plan, created using the azapi_resource from Terraform. However, I’m not seeing the "Health Check" option in the Azure portal for this Function App. I’ve included…
Cannot remove resources due to invalid configuration (deployment stack missing)
I tried to remove a Resource Group but due to ignorance something went wrong causing a "invalid state". I had created a container app using Terraforms and I tried to remove that. Since it is a while ago I don't remember if it was trough a…
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 not getting updated image tag from GitHub workflow
I'm using Azure Container Apps with a Java application and have set up a GitHub Actions workflow for deployment, using the following…
Issue with nginx reverse proxy to FastAPI container in Azure Container Apps
Hi, I'm trying to setup an nginx reverse proxy on Container Apps. I have the nginx container and a FastAPI container in a Container App Environment with simple virtual network + subnet + private DNS zone. The API's ingress is set to internal, and the…
Bug with Network Egress in Container Apps Session Pool
Using a container apps session pool works fine without network egress. However, enabling network egress results in the session pool being unavailable, and it returns 404 errors. Is there a solution for this issue?
Websockets not working on azure app service
I have been using websockets in my application and everything works fine locally, after dockerizing too. But after I have deployed the app to azure, I see that the websocket connection is failing: page-e3e051ef4d840b60.js:1 WebSocket connection to…
How do I configure an inbound NAT rule in Azure Firewall to point at an Azure Container App?
The instructions to filter inbound traffic uses a Virtual Machine with a private IP address. If I set up a Container Apps Environment with a subnet and a Container App with VNet only ingress, the Container App replica doesn't have a private IP available.…
Error "does not have authorization to perform action 'Microsoft.ContainerService/register/action'" when trying to create a Container Apps environments to use existing Virtual Network
As in the title, I'm having problem creating a container apps environment that uses existing virtual network. The error also persists if I create a new virtual network using "Create new" option during creating the container apps…
How can I update image or do other maintanance in customer tenant's deployed from Marketplace?
I am working on the application that will be deployed by customer to his subscription by using Azure Marketplace offer. It is deployed with ARM template. I have attached identity to the template. My question is how can I get into the customer…
Azure container Apps Dapr workflows
Hello Team, Do azure container apps supports dapr workflows? If yes can you please help me with Microsoft help link? thanks, sriraghavendran.
Is Azure Container Apps safe and reliable for production environments?
Is Azure Container Apps as safe and reliable for production environments as Azure Kubernetes Service? Considering Security, Networking, PCI Compliance, Performance, Scalability, etc.
Configuring a Custom Python Interpreter in Container App Session Pool
How can a custom container be configured for the Python interpreter in the Container App session pool? Currently using the session pool to run safe code from a large language model (LLM) and want to add additional packages beyond the pre-installed…
Azure App Service vs Azure Container Apps - which to use?
Hello, our company is planning to develop multitenant web application. We will be having several modules, where each module consists of frontend and backend (as separate apps). So not really a monolith, but not really a microservice architecture as well.…
Which Azure service to host (Docker) Graylog server?
I'd like to spin up a Graylog server to monitor a couple web servers (also hosted on Azure). I'd like to host this such that ideally I don't have to maintain the underlying server infrastructure. Graylog seems to have a well supported Docker…
Mixed Content: connecting container apps in a subnet
Hello there, I'm struggling and hope you can help me. I got several azure container apps set up in a subnet inside a vnet. The goal is to allow only 1 of them (the frontend) to be accessible via the internet, while it communicates in a secure fashion…
How to enable container app to talk to azure app service
I am looking for a solution to have an internal Azure Container Apps environment (apps won't be exposed to the internet). Although in itself it's trivial to have an internal-only env, we need to address the need to have inbound connections from services…
How to enable container app to talk to azure app service
I am looking for a solution to have an internal Azure Container Apps environment (apps won't be exposed to the internet). that need to have inbound connections from other azure services such as App services which will require inbound and outbound from…