Search code examples
asp.netazureazure-web-app-servicebackup

how to restore azure app service published static content with no backup or snapshot is configured


I have deleted the published static content folder from the app service accidentally. there is no backup or snapshot recovery setting configured. Can I recover my static data back by any means?

Thanks in advance


Solution

  • Restore an app from a snapshot

    Snapshots automatically create periodic restore points of your app when hosted in a Premium App Service plan.

    enter image description here

    You need upgrade your services plan first.

    From the screenshoot, we can find that our webapp is automatically backed up every hour. Going back to the previous version where you deleted the file should solve your problem.