question

PavanKumar2-9552 avatar image
0 Votes"
PavanKumar2-9552 asked pavankumar-3810 commented

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?

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]: /answers/storage/attachments/112089-armforum.png

azure-webapps
armforum.png (38.2 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Grmacjon-MSFT avatar image
1 Vote"
Grmacjon-MSFT answered pavankumar-3810 commented

Hi @PavanKumar2-9552,

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



resource-groups.png (130.7 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I I Exported the template the webapp which has undergone manual builds so while creating new one with that
template the deployments resource type is failing. We need to delete the deployments from existing template.

0 Votes 0 ·