Cannot make new revisions in container app since subscription reactivation

Lukas Nöller 20 Reputation points
2025-05-05T08:38:07.7033333+00:00

Hello all,

So last week my subscription reached the budget limit and was deactivated. Now it is reactivated and I noticed that my container app had no active revisions so I tried to make a new one. However, on the creation page in azure portal on the dropdown menu "Based on revision" on the Container page, no past revisions are ever loaded and the page gets stuck essentially. I have no way of creating a new revision.

If I however, create a new container app I have no problems making new revisions with containers. I don't want to do this however due to all the many intricate settings with ingress, user authentication, secrets , etc.

I was wondering if anyone ever faced this issue before and knows how to resolve it. Any help would be greatly appreciated.

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

Accepted answer
  1. Shikha Ghildiyal 5,895 Reputation points Microsoft Employee Moderator
    2025-05-05T09:16:21.6233333+00:00

    Hi Lukas Nöller,

    Thanks for reaching out to Microsoft Q&A.

    This can be related to your subscription deactivation. Can you please try to reactivate revision and see if it works

    az containerapp revision activate --revision <REVISION_NAME> --resource-group <RESOURCE_GROUP_NAME>

    Doc for reference: https://learn.microsoft.com/en-us/azure/container-apps/revisions-manage?tabs=bash

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.