Login
Remember
Register
Ask a Question
How is data security implemented in ADLS Gen2?
+1
vote
asked
Mar 14, 2023
in
Azure
by
Robindeniel
How is data security implemented in ADLS Gen2?
security-implementation
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 14, 2023
by
Robindeniel
ADLS Gen2 has a multi-layered security model. The data security layers of ADLS Gen2 are:
Authentication: It provides user account security with three authentication modes, Azure Active Directory (AAD), Shared Key and Shared Access Token (SAS).
Access Control: It restricts access to the individual containers or files using Roles and Access Control Lists (ACLs).
Network Isolation: It enables admins to enable or disable access to specific Virtual Private Networks (VPNs) or IP Addresses.
Data Protection: Encrypts in-transit data using HTTPS.
Advanced Threat Protection: It allows monitoring the unauthorised attempts to access or exploit the storage account.
Auditing: It is the final layer of security in which ADLS Gen2 provides comprehensive auditing features where all account management activity is logged.
...