@Jona Thank you for reaching out.
If my understanding is correct, you are asking the meaning of compute redundancy, point in time restore in Azure SQL Database.
Azure SQL compute redundancy refers to the ability of Azure SQL to provide high availability and disaster recovery capabilities for your databases. It ensures that your databases remain available even in the event of a hardware or software failure. It is achieved through the use of multiple replicas of your database that are distributed across different physical locations.
In terms of whether it is proper for a production work environment, the answer is yes. Azure SQL compute redundancy is designed to provide high availability and disaster recovery capabilities for production workloads.
When it comes to PITR, point in time restore is a feature of Azure SQL that allows you to restore your database to a specific point in time. This is useful in situations where you need to recover your database to a specific point in time, such as when you accidentally delete data or when your database becomes corrupted.
With point in time restore, you can restore your database to any point in time within the retention period of your backups. By default, Azure SQL retains backups for up to 7 days, but you can configure this retention period to be longer if needed.
Restore a database from a backup in Azure SQL Database
Regards,
Oury