Cannot modify this site because another operation is in progress.

T Hanif 0 Reputation points
2024-11-06T08:14:31.5333333+00:00

Hi,

I am trying to deploy an Azure Logic App Standard WS1 in an isolated VNet with all network connections going through the VNet. I use Terraform to deploy the resource but encounter an error stating that the site cannot be modified because another operation is in progress. I have tried changing the resource name, AzureRM versions, site configurations, and app settings variables, but without success. What could be the issue, and what should I do?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,228 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Shireesha Eeraboina (Quadrant Resource LLC) 85 Reputation points Microsoft Vendor
    2024-11-19T17:30:32.55+00:00

    Hi @T Hanif ,

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    To resolve the issue, you're facing with your Azure Logic App deployment, start by checking if there are any pending operations in progress. You can do this by going to the Activity Log in the Azure Portal and ensuring there are no ongoing updates or deployments. If there is an operation in progress, wait for it to complete before retrying.

    Next, check for any resource locks on your Logic App. Locks like "Read-Only" or "Delete" can prevent modifications. If locks are present, remove them. Also, ensure that no conflicting deployments are happening—if you’re using Terraform, avoid making manual changes to the Logic App or running parallel deployment processes.

    Since your Logic App is deployed in an isolated VNet, verify that the network configuration, including any Network Security Groups (NSGs), is set up correctly and that there are no issues blocking the Logic App's connectivity.

    If everything looks good, try refreshing and redeploying the Logic App in Terraform by running terraform refresh and terraform apply. Finally, if the problem persists, consider restarting the Logic App from the Azure Portal to clear any stuck operations.

    I hope this helps! Let me know if you have any further questions.

    Thank you!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.