Container Apps Metrics missing on GovCloud
I have a service built with Container Apps that I'm deploying with Terraform on both Commercial and GovCloud. On Commercial Cloud I am able to see the container app metrics such as CPU Usage, Memory, Network IO, etc. On GovCloud there appears to be an…
Splunk integration using Azure container app and event hub for Spring boot based microservices
Hi Team, I am working on setting up splunk for my microservices working in azure container apps and azure event hub being setup. But need to understand how to integrate it for all of my microservices over azure cloud. Any suggestions or doc reference…
App Insights Integration With Python Docker Application
Suppose my container is running python application on docker and I have xyz.log file inside the docker container which is generating logs in a specific time interval. I want to send these logs to app insights (logs). How I can achieve that? Although I am…
How to write the query on Azure to get the information of particular SPN linked with all the folders present in containers..
Hi, As there are multiple folders are preset into Azure storage containers, each folders of containers linked with some SPN. I am looking for the script to create to find, which SPN associate with which all folders?
Python Application Hosted On Docker(Azure Container Apps) Intergration with App Insights
I have hosted my python application on azure container app . I want to get metrics and logs in azure app insights. How can I achieve that?
Azure Container App show replica as 1 eventhough Zone Redundant is enabled
I have tried to deploy a Container App with Zone Redundant enabled. However from the azure portal it shows as 1 replica, where I expect it suppose to show 3 replicas at least? Refer to screenshot below: Note that in App Service, when I opt for zone…
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.…
Container App Activation Failed without error, checked everything, spent 2 days by now, please help
Hello, I got 3 container apps running in a container app env with workload profiles Consumption and D4. The Consumption type apps startup normally. The D4 type app failsto start up, but only inconsistently. These 3 apps are run in 3 deployment envs…
mTLS for communication between container apps
Hi, My understanding is that by default communication from a) ingress proxy to container apps b) container apps to container apps, don't use TLS, so requests have to be HTTP not HTTPs. Please confirm. Azure container apps provide peer to peer…
Azure Function in Container App Webhook validation handshake fails
Hello Trying to provision a eventgrid subscription I get the following error: ERROR:…
How to get the exact alert messages in Notification for detailed Managed Identity operation in Container Apps
I would like to create an alert particularly turning ON/OFF on Managed Identity on Container Apps or any resources under Identity. See screenshot below. I would like to filter or create alert the same as below notification messages if possible.
If I want to run 100 identical services with Azure ContainerApp, how can I make each service read its own config file?
Hello, this is my first time using Azure. First of all, I use VS2022 Pro. The program was written in C# .Net8, Worker Service project... I uploaded the code I wrote to Azure Service Registry, no problem... Then I ran it as a Container App, no…
TasksOperationsNotAllowed error using free azure account as owner from azure cli in wsl2 ubuntu
I am logged in to Azure cli installed in wsl2 default ubuntu newly installed in a fresh windows 11 using an account with "roleDefinitionName": "Owner". I am trying to follow some Microsoft tutorials about Azure container apps.…
Private Link between Azure Front Door and Azure Container Apps
Hi, There is some ambiguity in the documentation regarding private link support between Azure Front Door and Azure Container Apps at https://zcusa.951200.xyz/en-us/azure/frontdoor/private-link. One part of documentation says that private endpoints are…
Connection Timeout Issues Between Azure Container App and Azure Database for PostgreSQL
Establishing a connection to Azure Database for PostgreSQL from an Azure Container App randomly times out from a container. The connection works perfectly fine from a local workstation during the periods when timeouts occur. The container runs Alpine…
Custom domain free Certificate between Container App and FrontDoor
I want to configure FrontDoor with WAF to expose a container app based on a WordPress image. How can I configure the same custom domain in the container app and in FrontDoor? It seems that in order to use a free SSL certificate as per the container app…
OTel endpoints for Azure Insights cannot set connection string
I have a container apps that want to enable OTel endpoints to push traces to an Azure Insights. I do changes in portal, enabled logs and traces then selected my Azure Insights resource. I see that traces are being generated in the app but not available…
Set just one outboundAdress in container app
Hi! I have a problem with outbound ip address in my container app. I was created a container app environment with zone redundant disabled. In my container app overview and I see a lot ip in outbound ip adreseses, I need just one outbound ip. If I…
In a consumption only environment, is a Container App's outbound IP static?
We have a basic container app in a consumption only environment that needs a static IP for egress. The docs say "outbound IPs may change over time." But later it states that if you bring your own vNet in a consumption only environment, Azure…
Contaniner app
If I have a container app that will access to a key vault using a manage identity, the keyvualt can be in a different region as the container app is?