I am trying to figure out backup history information (full/diff/incr) in Azure Managed Instance
Regular manual backup history is stored in SELECT FROM msdb.dbo.backupset tables (Or also in local sql server installations.
Is there a ways to find the backup history (when a database backup was taken for a database, start / end times, duration of the backup data size / compressed data size etc.
How can we gather this information (hopefully from the sqh instance itself)