Questions tagged [azure-container-apps]

Azure Container Apps ( ACA ) is a new service https://learn.microsoft.com/en-us/azure/container-apps/ which is an abstraction layer atop of Azure Kubernetes Service ( AKS ) ... it provides a serverless approach so you do not need to handle the underlying AKS infrastructure provisioning ... you create an environment then create a containerapp using that env which offers Continuous Development ... it allows you to scale up or down to zero containers

Azure Container Apps Build and deploy modern apps and microservices using serverless containers https://azure.microsoft.com/en-us/services/container-apps/#overview

Comparing Container Apps with other Azure container options https://learn.microsoft.com/en-us/azure/container-apps/compare-options

193 questions
0
votes
3 answers

What does it mean to have Azure service tagged with (Preview) ? is it okay to start using it for production releases?

I was reading and found a very nice service in Azure called "Azure Container Apps", but i found it in (Preview). What does it mean, like i have some doubts: Can i consider this for a production releases ? Does it affect the SLA ? How long time is…
0
votes
1 answer

Not able to Run my Application in Azure container Apps

I have node docker application which is running on Azure app service but the same application is not working on Azure container apps. I'm not able to find the issue.please let me know what i'm missing here. This is my Docker file FROM node:alpine #…
0
votes
0 answers

How to create a Logic App resource in Azure when hosting in Docker container

Following on from this question about how to host a standard Logic App in a Docker container in App Service. I have started down the same path based on the tip provided here but am hitting a wall when trying to create the metadata about the logic…
Josh
  • 4,009
  • 2
  • 31
  • 46
0
votes
1 answer

How to add indepth environment variables in Azure Container Apps

I am trying to add my context as an environment variable in Azure Container App like below but it throws an error. az containerapp update -n MyContainerapp -g MyResourceGroup -v ConnectionStrings:MyContext=secretref:mycontextsecretkey Invalid…
Ramesh
  • 1,041
  • 15
  • 39
0
votes
1 answer

Azure containe app - Support for managed identity

I have an existing Azure Kubernetes Cluster and I'm having a look at Azure Container Apps to see if it could be a good move for me. With AKS, I'm heavily using Managed Identity for management tasks and also using pod-identity to allow applications…
Thomas
  • 24,234
  • 6
  • 81
  • 125
0
votes
2 answers

azure rest api for azure container apps

is there an api or azure golang sdk for "Azure Container Apps" service ?, this is still in preview. https://learn.microsoft.com/en-us/azure/container-apps/?ocid=AID3042118 There is no listing of this in the Azure Rest API…
nen
  • 621
  • 2
  • 10
  • 26
0
votes
1 answer

How to monitor container app metrics in azure

I'm new to the azure environment and wondering how it's possible to monitor an azure container app? Currently I've deployed a nodejs application by running a container app and I know how to query some logs by using the protocols section. What I'm…
0
votes
0 answers

Azure container apps - long running service

I have create an application in core net that should be a long running application, implemented as BackgroundService and the project is a Microsoft.NET.Sdk.Worker. In my worker class I delays my ExecuteAsync using the following code: await…
aweis
  • 5,350
  • 4
  • 30
  • 46
-1
votes
0 answers

Is the free vCPU in Azure Container Apps per account or per app?

From the documentation: The following resources are free during each calendar month, per subscription: The first 180,000 vCPU-seconds The first 360,000 GiB-seconds The first 2 million HTTP requests For a 0.25 core app with one replica this is a…
Erik van Velzen
  • 6,211
  • 3
  • 23
  • 23
-1
votes
1 answer

Azure Container App created but not provisioning

I created a Azure Container App but in Revision Management status is Provisioning. Below is the log stream: Connecting... 2023-05-18T09:03:27.45045 Connecting to the container 'mycontainerapp'... 2023-05-18T09:03:27.46826 Successfully Connected…
Ramesh
  • 1,041
  • 15
  • 39
-1
votes
2 answers

Failed to provision revision for container app 'app-name'. Error details: Opearation expired. (Code: ContainerAppOperationError)

I am trying to create a new Azure container apps using ARM template. When deployment, I face this issue {"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please…
Deepak paramesh
  • 495
  • 1
  • 8
  • 19
-2
votes
1 answer

How can I keep exe file in azure container app and execute from deployed code?

I have created azure container app, want to deploy my C# application worker process, want to execute 3rd party exe from the C# code, How can deploy the code in container app? How can I execute exe from deployed code? Where to keep exe file in…
vam
  • 3
  • 4
1 2 3
12
13