An Azure relational database service.
Hi Tom,
Thankyou fro reaching microsoft Q&A!
This behavior is expected and by design in Azure SQL Database.
Transparent Data Encryption (TDE) cannot be enabled on system databases such as the master database. Microsoft manages encryption of system databases at the platform level, and customers do not have the ability to configure TDE on them. This is documented product behavior and does not represent a security gap.
In Azure SQL Database:
TDE is automatically enabled for all user databases.
The master database is a system database and is not intended to store application or sensitive business data.
Encryption at rest is enforced by the Azure platform as part of Microsoft’s shared responsibility model.
tempdb is always encrypted automatically.
Compliance tools sometimes flag this because they apply generic SQL Server checks that do not account for Azure PaaS architecture. However, this configuration is compliant and aligned with Microsoft’s security design.
Therefore, this finding can be considered informational and does not require remediation.