Is it Normal for a Container App to Take Hours to Publish?

0
10
Asked By TechWizard72 On

I'm experimenting with deploying a SQL Server container app to Azure Container Apps, but it seems to be taking forever—like hours. Is this a common experience? What could be causing such a delay? Is it because of resource capacity issues?

3 Answers

Answered By DevGuruX On

Not at all! Typically, it takes less than a minute to publish. So if yours is taking hours, then something's definitely off.

Answered By AzureNinja33 On

Definitely not normal. How are you going about the publishing?

TechWizard72 -

I'm using Azure CLI. I actually stopped the process, tried again, and it published in a minute or two this time. Weird, right?

Answered By CloudHunter9 On

Usually, it shouldn't take that long to publish a container app. If it's dragging out for hours, it might be because the container image you're using is invalid or not accessible. You could try deploying with a basic 'hello world' image to see if it speeds things up. For me, the whole process usually takes less than a minute!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.