Share via

How to get the Logic App back

SSingh 0 Reputation points
2026-03-09T13:25:24.0966667+00:00

I have a account on free trial for 30 days, I made a logic app on that account and after the trial ended my azure logic app disappeared automatically, even after selecting the monthly payment after billing pay as per you go setup as well it did not appear is there any way to recover it. Please let me know, thanks.

Azure Automation
Azure Automation

An Azure service that is used to automate, configure, and install updates across hybrid environments.

{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-03-09T13:25:41.1533333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    A deleted Logic App can only be recovered in specific scenarios and within certain limits.

    1. If the Logic App was a Standard (single-tenant) logic app and was deleted, recovery depends on:
      • Whether source control was used.
      • Whether the underlying storage account still exists.
    2. With source control:
      • For a Standard logic app on a Workflow Service Plan or App Service Environment v3, the documented recovery method is to redeploy the logic app from source control or previously downloaded artifacts.
    3. Without source control (Standard logic app on Workflow Service Plan):
      • Recovery is only possible if the storage account used by the logic app still exists.
      • The documented process is:
        1. In the Azure portal, locate the storage account referenced by the AzureWebJobsStorage app setting of the logic app.
        2. In that storage account, under Security + networking > Access keys, copy the primary connection string.
        3. Create a new Standard logic app with the same hosting option and pricing tier.
        4. Disable the new logic app.
        5. Under Settings > Environment variables > App settings, replace:
          • AzureWebJobsStorage with the copied connection string.
          • WEBSITE_CONTENTAZUREFILECONNECTIONSTRING with the same connection string.
          • WEBSITE_CONTENTSHARE with the original file share name from the storage account’s File shares.
        6. Recreate or fix any connections and access policies as needed, then restart the logic app.
      • Note: Run history and original Request trigger callback URLs are not recoverable.
    4. If the Logic App was hosted as an App Service app and actually deleted as an app:
      • It can be restored only if:
        • It was not on Free/Shared tiers, and
        • It was deleted within the last 30 days.
      • In that case, use App Services > Manage Deleted Apps in the Azure portal to restore it, or use the Az PowerShell module.
    5. If the subscription or resources were removed when the free trial ended and:
      • The logic app resource was deleted and
      • The storage account or app has been purged or more than 30 days have passed, then the logic app cannot be recovered by the documented methods.

    If the Logic App no longer appears under Manage Deleted Apps and the original storage account/file share are gone, the only supported option is to recreate the Logic App (ideally from source control, if available).


    References:

    0 comments No comments

Your answer

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