I am unable to stop my app

Marcus 20 Reputation points
2025-04-06T07:12:11.0066667+00:00

I have attached a screenshot. I get an error shown in the attachment. Please help ASAP as it is consuming resources. Screenshot 2025-04-06 170410.png

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

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 24,506 Reputation points Microsoft Employee
    2025-04-21T06:16:54.4633333+00:00

    @Marcus Thanks for your patience on this. I am summarizing the same and posting as answer for the benefit of other community members.

    I have reached out to container app engineering team and sharing the below.

    Team has suggested to delete and re-deploy the container app without using --source option in az cli.

    • As you are using deploy artifact(preview) which is SourceToCloud (s2c) and it is set for deprecation.
    • Team has highly recommended to adopt any of the below deployment method to deploy your container app.
    1. Docker file build using docker build locally or docker GitHub action.
    2. ACR build task: Tutorial - Quick Docker Image Build with Azure ACR Tasks - Azure Container Registry | Microsoft Learn
    • For ASA(Azure Springs) to container apps migration, team are working on new deployment mechanism to perform jar file deployment without managing the runtime image and we don't have any ETA at this moment.

    Hope this helps, let me know you have any further questions on this.

    Please accept as Yes if the answer is helpful so that it can help others in the community.

    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.