Multiple Azure Container Apps stuck at "Activating"

Greig 0 Reputation points
2025-06-17T16:44:28.3633333+00:00

We have a number of our Azure Container Apps with new revisions stuck at "Activating". Today when we attempted to release a new version of an app we saw that the latest revision get stuck at "Activating". The status reads "There are no additional running status details at this time." - the app continues to serve the previous revision.

Upon checking further we noticed we had other container apps that were deployed last week that were also exhibiting the same behaviour. There is no pattern, some apps are .NET, some are NodeJS, completely different codebases and healthchecks.

  • Both revisions are running. I can use the console in the portal and connect and go into both, so the containers are up and running, it's just like the final step to switch traffic over hasn't happened
  • Healthchecks aren't failing
  • Nothing obvious in the container app environment logs
  • We haven't made any networking or wider Azure changes
  • Tried stopping app and restarting. In this case both the existing revision AND the new one get stuck at "Activating" - the traffic continues to flow to the oldest one

Based on when we were last able to deploy successfully and the number of apps we now have stuck, I would say something possibly happened around the 11th or 12th June. Was there any updates or deployments to Azure Container Apps around this time?

As it stands now, we are unable to deploy any updates to any of our container apps.

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
703 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Sai Prabhu Naveen Parimi 2,590 Reputation points Microsoft External Staff Moderator
    2025-07-03T04:17:17.97+00:00

    @Greig

    Thanks for the update! Glad to hear the issue is now resolved, and we really appreciate you sharing the root cause and fix — this will certainly help others facing the same problem.

    Issue: Multiple Azure Container Apps were stuck in the “Activating” state when deploying new revisions. While containers were running and console access worked, traffic continued to route to the old revision. Restarting the apps didn’t help — both new and old revisions would remain in "Activating", with no additional details in logs or health checks. The issue began around June 11–12, 2025.

    Resolution: Removing the targetLabel property from the Bicep deployment files resolved the issue. After the change, new revisions deployed successfully and activated as expected.

    Hope this helps others encountering similar deployment issues with Azure Container Apps!

    1 person found this answer helpful.
    0 comments No comments

  2. Greig 5 Reputation points
    2025-06-30T10:24:24.76+00:00

    Our issue is now resolved. In our Bicep files we were using "targetLabel", but we running in single revision mode. This worked no problems for 6 months, but there must have been some kind of update to Azure Container Apps on 12th June that then stopped this from working. Removing the "targetLabel" from the Bicep file resolved the issue.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.