แก้ไข

Azure database security checklist

To help improve security, Azure SQL Database and Azure SQL Managed Instance include built-in security controls that you can use to limit and control access, protect data, and monitor threats.

Security controls include:

  • Firewall rules that limit connectivity by IP address and virtual network.
  • Microsoft Entra authentication for centralized identity management.
  • Secure connectivity by using TLS encryption.
  • Access management and authorization.
  • Data encryption at rest and in transit.
  • Database auditing and threat detection.
  • Advanced data security features.

Introduction

Cloud computing requires new security paradigms that might be unfamiliar to many application users, database administrators, and programmers. Organizations can use Azure SQL's comprehensive security features to protect sensitive data and meet regulatory compliance requirements.

Checklist

Before reviewing this checklist, read the Azure SQL Database security best practices. Understanding the best practices helps you get the most value from this checklist. Use this checklist to verify that you addressed the important security controls in Azure database security.

Checklist Category Description
Protect data

Encryption in transit
  • Transport Layer Security (TLS) encrypts data in motion between clients and databases. Azure SQL requires TLS 1.2 or higher for secure connections.
  • Database requires secure communication from clients based on the TDS (Tabular Data Stream) protocol over TLS.

Encryption at rest

Encryption in use
  • Always Encrypted protects sensitive data by encrypting it within client applications. Encryption keys never reach the database engine, ensuring separation between data owners and data managers.
  • Column-level encryption (CLE) encrypts specific columns by using symmetric encryption for extra protection of sensitive data.
Control access

Database access

Network access control

Application access control
Proactive monitoring

Auditing and detection
  • Auditing tracks database events and writes them to an audit log in your Azure Storage account, Log Analytics workspace, or Event Hubs.
  • Track Azure SQL Database health by using Azure Monitor and diagnostic settings.
  • Microsoft Defender for SQL detects anomalous database activities indicating potential security threats including SQL injection, brute-force attacks, and vulnerability exploits.

Vulnerability assessment
  • Vulnerability assessment discovers, tracks, and helps remediate potential database vulnerabilities.
  • Provides actionable security recommendations and risk reports for compliance.

Centralized security management
Data integrity

Ledger capability
  • Ledger provides tamper-evident capabilities by creating an immutable record of database transactions.
  • Helps meet compliance requirements for data integrity verification.

Conclusion

Azure SQL Database and Azure SQL Managed Instance provide comprehensive database platforms with security features that meet organizational and regulatory compliance requirements. Protect data throughout its lifecycle - at rest, in transit, and in use - by using Transparent Data Encryption, Always Encrypted, and TLS. Fine-grained access controls, including row-level security, dynamic data masking, and Microsoft Entra authentication, ensure that only authorized users access sensitive data. Continuous monitoring through auditing, Microsoft Defender for SQL, and vulnerability assessment helps identify and remediate security threats proactively.

Next steps

To improve database protection against malicious users or unauthorized access, take these steps: