Hi @Chun Hanssen ,
Grant Key Vault access to your Azure SQL Server’s managed identity (not your user account).
Go to Azure SQL Server → Identity → System-assigned, copy the Object ID → then in Key Vault → Access policies → Add access policy, add that principal and give get, wrapKey, unwrapKey, sign permissions.
Thanks,
Akhil.