Question

We are using webjob in azure which imports data every 2 hours into the tables I've created in the cloud. As I read it from here, I can encrypt the db very easily using azure TDE feature. But I am assuming I have to enable data encryption everytime I get new imports from webjob? or am I wrong? Does Microsoft offer live data encryption in azure?

Was it helpful?

Solution

TDE, or "transparent database encryption" encrypts all data contained in the encrypted database. That is, both existing and newly inserted or updated data is encrypted.

There is no requirement to re-encrypt the database once TDE is enabled, assuming the new data is imported into the same TDE encrypted database.

Along with the document you linked to, this document on transparent database encryption contains a wealth of important information about TDE.

Licensed under: CC-BY-SA with attribution
Not affiliated with dba.stackexchange
scroll top