324 questions with Azure Container Apps tags

Sort by: Updated
1 answer

Was not able to deploy container into ACA

Hi, Bicep deployment of container worked in previous day however the same scripts was use to update the existing deployment did not work. Steps that happened: Deploy ACA into ACA environment that took too long then cancel. Deleted manually the…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2023-05-26T10:27:59.42+00:00
Villamor Navarro 0 Reputation points
commented 2023-06-02T06:29:32.41+00:00
navba-MSFT 19,495 Reputation points Microsoft Employee
3 answers

Azure Container Apps (ACA) with Key vault

Hello, While I know it is possible to connect key vault to container apps via Dapr, I am looking for a direct integration for key vault directly to ACA. In an ideal scenario, I can add the key vault resource to a bicep file, and then call the secrets…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,171 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2022-09-30T14:18:20.903+00:00
Jonathan 21 Reputation points
edited an answer 2023-05-30T09:40:40.7533333+00:00
Débora Martins de Jesús 0 Reputation points
1 answer

Handling many Azure B2C configuration runtime with MSAL.js

Hello, I'm developing a React application that will run inside a Docker container and I'll deploy this application with many customers, each of them with a different Azure B2C tenant. This implies that I should write the needed configuration (such as…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,315 questions
asked 2023-05-23T15:11:14.4233333+00:00
Alessandro Bacci 0 Reputation points
commented 2023-05-30T05:58:05.09+00:00
Shweta Mathur 29,031 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

How to authenticate when scaling Azure Container App to 0

I'm currently working on scaling down a container app to 0 using a Bicep file in Azure. I have made progress with setting up the scaling parameters such as min/max replicas and configuring the messagecount in the rules.custom.metadata. However, I'm…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
575 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2023-05-22T10:53:32.66+00:00
Ken Bonny 20 Reputation points
accepted 2023-05-26T15:07:54.71+00:00
Ken Bonny 20 Reputation points
1 answer

My ContainerApp keeps intermittently resetting itself, Can't found any logs about the problem.

Here are my reproduction steps (my subscription is 'Pay as you go'), and you can also try them out as they are very simple: Create a new ContainerApp, give it a name and fill in basic information; On the "Container" option, uncheck the quick…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2023-05-23T07:31:00.9366667+00:00
Tong Luo 0 Reputation points
commented 2023-05-24T01:17:35.1933333+00:00
Tong Luo 0 Reputation points
1 answer

Does Azure Container Apps bill after the response to a request is sent back to client?

How i think it works is 1. request comes 2. Request is handled for about 15 seconds 3. response sent back 4. some time passes without requests (maybe 15 minutes?) 5. scale to 0 stops the container. Am i billed for step 4. ? Is this the way Azure…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2023-05-09T14:27:45.0466667+00:00
Lyubomir-3610 0 Reputation points
commented 2023-05-18T16:05:40.79+00:00
MayankBargali-MSFT 69,941 Reputation points
1 answer One of the answers was accepted by the question author.

Communication between containers in same Container App

Hello, i deployed a container app instance with two containers inside: webserver (nginx) (port 80) app (php-fpm) (port 9000) Webserver needs to redirect .php requests to App container, i tried using app:9000 but it's not working. How can i achieve…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2023-05-17T09:32:22.84+00:00
Daniele Sarnari 25 Reputation points
commented 2023-05-17T10:17:31.39+00:00
Daniele Sarnari 25 Reputation points
0 answers

Container Apps Environment log analytics broken

PART 1: When I create a new Log Analytics Workspace from Container Apps Environment it defaults to USA East but my Resources are in Australia East. There is no option to select the region. With an existing Container Apps Environment Select Log…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2023-05-04T22:08:31.4933333+00:00
Brett Styles (AD) 25 Reputation points
commented 2023-05-12T11:18:08.7+00:00
Ben Gimblett 3,825 Reputation points Microsoft Employee
1 answer

Use reverse proxy in Azure Container Apps Environment

I'm currently trying to set up a multi-container application in Azure Container Apps with the GUI being a containerized single-page application and the API being a containerized Node back-end. I would like to have one central public endpoint to bundle…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2023-03-01T23:03:22.4666667+00:00
Fabian Kaimer 5 Reputation points
edited a comment 2023-05-09T07:44:03.33+00:00
Spyros Psarras 1 Reputation point
2 answers

TLS certificate verification fails when connecting to VM in the same VNet

Hi I have a Virtual Machine serving a 3rd party application API in my azure VNET. We also have some microservices deployed in a containerapps environment (Actually 2 of them, 1 for production and 1 for test/uat). From the UAT environment, I am able to…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,460 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,054 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2023-05-02T11:20:44.32+00:00
Tsoloane Moahloli 5 Reputation points
answered 2023-05-06T20:42:08.8166667+00:00
kobulloc-MSFT 25,651 Reputation points Microsoft Employee
0 answers

Cannot deploy an Azure container app created via Terraform with VS2022

Hi everyone, I think there is a bug in VS 2022, but l am not able to report the problem on developer community. I created with Terrafrom the following Azure resources: A docker container registry A User-managed identity A log analytics…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,814 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2023-05-05T06:53:40.84+00:00
Simone Coppini 1 Reputation point
commented 2023-05-05T13:48:22.1466667+00:00
Simone Coppini 1 Reputation point
0 answers

Azure Container Apps Support for Event Grid?

Will there be any support for containers inside the managed vnet inside Azure Container Apps to hook into Event Grid? Since the container is in a VNet without external ingress, I can't connect to an Event Grid sitting outside the Azure Container App…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
667 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
341 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2022-08-19T18:32:27.947+00:00
Alex Ip 196 Reputation points
commented 2023-05-03T14:54:01.1366667+00:00
Eli Pulsifer 1 Reputation point
0 answers

Cannot deploy custom container (python flask app) to linux app service from ACR

I'm trying a simple deployment of a Docker image with a hello world Python flask app, which I've pushed to ACR successfully. I've tried configuring the App Service to pull from ACR in many different ways, but the Deployment Center logs never show any…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
420 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,260 questions
asked 2023-04-26T03:39:47.1566667+00:00
dfking 0 Reputation points
commented 2023-05-02T05:20:46.8566667+00:00
VenkateshDodda-MSFT 19,631 Reputation points Microsoft Employee
2 answers

dapr with websockets on azure container apps

Hi, currently im using azure container apps for our application deployment with dapr we are using react as frontend and nodejs as backend. hear im facing a issue with websocket invoke all the api's are working fine but websocket connections are not…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2023-01-16T11:50:00.1866667+00:00
Lokesh Royal 5 Reputation points
answered 2023-04-30T07:04:16.2+00:00
aruna tm 0 Reputation points
3 answers

Container Apps Custom Domain Validation Issue

I'm having an issue adding a domain to a container app. I'm getting Pass for CNAME and TXT, but then a "Validation failed. Try checking the hostname records entered with your domain provider. Note that it can take up to 48 hours for records changes…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2023-02-04T00:35:34.2266667+00:00
Martin Kaiser 16 Reputation points
edited a comment 2023-04-29T21:50:40.1366667+00:00
Mark Harrison 5 Reputation points
1 answer

Container App to run on both Ingress HTTP and TCP simultaneously

I have a hybrid NestJS app that runs both on HTTP and TCP at the same time. When deploying to Azure Container Apps, I can set Ingress to route traffic for either HTTP or TCP. However, I would need Ingress to intelligently route the traffic based on the…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2023-04-29T12:04:00.6866667+00:00
Behzad Hosseini 0 Reputation points
answered 2023-04-29T13:19:56.57+00:00
RevelinoB 2,775 Reputation points
0 answers

How to fix error in deployment of React app on Azure Container apps?

I was able to deploy my code and image successfully on Google Cloud Run. But the same setup is resulting in error while deploying on Azure Container Apps. Would you please suggest what could be cause and how it can be fixed? I am executing the…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2023-04-09T08:38:02.08+00:00
FuriousOne 0 Reputation points
edited the question 2023-04-28T12:23:08.21+00:00
Pramod Valavala 20,606 Reputation points Microsoft Employee
0 answers

Container App fails to resolve registry name

Hello, I have an issue with Azure Container Apps. When I mount one using a brand new VNet on a subnet with default inboud/outbound rules, if works like a charm. But When I mount one on our standard VNet (same NSG on the subnet), it can't pull the image…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2023-04-19T14:26:34.1033333+00:00
Bissegger Colin 1 Reputation point
commented 2023-04-26T18:35:42.1933333+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

Queue-based scaling is killing container instances before completion (Azure Container Apps)

In Azure Container Apps, we make use of automatic scaling rule (KEDA, event based), where we are pulling messages from a queue or event source and want to have it run to completion without scaling down. The rule is set to scale down to 0 (serverless),…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,556 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2022-08-08T13:23:04.71+00:00
Todorov, Rosen 11 Reputation points
commented 2023-04-20T15:28:30.3933333+00:00
Jasenka Todorovic 0 Reputation points
2 answers

Blazor App Api Calls Cancelled

I have a Blazor app based on net7 framework. It calls into several microservices that are also written in net7. Everything is being hosted on Azure in Container Apps using Docker. When I browse to the after it has gone to sleep (the timeout is about 5…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,472 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
324 questions
asked 2023-04-03T18:55:56.4466667+00:00
Tony Pitman 41 Reputation points
answered 2023-04-12T22:13:04.6866667+00:00
Tony Pitman 41 Reputation points