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…
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…
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.…
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…
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…
How to secure container in container apps using Defender for cloud
Hi, I want to know how can I protect the containers during runtime and scan the images with Defender for containers. Listing down my questions How to configure Defender for Containers for runtime protection. And what action to take post…
Timeout Issue in Azure Container Apps Despite Having Minimum Instances Running
I'm experiencing timeout issues in my Azure Container Apps after some inactive sites, even though I've set a minimum of 1 instance to be running at all times. Here's some background on my setup: Minimum instances: 1 for all application App: A JAVA…
Azure Container App internet outages
Hi everyone! I'm struggling with a problem and could use some advice. I have a Python application that acts as a typical data sink, listening to data from a websocket provided by an exchange. The program runs in Docker, with the image stored in Azure…
Attaching Azure File Share to NGINX Container app using only the portal and NOT az cli
I have a Container App Environment, with Azure File Shares already configured. I create a Container App in the environment using image nginx:latest. I want to mount the /etc/nginx path to the storage volume. I have done this so many times, and…
Networking inside internal vnets: how to call app2 from app1 if app2 has ingress set to internal only?
Hello! I have several container apps running in the same container app environment and connected with the same vnet. Assume app1 is the frontend, has external ingress enabled and needs to call app2. Apps2 is th backend, has external ingrss…
How can Azure Container App securely communicate with external Azure resources?
I have created a container app in Azure. Currently, the ingress is enabled and is configured to "Accept traffic from anywhere" using the HTTP protocol. I would like to restrict traffic to some of my Azure resources, such as SQL servers and…