Skip to content

Commit 299cbd8

Browse files
Create device-update-data-encryption.md
1 parent 0a81a75 commit 299cbd8

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Data Encryption in Device Update for Azure IoT Hub
3+
description: Understand how Device Update for IoT Hub encrypts data.
4+
author: eshashah
5+
ms.author: eshashah
6+
ms.date: 09/22/2023
7+
ms.topic: conceptual
8+
ms.service: iot-hub-device-update
9+
---
10+
11+
# Data Encryption for Device Update for IoT Hub
12+
13+
## Encyption with Microsoft-managed keys
14+
15+
Device Update for IoT Hub provides data protection though encryption at rest and in-transit as it's written in the datastores; the data is encrypted when read and decrypted when written.
16+
Data in a new Device Update account is encrypted with Microsoft-managed keys by default.
17+
18+
## Encryption with customer-managed keys
19+
20+
Device Update also supports use of your own encryption keys. When you specify a customer-managed key, that key is used to protect and control access to the key that encrypts your data. Customer-managed keys offer greater flexibility to manage access controls.
21+
22+
You must use one of the following Azure key stores to store your customer-managed keys:
23+
- Azure Key Vault
24+
- Azure Key Vault Managed Hardware Security Module (HSM)
25+
26+
You can either create your own keys and store them in the key vault or managed HSM, or you can use the Azure Key Vault APIs to generate keys. The CMK is then used for all the instances in the Device Update account.
27+
28+
Note:
29+
> [!NOTE]
30+
> [This capability requires the creation of a new Device Update Account and Instance – Standard SKU. This is not available for the free SKU of Device update. ]

0 commit comments

Comments
 (0)