azure-container-apps Questions

1

I am attempting to deploy a Blazor Web .net8 app into the Azure Container App. I have a container registry and I can set up a container app to deploy a revision based on a container from the regist...
Embrace asked 20/1 at 8:34

2

Solved

Hi I am new to Azure and I got a requirement to deploy Postgres DB to Azure Container app. I know its not a good practice to host a DB inside a containerize environment. I followed this link from t...
Urogenital asked 21/11, 2022 at 13:10

3

Solved

I have an Azure ContainerApp deployed with a single revision, and I'd like to stop it - but not delete it and have to re-deploy it. I see the image in the registry, and there are options via the po...
Spongin asked 16/9, 2022 at 20:53

3

We have created an Azure Container App which hosts a container for rabbitmq (docker.io/rabbitmq:latest), for this to work we need top expose port 5672 and 15672 (for dashboard). Is this possible, d...
Geier asked 5/9, 2022 at 9:39

3

Solved

I cannot find a way to add environment values to Azure Container App in the portal. How can I add within Azure Portal?
Arius asked 9/3, 2022 at 18:3

3

Solved

I have an Azure Container App that's based on the hosted BackgroundService model. It's essentially just a long running console app that overrides the BackgroundService.ExecuteAsync method and waits...
Umberto asked 24/5, 2022 at 12:22

2

from ACA docs we have to specify target port of the container az containerapp create \ --name my-container-app \ --resource-group $RESOURCE_GROUP \ --environment $CONTAINERAPPS_ENVIRONMENT \ --...

1

Solved

I like the Azure container app service, but we are struggling with the 4GB limit per container. Is there any way to increase this limit without switching to container instances?
Bauman asked 3/4, 2023 at 9:56

1

I'm currently working through some Azure Container App quick starts. I've just attempted to create one that's Dapr enabled with storage account state store. It has a provision status of failed but ...
Dearly asked 19/2, 2022 at 14:24

1

I am new to Azure Container Apps. I had a requirement to deploy set of applications to Azure container apps. There was a problem with the setup when I deploy my Postgres DB as container when the co...

2

Solved

I have a bicep template that creates several container apps. They shall have a custom sub domain in my private DNS zone. However, I have the problem that this leads to a circular dependency: To add...
Oleaster asked 14/12, 2022 at 22:12

1

Solved

I have just created an Azure Container App and I am trying to link it to a private repository on docker.io. It works if I make it pull a public image but not if it's private, even though I specifie...
Duda asked 28/10, 2022 at 15:36

0

Azure container apps preview, revision provisioning status failed but no error messages are available. How do I diagnose the problems with provisioning? Log Analytics has no tables long after prov...
Terza asked 10/2, 2022 at 4:18

1

Was using Azure Container Apps and on deploy the command failed to provision the container and told me to check log analytics. When I checked I only see a single log from the container that says: ...
Groggery asked 24/11, 2021 at 4:37
1

© 2022 - 2024 — McMap. All rights reserved.