325 questions with Azure Container Apps tags

Sort by: Updated
1 answer

Does Azure Container Apps support IMDS service

Does Azure Container Apps support IMDS service? I tried to issue a command suggested in https://learn.microsoft.com/en-us/azure/virtual-machines/instance-metadata-service?tabs=linux , but the connection failed with a timeout error. Here is the command I…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
asked 2024-07-05T06:33:51.6533333+00:00
PS 150 Reputation points
answered 2024-07-05T10:56:32.7766667+00:00
Deepanshukatara-6769 7,045 Reputation points
1 answer

How to fix the imagepullfailure error [ "Container \u0027XXX\u0027 was terminated with exit code \u0027\u0027 and reason \u0027ImagePullFailure\u0027","Reason":"ContainerTerminated","EventSource":"ContainerAppController","Count":68}

Hello, I am facing the imagepullfailure error in my azure container app, it show activation fail with the following error message "Container \u0027crm-backend-api-testing-scale-1\u0027 was terminated with exit code \u0027\u0027 and reason…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
422 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
asked 2024-04-03T03:34:07.6633333+00:00
Dan Kanivas 0 Reputation points
commented 2024-07-04T13:07:45.2533333+00:00
Mx 0 Reputation points
1 answer

Internal Azure Container Apps communication between subscriptions

I'm trying to get my head around how multiple internal Azure Container Apps in different regions communicate with each other. I have 2 vnets which are peered and each container app environment is integrated with the vnets. I also have VMs using the same…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
asked 2024-06-17T21:34:47.62+00:00
Bon Macalindong 65 Reputation points
commented 2024-07-04T12:35:27.4133333+00:00
Bon Macalindong 65 Reputation points
0 answers

Requests/Traffic NOT happening between Azure Application Gateway to Container Apps(Frontend: Angular, Backend: dotNET)

Issue: The traffic is not happening between Application Gateway(Public) to the Container Apps. High level steps follows: Below are the step that followed: Created 2 Internal Container Apps Environment from portal (One environment for frontend…

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,002 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
asked 2024-07-04T03:28:02.6266667+00:00
Ramesh S 0 Reputation points
3 answers

We are trying to deploy a self hosted agent in container app instance using Service Principal authentication instead of PAT token . But the agent will not get provisioned automatically .

Hello Team , We are trying to deploy a self hosted agent in container app instance using Service Principal authentication instead of PAT token . Butthe agent will not get provisioned automatically .

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
asked 2024-06-28T14:51:29.8166667+00:00
SUDNYA MALI 0 Reputation points
edited a comment 2024-07-03T09:40:53.9133333+00:00
SUDNYA MALI 0 Reputation points
0 answers

Azure Container App Revisions Time Out In Status "Activating"

Hi, I have an Azure Container App that fails at revision deployment. In the "Revisions and replicas" the current revision hangs in the Running status "Activating" until timing out eventually and switching to status…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
asked 2024-07-01T11:33:41.6366667+00:00
Paul Voelker 5 Reputation points
commented 2024-07-03T07:37:17.8033333+00:00
Paul Voelker 5 Reputation points
2 answers One of the answers was accepted by the question author.

Issues with Updating Azure Container App Using yamlConfigPath in AzureContainerApps@1 Task

I am attempting to update an Azure Container App through an Azure Pipeline using the yamlConfigPath attribute of the AzureContainerApps@1 task. The Container App includes three containers: A background services container. A container handling incoming…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-06-03T07:51:44.9133333+00:00
Yasitha Gunarathne 40 Reputation points
edited the question 2024-07-03T04:21:25.5533333+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
0 answers

How can I set the `accurate` scalingStrategy for Container App Jobs?

I'm using a ServiceBus to broker messages that will require us to spawn a ContainerApp Job execution for each message. However, I'm having trouble finding the proper configuration. Specifically, I see that there should be a scalingStrategy of accurate…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
579 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-31T21:15:22.4766667+00:00
Byron Saltysiak 0 Reputation points
edited the question 2024-07-03T04:21:13.2933333+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
2 answers

Can't access a storage account from a container app

I'm trying to connect a new container app to an existing storage account that I use in other apps as well. the new container app is on the same resource group as my other apps, yet attempting to interact with the storage account (blob/table) from the new…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,874 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-30T14:45:22.0333333+00:00
Yovel Cohen 20 Reputation points
edited the question 2024-07-03T04:20:57.7466667+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to update environment variables of a Init Container using Azure CLI ?

I'm using the "az container app update" command to update the environment variables of sidecar containers. However, I can't use the same command to update the environment variables of an Init Container. What is the solution?

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-16T12:10:20.9433333+00:00
Yasitha Gunarathne 40 Reputation points
edited the question 2024-07-03T04:19:35.67+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
0 answers

Application Gateway Infinite Refreshes

Hi Support Team, I deployed an Azure Container App behind an Application Gateway. I am able to access it using the Application Gateway public IP. The issue is that the page seems to be infinitely refreshing in browser. Any idea what might be the…

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,002 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-12T22:42:27.65+00:00
Alex Nedelcu 0 Reputation points
edited the question 2024-07-03T04:19:01.7466667+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

How to add .env file to container app

I have laravel container image.and going to use container app.how to add env to this container app. can't use azure portal,i have 50+ environment variables. Right now i have .env file

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-05-10T07:51:55.32+00:00
Umesh Edirisingha 0 Reputation points
edited the question 2024-07-03T04:18:45.9133333+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

Support for Legacy Clients Connecting to a service in Azure with HTTP 1.0

Hi there, We have a service that runs in Azure Web App Service. This application currently supports client requests using HTTP 1.0. However, legacy HTTP 1.0 curl requests receive a 426: upgrade required when routing to an Azure Container App. It's clear…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-04-05T15:58:36.0166667+00:00
Hunter 0 Reputation points
edited the question 2024-07-03T04:15:26.7+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
0 answers

Managing Event Scaled Container App Jobs

When using Event Scaled Container App Jobs, for example, Jobs which start when something appears in an Azure Storage Queue, is there any way to use an API to know whether a particular job failed or succeeded? I see that job instances have random suffixes…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
asked 2024-06-28T14:15:50.9433333+00:00
Dev S 26 Reputation points
commented 2024-07-02T05:47:00.0533333+00:00
JananiRamesh-MSFT 23,256 Reputation points
0 answers

Azure Container App Jobs accessing storage queue over private network link

Hi, Are Azure Container App Jobs, which are configured for Event Scaling from an Azure Queue Storage account, supposed to be able to get scaled if the Storage account has a private network link to a subnet within the same VNET which also hosts the…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
asked 2024-06-26T21:16:58.61+00:00
Dev S 26 Reputation points
commented 2024-07-01T07:48:33.69+00:00
SwathiDhanwada-MSFT 18,466 Reputation points
0 answers

Issue with Azure API Management Service and Container Apps Environment in VNET

I have a setup where my Azure API Management service is supposed to communicate with backend pools that consist of three container apps, all hosted within an Azure Container Apps environment. This entire setup is housed within a single virtual network…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
asked 2024-06-28T18:41:49.2933333+00:00
Amitai Erfanian 0 Reputation points
commented 2024-07-01T07:30:36.1066667+00:00
Sam Cogan 10,332 Reputation points MVP
1 answer

Azure Container App - Replica constantly one & it wont scale with Azure Service bus

Hi there, I have been playing around with a container app, I created a revision where the scale is 0-5 with a scale rule of type custom (**azure-servicebus) ** I created a secret within the container app for the service bus connection string. I…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
579 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
asked 2023-09-14T22:09:10.8266667+00:00
Gareth Glanville 0 Reputation points
answered 2024-06-29T02:58:19.32+00:00
Singh, Rahul 1 Reputation point
1 answer

How to customize Scale Rules in Functions Apps hosted in ACA

We have a Azure Function Apps hosted in Azure Container Apps (ACA) using Dedicated plan in Workload profiles. The ACA allows setting horizontal scaling through scaling rules. But when we deploy a func using az functionapp create the Container App bound …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
asked 2024-06-26T14:59:12.35+00:00
Selmison Campelo de Miranda 5 Reputation points
edited a comment 2024-06-27T11:24:38.4766667+00:00
Selmison Campelo de Miranda 5 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Container attacks and ToS

Hello, I'm currently planning my bachelor's thesis. My idea is to write and run some containerized apps and then try to exploit/attack them and see how particular security policies work and compare them. This leads to some questions. Are there any…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
670 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,477 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
asked 2024-06-26T08:33:46.6633333+00:00
Michał Kuniczuk 20 Reputation points
accepted 2024-06-26T09:07:14.1166667+00:00
Michał Kuniczuk 20 Reputation points
1 answer One of the answers was accepted by the question author.

Container hrchatbot06_0_03243f91 didn't respond to HTTP pings on port: 8000, failing site start. See container logs for debugging

Hi, I was deploying a python framework chatbot as a web service to Azure Portal and encountered such error: Container hrchatbot06_0_03243f91 didn't respond to HTTP pings on port: 8000, failing site start. See container logs for debugging. It works fine…

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
325 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
830 questions
asked 2024-06-07T09:17:41.0566667+00:00
Syafie Asyraf Sarifudin 20 Reputation points
accepted 2024-06-26T02:13:48.42+00:00
Syafie Asyraf Sarifudin 20 Reputation points