You need to ensure that sensitive data stored in Azure SQL Database is encrypted at rest. Which feature should you enable?
TDE performs real-time encryption and decryption of the database, backups, and transaction log files at rest.
Why this answer
Transparent Data Encryption (TDE) is correct because it encrypts the entire database at rest, including backups and log files. Option A (Always Encrypted) is incorrect because it encrypts data in use and in transit (client-side encryption), not at rest. Option B (Azure Information Protection) is incorrect because it is a classification and labeling service, not an encryption mechanism.
Option C (Dynamic Data Masking) is incorrect because it masks data in query results to unauthorized users, but does not encrypt the underlying data.