Cannot modify this webspace because another operation is in progress

chaowen guo 16 Reputation points
2021-04-23T03:35:52.913+00:00

I try to create web app using azure cli

az group create -n app5 -l southcentralus and then
az appservice plan create -n app5 -g app5 --sku F1 --is-linux

then I get
Cannot modify this webspace because another operation is in progress. Details: Id: a7316e9a-d0fc-403e-a385-d4713560bad1, OperationName: Delete, CreatedTime: 4/22/2021 3:26:10 AM, RequestId: 385607e6-9d79-46b7-8745-fab511911eef, EntityType: 2

I try to to delete group first using the following command:
az group delete -n app5 -y and then
az group create -n app5 -l southcentralus and then
az appservice plan create -n app5 -g app5 --sku F1 --is-linux

the same problem appear:
Cannot modify this webspace because another operation is in progress. Details: Id: a7316e9a-d0fc-403e-a385-d4713560bad1, OperationName: Delete, CreatedTime: 4/22/2021 3:26:10 AM, RequestId: 385607e6-9d79-46b7-8745-fab511911eef, EntityType: 2

Any help

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

1 answer

Sort by: Most helpful
  1. BhargaviAnnadevara-MSFT 5,446 Reputation points
    2021-04-28T07:00:58.01+00:00

    @chaowen guo Thanks for the additional details. We regret the inconvenience caused. This error occurs when there are parallel attempts to create App Service plans or if there are any previous pending operations in progress, and usually should not be persistent. Do you see any additional details about the error in the Activity logs?

    Seems like you're facing this issue just with the southcentralus region. While I couldn't find any known incidents on the Azure Status page, could you please check the Service Health dashboard for your Subscription that lists any health events that may have impacted your services?

    If not, please retry creating a different App Service Plan and let us know what you see.

    0 comments No comments