Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Kusto table – How to recover soft-deleted data that is retained by the Recoverability = enabled set

I have a Kusto database with the following retention policy:

{
  "SoftDeletePeriod": "30.00:00:00",
  "Recoverability": "Enabled"
}

Yesterday some data was removed from a table in the database since it was over 30 days old.

According to the retention policy docs, if the Recoverability attribute is set, "If set to Enabled, the data will be recoverable for 14 days after it's been soft-deleted."

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

My question is what is the query I execute to recover the soft-deleted data that has been lost?

I’m guessing it’s something like:

.<name-of-command> table <tableName>;? Maybe there’s an option somewhere to specify just how many days to recover? How do I recover soft-deleted data that is retained by the Recoverability=enabled set?

>Solution :

Such a recovery currently requires opening a support ticket, via the Azure portal:

enter image description here

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading