Skip to content

Commit d0e8497

Browse files
authored
Merge pull request #252620 from eshashah-msft/master
Create device-update-data-encryption.md
2 parents f70d65d + 39f7514 commit d0e8497

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
14+
Device Update for IoT Hub provides data protection through encryption at rest and in-transit as it's written in the datastores; the data is encrypted when read and decrypted when written.
15+
Data in a new Device Update account is encrypted with Microsoft-managed keys by default.
16+
17+
18+
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.
19+
20+
You must use one of the following Azure key stores to store your customer-managed keys:
21+
- Azure Key Vault
22+
- Azure Key Vault Managed Hardware Security Module (HSM)
23+
24+
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.
25+
26+
> [!NOTE]
27+
> 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.

articles/iot-hub-device-update/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ items:
7777
href: device-update-security.md
7878
- name: Network security
7979
href: network-security.md
80+
- name: Data encryption for Device Update for IoT Hub
81+
href: device-update-data-encryption.md
8082
- name: Data privacy
8183
href: device-update-data-privacy.md
8284
- name: Device Update Supported Platforms

0 commit comments

Comments
 (0)