question

chaowenguo-9404 avatar image
0 Votes"
chaowenguo-9404 asked bhargaviannadevara-msft answered

Cannot modify this webspace because another operation is in progress

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-webapps
· 4
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.

@chaowenguo-9404 Thanks for reaching out. Please help us with the following additional details:

  • What is the version of Azure CLI that this is happening with?

  • Do you see the same error when creating the App Service Plan in a different region, say westus2?

  • Have you tried running the same commands from Azure Cloud Shell instead? Or from the Azure Portal?

0 Votes 0 ·
chaowenguo-9404 avatar image chaowenguo-9404 bhargaviannadevara-msft ·

I use azure cli 2.22.1.

Other regions are working, such as westus, westus2, eastus and eastus2.

I also try from azure cloud shell (azure cli 2.22.0), the same problem appears.

I also try from azure portal. Deployment is in progress forever and never finishes.

0 Votes 0 ·

@chaowenguo-9404 Do you have any further update here that you can share?

0 Votes 0 ·
Show more comments

1 Answer

bhargaviannadevara-msft avatar image
0 Votes"
bhargaviannadevara-msft answered

@chaowenguo-9404 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.

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.