Activation Failed for same Container #1407
Unanswered
CodingContinuum
asked this question in
Q&A
Replies: 1 comment
-
@CodingContinuum Hey, thanks for reaching out to us! Since this issue only affects production, it’s likely due to configuration differences, missing environment variables, or resource limits, rather than a problem with the code itself. Here are a few ways you can troubleshoot further: Check for errors using "az containerapp revision list" to find out why the revision failed. Let me know if this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Community
I have problem with deploying revisions onto a container app. I try to deploy the same code to the container app and it will fail.
I see "Activation Failed" under Revisions and replicas, but no other information. The code is a Aspire.net app and I use azd deploy/up to deploy it.
Logs are empty, No Console log information. Nothing.
I simply do not know the reason for the failed activation, as it is the same code but just deployed a day later.
I have to mention that this only happens to the production environment. When deploying to staging, everything works fine.
Is there anyways how to find out why it failed?
Thank you for any help!
Beta Was this translation helpful? Give feedback.
All reactions