Skip to content

Azure Security

Handle PII data

Dynamic Data Masking: Masks sensitive data in the result set of a query, limiting data exposure without changing the data in the database.

Always Encrypted: Ensures sensitive data is encrypted both at rest and in motion, and can only be decrypted by the client application that has the encryption keys

-->