Skip to content

Commit baf6eec

Browse files
authored
Merge pull request #217067 from kgremban/nov3-cmk
CMK public preview
2 parents 7e833c1 + 80c1305 commit baf6eec

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/iot-hub/iot-hub-customer-managed-keys.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ author: kgremban
55
ms.service: iot-hub
66
services: iot-hub
77
ms.topic: conceptual
8-
ms.date: 07/07/2021
8+
ms.date: 11/03/2022
99
ms.author: kgremban
1010
ROBOTS: NOINDEX
1111
---
1212

13-
# Encryption of Azure Iot Hub data at rest using customer-managed keys
13+
# Encryption of Azure Iot Hub data at rest using customer-managed keys (preview)
1414

15-
IoT Hub supports encryption of data at rest using customer-managed keys (CMK), also known as Bring your own key (BYOK). Azure IoT Hub provides encryption of data at rest and in-transit as it's written in our datacenters; the data is encrypted when read and decrypted when written.
15+
IoT Hub supports encryption of data at rest using customer-managed keys (CMK), also known as Bring your own key (BYOK). Azure IoT Hub provides encryption of data at rest and in-transit as it's written in our datacenters; the data is encrypted when read and decrypted when written.
16+
17+
>[!NOTE]
18+
>The customer-managed keys feature is currently in [public preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
1619
1720
By default, IoT Hub uses Microsoft-managed keys to encrypt the data. With CMK, you can get another layer of encryption on top of default encryption and can choose to encrypt data at rest with a key encryption key, managed through your [Azure Key Vault](https://azure.microsoft.com/services/key-vault/). This gives you the flexibility to create, rotate, disable, and revoke access controls. If BYOK is configured for your IoT Hub, we also provide double encryption, which offers a second layer of protection, while still allowing you to control the encryption key through your Azure Key Vault.
1821

0 commit comments

Comments
 (0)