While Creating Logic Apps Workflow getting error "Failed to save workflow."

ajit more (PSP) 50 Reputation points
2023-07-26T08:29:13.8733333+00:00

Hi Team , While Creating Logic Apps Workflow getting error "Failed to save workflow.". anybody know this issue please provide me solution to fi this

User's image

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

Accepted answer
  1. SnehaAgrawal-MSFT 22,181 Reputation points
    2023-07-26T12:22:19.9333333+00:00

    @ajit more (PSP) Thanks for reaching here!

    For Standard logic apps store all artifacts in an Azure storage account. During workflow creation and execution you might get the "Failed to save workflow." if these artifacts aren't accessible.

    For example, the storage account itself might not be accessible, or the storage account is behind a firewall but no private endpoint is set up for the storage services to use.

    To troubleshoot this

    • Check the storage account's connectivity using Azure Storage Explorer.
    • In your logic app resource's app settings, confirm the storage account's connection string in the appsettings,  AzureWebJobsStorage and WEBSITE_CONTENTAZUREFILECONNECTIONSTRING. If connectivity fails, check whether the Shared Access Signature (SAS) key in the connection string is the most recent.

    If your storage account that's behind a firewall, check access to the storage account in the following ways:

    • If firewall restrictions are enabled on the storage account, check whether private endpoints are set up for Blob, File, Table, and Queue storage services.
    • Check the storage account's connectivity using Azure Storage Explorer.

    For more details on troubleshooting suggest you refer this detailed document link- https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-diagnosing-failures?tabs=consumption#common-problems---standard-logic-apps

    More information, review Deploy Standard logic app to a storage account behind a firewall using service or private endpoints.

    Hope this helps. Let us know.

     

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.