Core component of SQL Server for storing, processing, and securing data
Hi there' Samy Ponnusamy
Thanks for using QandA plaftorm
Unfortunately, without the original encryption password, restoring the backups is not possible, as SQL Server TDE and Backup Encryption require the correct key to decrypt the data.
First, check if the key is stored in Azure Key Vault or a company password manager. If certificate-based encryption was used, look for a backup of the certificate and private key. If no key is found, Microsoft Support may help, but recovery is unlikely. Going forward, store encryption keys securely in Azure Key Vault to prevent this issue.
Link to raise support
https://portal.azure.com/#view/Microsoft_Azure_Support/HelpAndSupportBlade/~/overview
If this helps kindly accept the answer thanks much.