Hi Kav,
From one of your comments above it appears you are getting 5xx error from Key Vault, which would need to be fixed by support (by creating new support request in portal), or perhaps if you didn't need the contents of the vault you could create a new one.
Please open Cloud Shell, run command similar to below, and post output in a comment. Output will hopefully give us better idea of the error you are getting as well as a potential clue of cause, etc.
Get-AzKeyVaultSecret -VaultName yourKeyVaultName -Debug
Do you remember last change that was made before it started returning an error? For example, a new secret was created, and then after that it was broken? Are there any characters in any of the secret names besides a-z 0-9?
Please click Accept Answer and upvote if the above was helpful.
Thanks.
-TP