facing conflict issue with below resource when creating app service using ARM templates "type": "Microsoft.Web/sites/deployments" unable to find this resource in portal can anyone help with that?

Pavan Kumar2 1 Reputation point
2021-07-06T12:11:33.503+00:00

ARM templates

{
"status": "Failed",
"error": {
"code": "BadRequest",
"message": "The 'Performing deployment' operation conflicts with the pending 'Performing deployment' operation started at 2021-07-02T14:19:57.4324114Z. Please retry operation later."
}
}

![112089-armforum.png][2] [2]: /api/attachments/112089-armforum.png?platform=QnA

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,408 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 17,456 Reputation points
    2021-07-07T19:17:11.27+00:00

    Hi @Pavan Kumar2 ,

    We are sorry to hear you are facing this issue. Can you share with us the ARM template you're using? You can see deployments by going to the resource group where you deployed your app service to.

    Azure 112619-resource-groups.pngPortal -> Resource Groups -> Select -> Deployments

    -Grace

    1 person found this answer helpful.