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!