Azure Functions deployment is failing with status code 409

MeraBills Admin 21 Reputation points
2021-04-14T08:26:18.93+00:00

Hi,

For the past day or so, I am not able to deploy a new version of my Azure Functions app. When I try to deploy using Maven, I get the following error:
Status code 409, {"Code":"Conflict","Message":"There is an in progress azure migration for site 'xxx'. Please try again later."

I get the same error when I try to change the app configuration from the Azure portal.

Does anyone know what the issue may be? Any help is most appreciated!

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,950 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,401 Reputation points
    2021-04-14T09:12:35.28+00:00

    Hi @MeraBills Admin

    Welcome to Microsoft Q&A! Thanks for posting the question.

    As per the error message "There is an in progress azure migration for site 'xxx'. Please try again later" it looks like there is already a customer initiated or backend operation that is currently going on and self-resolved by itself once the upgrades are completed. The 409 conflict is expected behaviour when there is already on going operation and you tried to perform another operation while the previous operation is not completed.

    If you have observed this issue for a long time then please share the CorrelationRequestId for the operation that you are performing along with the timeframe in UTC so I can check the backend logs and if the issue is due to the backend resource then I can engage my team to mitigate the issue.


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.