You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -53,6 +53,10 @@ Most Azure services, such as Azure Storage and Azure SQL Database, encrypt data
53
53
54
54
-**Use encryption to help mitigate risks related to unauthorized data access**: Encrypt your services before you write sensitive data to them.
55
55
56
+
-**Understand key rotation behavior**: When you rotate a key encryption key (KEK), the service re-wraps the data encryption keys (DEKs) with the new key version. The underlying data itself is not re-encrypted. Both old and new key versions must remain enabled until re-wrapping is complete. For more information, see [Configure key auto-rotation in Azure Key Vault](/azure/key-vault/keys/how-to-configure-key-rotation).
57
+
58
+
-**Use RSA-OAEP-256 for key wrapping**: RSA-OAEP-256 is the recommended wrapping algorithm for customer-managed keys. RSA-OAEP (without the -256 suffix) uses SHA-1 and is considered legacy.
59
+
56
60
Organizations that don't enforce data encryption are more exposed to data-confidentiality issues. Companies also must prove that they are diligent and using correct security controls to enhance their data security in order to comply with industry regulations.
@@ -26,6 +26,8 @@ Microsoft’s approach to enabling two layers of encryption for data at rest is:
26
26
-**Encryption at rest using customer-managed keys**. You provide your own key for data encryption at rest. You can bring your own keys to your Key Vault (BYOK – Bring Your Own Key), or generate new keys in Azure Key Vault to encrypt the desired resources.
27
27
-**Infrastructure encryption using platform-managed keys**. By default, data is automatically encrypted at rest using platform-managed encryption keys.
28
28
29
+
These two layers use separate keys from independent key hierarchies, managed by different operators — you control the service-level key while Microsoft controls the infrastructure-level key.
30
+
29
31
## Data in transit
30
32
Microsoft’s approach to enabling two layers of encryption for data in transit is:
@@ -40,7 +40,7 @@ Encryption at rest protects stored data (at rest). Attacks against data at rest
40
40
41
41
Encryption at rest is designed to prevent the attacker from accessing the unencrypted data by ensuring the data is encrypted when on disk. If an attacker obtains a hard drive with encrypted data but not the encryption keys, the attacker must defeat the encryption to read the data. This attack is much more complex and resource consuming than accessing unencrypted data on a hard drive. For this reason, encryption at rest is highly recommended and is a high priority requirement for many organizations.
42
42
43
-
An organization's need for data governance and compliance efforts might also require encryption at rest. Industry and government regulations such as HIPAA, PCI, and FedRAMP, lay out specific safeguards regarding data protection and encryption requirements. Encryption at rest is a mandatory measure required for compliance with some of those regulations. For more information on Microsoft's approach to FIPS 140-2 validation, see [Federal Information Processing Standard (FIPS) Publication 140-2](/microsoft-365/compliance/offering-fips-140-2).
43
+
An organization's need for data governance and compliance efforts might also require encryption at rest. Industry and government regulations such as HIPAA, PCI, and FedRAMP, lay out specific safeguards regarding data protection and encryption requirements. Encryption at rest is a mandatory measure required for compliance with some of those regulations. For more information on Microsoft's approach to FIPS 140 validation, see [Federal Information Processing Standard (FIPS) 140](/azure/compliance/offering-fips-140-3).
44
44
45
45
In addition to satisfying compliance and regulatory requirements, encryption at rest provides defense-in-depth protection. Microsoft Azure provides a compliant platform for services, applications, and data. It also provides comprehensive facility and physical security, data access control, and auditing. However, it's important to provide additional "overlapping" security measures in case one of the other security measures fails. Encryption at rest provides such a security measure.
46
46
@@ -64,7 +64,7 @@ As described previously, the goal of encryption at rest is that data persisted o
64
64
65
65
### Azure Key Vault
66
66
67
-
The storage location of the encryption keys and access control to those keys is central to an encryption at rest model. You need to highly secure the keys but make them manageable by specified users and available to specific services. For Azure services, Azure Key Vault is the recommended key storage solution and provides a common management experience across services. You store and manage keys in key vaults, and you can give users or services access to a key vault. Azure Key Vault supports customer creation of keys or import of customer keys for use in customer-managed encryption key scenarios.
67
+
The storage location of the encryption keys and access control to those keys is central to an encryption at rest model. You need to highly secure the keys but make them manageable by specified users and available to specific services. For Azure services, Azure Key Vault (Premium tier) or Azure Managed HSM is the recommended key storage solution and provides a common management experience across services. You store and manage keys in key vaults, and you can give users or services access to a key vault. Azure Key Vault supports customer creation of keys or import of customer keys for use in customer-managed encryption key scenarios.
Copy file name to clipboardExpand all lines: articles/security/fundamentals/encryption-customer-managed-keys-support.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,17 @@ title: Services that support customer managed keys (CMKs) in Azure Key Vault and
3
3
description: Services that support customer managed keys (CMKs) in Azure Key Vault and Azure Managed HSM
4
4
author: msmbaldwin
5
5
ms.author: mbaldwin
6
-
ms.date: 02/23/2026
6
+
ms.date: 04/02/2026
7
7
ms.service: security
8
8
ms.subservice: security-fundamentals
9
9
ms.topic: article
10
10
---
11
11
12
12
# Services that support customer managed keys (CMKs) in Azure Key Vault and Azure Managed HSM
13
13
14
-
The following services support server-side encryption with customer managed keys in [Azure Key Vault](/azure/key-vault/) and [Azure Managed HSM](/azure/key-vault/managed-hsm/). For implementation details, see the service-specific documentation or the service's [Microsoft Cloud Security Benchmark: security baseline](/security/benchmark/azure/security-baselines-overview) (section DP-5).
14
+
Customer-managed keys (CMK) is a key management control model in which you own and manage the key encryption key (KEK) in your own [Azure Key Vault](/azure/key-vault/) or [Azure Managed HSM](/azure/key-vault/managed-hsm/) instance. Azure services use your KEK to wrap and unwrap their data encryption keys through envelope encryption. For HSM-protected keys, use Azure Key Vault Premium tier or Azure Managed HSM.
15
+
16
+
The following services support server-side encryption with customer managed keys. For implementation details, see the service-specific documentation or the service's [Microsoft Cloud Security Benchmark: security baseline](/security/benchmark/azure/security-baselines-overview) (section DP-5).
15
17
16
18
## AI and machine learning
17
19
@@ -31,11 +33,9 @@ The following services support server-side encryption with customer managed keys
31
33
|[Dataverse](/powerapps/maker/data-platform/)| Yes | Yes |[Customer-managed keys in Dataverse](/power-platform/admin/customer-managed-key)|
32
34
|[Dynamics 365](/dynamics365/)| Yes | Yes |[Customer-managed keys for encryption](/dynamics365/fin-ops-core/dev-itpro/sysadmin/customer-managed-keys)|
33
35
|[Azure AI Face](/azure/ai-services/computer-vision/overview-identity)| Yes | Yes |[Face service encryption of data at rest](/azure/ai-services/computer-vision/identity-encrypt-data-at-rest)|
|[Personalizer](/azure/ai-services/personalizer/)| Yes | Yes |[Encryption of data at rest in Personalizer](/azure/ai-services/personalizer/encrypt-data-at-rest)|
36
37
|[Power Platform](/power-platform/)| Yes | Yes |[Customer-managed keys in Power Platform](/power-platform/admin/customer-managed-key)|
37
38
|[Custom question answering](/azure/ai-services/language-service/question-answering/overview)| Yes ||[Custom question answering encryption of data at rest](/azure/ai-services/language-service/question-answering/how-to/encrypt-data-at-rest)|
38
-
|[QnA Maker](/azure/ai-services/qnamaker/)| Yes | Yes |[QnA Maker encryption of data at rest](/azure/ai-services/qnamaker/encrypt-data-at-rest)|
39
39
|[Azure Speech in Foundry Tools](/azure/ai-services/speech-service/)| Yes | Yes |[Speech service encryption of data at rest](/azure/ai-services/speech-service/speech-encryption-of-data-at-rest)|
40
40
|[Azure Translator in Foundry Tools Text](/azure/ai-services/translator/)| Yes | Yes |[Translator encryption of data at rest](/azure/ai-services/translator/encrypt-data-at-rest)|
41
41
@@ -89,9 +89,7 @@ The following services support server-side encryption with customer managed keys
|[Azure Cosmos DB for MongoDB vCore](/azure/cosmos-db/mongodb/vcore/)| Yes ||[Configure customer-managed keys for Azure Cosmos DB for MongoDB vCore](/azure/cosmos-db/mongodb/vcore/how-to-data-encryption)|
91
91
|[Azure Database for MySQL - Flexible Server](/azure/mysql/flexible-server/)| Yes | Yes |[Data encryption with customer-managed keys in Azure Database for MySQL - Flexible Server](/azure/mysql/flexible-server/concepts-customer-managed-key)|
92
-
|[Azure Database for MySQL - Single Server](/azure/mysql/single-server/)| Yes ||[Azure Database for MySQL data encryption with a customer-managed key](/previous-versions/azure/mysql/single-server/concepts-data-encryption-mysql)|
93
92
|[Azure Database for PostgreSQL - Flexible Server](/azure/postgresql/flexible-server/)| Yes | Yes |[Data encryption with customer-managed keys in Azure Database for PostgreSQL - Flexible Server](/azure/postgresql/flexible-server/concepts-data-encryption)|
94
-
|[Azure Database for PostgreSQL - Single Server](/azure/postgresql/)| Yes | Yes |[Data encryption with customer-managed keys in Azure Database for PostgreSQL - Single Server](/previous-versions/azure/postgresql/single-server/concepts-data-encryption-postgresql)|
95
93
|[Azure Managed Instance for Apache Cassandra](/azure/managed-instance-apache-cassandra/)| Yes ||[Configure customer-managed keys for encryption](/azure/managed-instance-apache-cassandra/customer-managed-keys)|
96
94
|[Azure SQL Database](/azure/azure-sql/database/)| Yes (RSA 3072-bit) | Yes |[Bring your own key (BYOK) support for Transparent Data Encryption (TDE)](/azure/azure-sql/database/transparent-data-encryption-byok-overview)|
97
95
|[Azure SQL Managed Instance](/azure/azure-sql/managed-instance/)| Yes (RSA 3072-bit) | Yes |[Bring your own key (BYOK) support for Transparent Data Encryption (TDE)](/azure/azure-sql/database/transparent-data-encryption-byok-overview)|
Copy file name to clipboardExpand all lines: articles/security/fundamentals/encryption-models.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Data encryption models in Microsoft Azure
3
3
description: This article provides an overview of data encryption models In Microsoft Azure.
4
4
author: msmbaldwin
5
5
ms.author: mbaldwin
6
-
ms.date: 01/12/2026
6
+
ms.date: 04/02/2026
7
7
ms.service: security
8
8
ms.subservice: security-fundamentals
9
9
ms.topic: article
@@ -86,7 +86,9 @@ For scenarios where organizations have specific requirements to control their en
86
86
87
87
Some services might store only the root Key Encryption Key in Azure Key Vault and store the encrypted Data Encryption Key in an internal location closer to the data. In this scenario, customers can bring their own keys to Key Vault (BYOK – Bring Your Own Key) or generate new ones, and use them to encrypt the desired resources. While the Resource Provider performs the encryption and decryption operations, it uses the customer's configured key encryption key as the root key for all encryption operations.
88
88
89
-
Loss of key encryption keys means loss of data. For this reason, don't delete keys. Always back up keys when you create or rotate them. To protect against accidental or malicious cryptographic erasure, [Soft-Delete and purge protection](/azure/key-vault/general/soft-delete-overview) must be enabled on any vault storing key encryption keys. Instead of deleting a key, set enabled to false on the key encryption key. Use access controls to revoke access to individual users or services in [Azure Key Vault](/azure/key-vault/general/security-features#access-model-overview) or [Managed HSM](/azure/key-vault/managed-hsm/secure-your-managed-hsm).
89
+
Loss of key encryption keys means loss of data. For this reason, don't delete keys. Always back up keys when you create or rotate them. When a KEK is rotated, the service re-wraps the data encryption keys with the new key version — the underlying data is not re-encrypted. Both old and new key versions must remain enabled until all data encryption keys have been re-wrapped. To protect against accidental or malicious cryptographic erasure, [Soft-Delete and purge protection](/azure/key-vault/general/soft-delete-overview) must be enabled on any vault storing key encryption keys. Instead of deleting a key, set enabled to false on the key encryption key. Use access controls to revoke access to individual users or services in [Azure Key Vault](/azure/key-vault/general/security-features#access-model-overview) or [Managed HSM](/azure/key-vault/managed-hsm/secure-your-managed-hsm).
90
+
91
+
For customer-managed key scenarios, Azure Key Vault Premium tier (HSM-backed) is recommended as the minimum for compliance requirements that mandate HSM-protected keys. Azure Managed HSM is recommended for workloads requiring key sovereignty or dedicated HSM capacity.
90
92
91
93
> [!NOTE]
92
94
> For a list of services that support customer-managed keys in Azure Key Vault and Azure Managed HSM, see [Services that support CMKs in Azure Key Vault and Azure Managed HSM](encryption-customer-managed-keys-support.md).
Copy file name to clipboardExpand all lines: articles/security/fundamentals/encryption-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: msmbaldwin
6
6
ms.service: security
7
7
ms.subservice: security-fundamentals
8
8
ms.topic: article
9
-
ms.date: 01/12/2026
9
+
ms.date: 04/02/2026
10
10
ms.author: mbaldwin
11
11
---
12
12
@@ -128,7 +128,7 @@ A site-to-site VPN gateway connection connects your on-premises network to an Az
128
128
129
129
Without proper protection and management of keys, encryption is useless. Azure offers several key management solutions, including Azure Key Vault, Azure Key Vault Managed HSM, Azure Cloud HSM, and Azure Payment HSM.
130
130
131
-
Key Vault removes the need to configure, patch, and maintain hardware security modules (HSMs) and key management software. By using Key Vault, you maintain control—Microsoft never sees your keys, and applications don't have direct access to them. You can also import or generate keys in HSMs.
131
+
Key Vault removes the need to configure, patch, and maintain hardware security modules (HSMs) and key management software. By using Key Vault, you maintain control—applications don't have direct access to your keys. You can also import or generate keys in HSMs. For the strongest key isolation guarantees, Azure Managed HSM provides a customer-owned security domain where Microsoft has no access to your key material.
132
132
133
133
For more information about key management in Azure, see [Key management in Azure](/azure/security/fundamentals/key-management).
Copy file name to clipboardExpand all lines: articles/security/fundamentals/key-management-choose.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: security
6
6
author: chenkaren
7
7
ms.service: security
8
8
ms.topic: article
9
-
ms.date: 01/08/2026
9
+
ms.date: 04/02/2026
10
10
ms.author: chenkaren
11
11
---
12
12
@@ -30,7 +30,7 @@ The chart refers to these common requirements:
30
30
31
31
It also refers to these various key management use cases:
32
32
33
-
-_Encryption at rest_ is typically enabled for Azure IaaS, PaaS, and SaaS models. Applications such as Microsoft 365; Microsoft Purview Information Protection; platform services in which the cloud is used for storage, analytics, and service bus functionality; and infrastructure services in which operating systems and applications are hosted and deployed in the cloud use encryption at rest. _Customer managed keys for encryption at rest_ is used with Azure Storage and Microsoft Entra. For highest security, keys should be HSM-backed, 3k or 4k RSA keys. For more information about encryption at rest, see [Azure Data Encryption at Rest](encryption-atrest.md).
33
+
-_Encryption at rest_ is typically enabled for Azure IaaS, PaaS, and SaaS models. Applications such as Microsoft 365; Microsoft Purview Information Protection; platform services in which the cloud is used for storage, analytics, and service bus functionality; and infrastructure services in which operating systems and applications are hosted and deployed in the cloud use encryption at rest. _Customer managed keys for encryption at rest_ is used with Azure Storage and Microsoft Entra. For highest security, keys should be HSM-backed, 3k or 4k RSA keys. For customer-managed key scenarios, Azure Key Vault Premium is the recommended minimum; Azure Managed HSM is required for key sovereignty. For more information about encryption at rest, see [Azure Data Encryption at Rest](encryption-atrest.md).
34
34
-_SSL/TLS Offload_ is supported on Azure Key Vault Managed HSM and Azure Cloud HSM. Customers have improved high availability, security, and the best price point on Azure Key Vault Managed HSM for F5 and Nginx.
35
35
-_Lift and shift_ refer to scenarios where a PKCS11 application on-premises is migrated to Azure Virtual Machines and running software such as Oracle TDE in Azure Virtual Machines. Lift and shift requiring payment PIN processing is supported by Azure Payment HSM. All other scenarios are supported by Azure Cloud HSM. Full native PKCS#11, JCA/JCE, and CNG/KSP support is only available with Azure Cloud HSM. Azure Key Vault Managed HSM offers [limited PKCS#11 support](/azure/key-vault/managed-hsm/tls-offload-library) for TLS offload scenarios with F5 and Nginx.
36
36
-_Payment PIN processing_ includes allowing card and mobile payment authorization and 3D-Secure authentication; PIN generation, management, and validation; payment credential issuing for cards, wearables, and connected devices; securing keys and authentication data; and sensitive data protection for point-to-point encryption, security tokenization, and EMV payment tokenization. This also includes certifications such as PCI DSS, PCI 3DS, and PCI PIN. These are only supported by Azure Payment HSM.
0 commit comments