Azure SQL Database Docs

Privacy in Azure SQL Database

This guide provides a comprehensive overview of privacy controls, data handling, and compliance features built into Azure SQL Database.

Data Protection Overview

Azure SQL Database offers multiple layers of data protection to help you meet privacy requirements and regulatory standards.

Encryption Details

Encryption is applied transparently; you can enable it with a single command.

ALTER DATABASE CURRENT SET ENCRYPTION ON;

Compliance Certifications

Azure SQL Database complies with major global standards. Below is a snapshot of current certifications.

StandardCertificationRegion
ISO/IEC 27001CertifiedGlobal
HIPAACoveredUS
GDPRCompliantEU
SOC 2 Type IICertifiedGlobal

Manage Privacy Settings via Azure Portal

  1. Navigate to your Azure SQL Database resource.
  2. Select Transparent data encryption under the Security section.
  3. Toggle the status to On if it isn’t already enabled.
  4. Configure Always Encrypted keys in the Keys blade.

Resources