Status 409 ContainerAppLockConflict

Jonathan Chai 0 Reputation points
2024-07-23T16:25:21.1766667+00:00

Hey folks, I need help.

Tried deploying to Azure Container Apps today via AzApi and encountered issue

/ Api Version "2023-04-01-preview"): GET

https://management.azure.com/subscriptions/{subscription}/resourceGroups/{resource_group{/providers/Microsoft.App/containerApps/{container_app}


RESPONSE 409: 409 Conflict

ERROR CODE: ContainerAppLockConflict


{

"error": {

"code": "ContainerAppLockConflict",

"message": "Cannot perform operation on container app '{container_app}' because another operation is in progress. Please retry the operation."

}

}


I have 0 visibility of the operation in progress. Tried looking on Portal, only to get a blank screen with loading indicator trying to get into the ContainerApp. I also tried various other methods, such as az CLI and Azure Powershell to no avail.

I don't mind forcefully deleting the container apps that have issues, but nothing seems to work. I'm getting errors saying Cannot perform operation on container app because another operation is in progress.

Any thoughts?

Thank you.

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

1 answer

Sort by: Most helpful
  1. JananiRamesh-MSFT 24,191 Reputation points
    2024-07-25T03:49:49.09+00:00

    @Jonathan Chai Thanks for reaching out. The error code 409 (conflict) indicates that there is another operation in progress on the container app, and you will need to wait for that operation to complete before you can perform any other operations on the container app.

    If you are unable to see any details about the operation in progress, please look at the activity logs this will show you any operations that are currently in progress, as well as any completed operations.

    please retry deploying the container apps and let me know if the issue still persists.