Skip to content

Commit 663c41d

Browse files
authored
Merge pull request #217037 from eshashah-msft/master
Updating the resource creation and configuration
2 parents 85141c5 + b1824f4 commit 663c41d

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

articles/iot-hub-device-update/device-update-resources.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Understand Device Update for Azure IoT Hub resources | Microsoft Docs
33
description: Understand Device Update for Azure IoT Hub resources
44
author: vimeht
55
ms.author: vimeht
6-
ms.date: 06/14/2022
6+
ms.date: 11/02/2022
77
ms.topic: conceptual
88
ms.service: iot-hub-device-update
99
---
@@ -27,7 +27,7 @@ During public preview, two Device update accounts can be created per subscriptio
2727

2828
## Configure the linked IoT hub
2929

30-
In order for Device Update to receive change notifications from IoT Hub, Device Update integrates with the built-in Event Hubs. Clicking the "Configure IoT Hub" button within your instance configures the required message routes, consumer groups, and access policy required to communicate with IoT devices.
30+
In order for Device Update to receive change notifications from IoT Hub, Device Update integrates with the built-in Event Hubs. The IoT Hub will be configured automatically as part of the resource creation process with the required message routes, consumer groups, and access policy required to communicate with IoT devices.
3131

3232
### Message Routing
3333

@@ -45,19 +45,21 @@ The following Message Routes are automatically configured in your linked IoT hub
4545
4646
### Consumer group
4747

48-
Configuring the IoT hub also creates an event hub consumer group called **adum** that is required by the Device Update management services.
48+
The IoT hub also creates an event hub consumer group called **adum** that is required by the Device Update management services. This should be added automatically as part of the resource creation process.
4949

5050
:::image type="content" source="media/device-update-resources/consumer-group.png" alt-text="Screenshot of consumer groups." lightbox="media/device-update-resources/consumer-group.png":::
5151

52-
### Access policy
52+
### Configuring access for Azure Device Update service principal in the IoT Hub
5353

54-
A shared access policy named **deviceupdateservice** is used by the Device Update Management services to query for update-capable devices. The **deviceupdateservice** policy is created and given the following permissions as part of configuring the IoT Hub:
54+
Device Update for IoT Hub communicates with the IoT Hub for deployments and manage updates at scale. In order to enable Device Update to do this, users need to set IoT Hub Data Contributor access for Azure Device Update Service Principal in the IoT Hub permissions.
5555

56-
- Registry read
57-
- Service connect
58-
- Device connect
56+
Deployment, device and update management and diagnostic actions will not be allowed if these permissions are not set. Operations that will be blocked will include:
57+
* Create Deployment
58+
* Cancel Deployment
59+
* Retry Deployment
60+
* Get Device
5961

60-
:::image type="content" source="media/device-update-resources/access-policy.png" alt-text="Screenshot of access policy." lightbox="media/device-update-resources/access-policy.png":::
62+
The permission can be set from IoT Hub Access Control (IAM). Refer to [Configure Access for Azure Device update service principal in linked IoT hub](configure-access-control-device-update.md#configure-access-for-azure-device-update-service-principal-in-linked-iot-hub)
6163

6264
## Next steps
6365

0 commit comments

Comments
 (0)