Encrypting data in SQL Server Azure database with separate key for each user's data
问题 I'm trying to create a service based on an Azure SQL Database backend. The service will be multi-tenant, and would contain highly sensitive information from multiple "clients" (potentially hundreds of thousands), that must be strictly isolated from one another and secured heavily against data leaks. "by design" Using so many individual databases would not be feasible, as there will be a lot of clients with very little information per client. I have looked into the transparent encryption