Hi @Khushaal Kurswani ,
Below is the reply from the internal team:
In Continuous Backup, the default restore process restores all the properties of a container including its TTL configuration by default, this can result in deletion of data if restore is done without way to disable the TTL. To prevent the deletion please pass parameter to disable TTL in PowerShell (-DisableTtl $true) or cli (--disable-ttl True) while doing the restore.
Hope this helps.
Thanks