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