Forum Discussion

smpa01's avatar
smpa01
Community Champion
1 year ago
Solved

Retrieving deleted notebook

Is there a way for me to retrieve any accidentally deleted notebooks?
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi, smpa01 

    Currently there are two methods to recover deleted notebooks, you can choose to use according to your situation.

    Approach 1: User-managed redundancy with Git integration (in public preview)
    Approach 2: Manual approach to backing up code content

    Microsoft Fabric disaster recovery experience specific guidance - Microsoft Fabric | Microsoft Learn

    Best Regards,
    Yang

    Community Support Team

    If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
    If I misunderstand your needs or you still have problems on it, please feel free to let us know.
    Thanks a lot!

    How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

  • spencer_sa's avatar
    1 year ago

    I've explicitly turned source control / DevOps integration specifically to protect against this.
    Even if we're not using proper branching* yet, just the guard rail of having code backed up is great - also means I can get people into the habit of committing often.
    * Yes, I know we're ignoring the directive of "Friends don't let friends commit to main"