How to fix "Deployment endpoint responded with status code 409" error when no deployment is on going

Daniel Pomerantz 0 Reputation points
2025-02-06T18:37:59.45+00:00

Hi,

I'm currently experiencing a problem with my services wherein the pipeline fails with an azure deployment error.

WARNING: Deployment endpoint responded with status code 409

ERROR: There may be an ongoing deployment or your app setting has WEBSITE_RUN_FROM_PACKAGE

I checked the deployment logs via azure management portal and I don't have any thing running. Additionally, I've encountered this issue with several services since yesterday (from different resource groups), so I don't believe it's a one off.

Other things I tried:

-I changed the setting WEBSITE_RUN_FROM_PACKAGE as a debugging step, but this did not help

-I am using az webapp deployment instead of az webapp deploy which is apparently deprecated. I suppose it'd be reasonable to guess that this is related, but I also wouldn't expect a bug in this (and I'd rather not guess at solutions given the vagueness. Deprecated isn't the same as broken)

Thank you for any suggestions or help!

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,266 questions
{count} votes

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.