Login
Remember
Register
Ask a Question
What Data security options are available in Azure SQL DB?
+1
vote
asked
Mar 13, 2023
in
Azure
by
SakshiSharma
What Data security options are available in Azure SQL DB?
data
security
azure
sql-db
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 13, 2023
by
SakshiSharma
The data security options available in Azure SQL DB are:
Azure SQL Firewall Rules: Azure provides two levels of security. The first is server-level firewall rules that are stored in the SQL Master database and determine the access to the Azure database server. The second is database-level firewall rules that govern access to the individual databases.
Azure SQL Always Encrypted: It is designed to protect sensitive data such as credit card numbers stored in the Azure SQL database.
Azure SQL Transparent Data Encryption (TDE): The technology used to encrypt stored data in the Azure SQL Database. The encryption/decryption of database and backups/transactions of log files happens in real-time using TDE.
...