October 3, 2022 at 9:20 pm
How can we encrypt the database in Azure. Research story.
Thank you
October 4, 2022 at 8:59 am
Azure IaaS or Azure PaaS?
PaaS is already encrypted with TDE, you cannot turn that feature off, it is mandatory.
IaaS, look at TDE for manual enabling.
Then you have additional things to look at like Always Encrypted and column level encryption to name a few things.
If you google SQL Encryption, you will sure get a lot of information on this topic.
October 4, 2022 at 5:36 pm
i dont have database yet, I want make sure my db is secured data,which is better
October 4, 2022 at 5:37 pm
What are you most bothered about protecting.
data in transit? Look at always encrypted
data at rest? Look at TDE
or if you need both, look at both.
October 6, 2022 at 7:00 pm
Thank you
October 6, 2022 at 7:08 pm
Thank you, I am concert about both and was looking for good articles
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply