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
# Set up Azure IoT Hub to deploy over-the-air updates
@@ -61,11 +61,19 @@ Keep your Azure Percept DK secure and up to date using over-the-air updates. In
61
61
62
62
The final step will enable you to grant permissions to users to publish and deploy updates.
63
63
64
-
1. In your Device Update for IoT Hub resource, click**Access control (IAM)**.
64
+
1. In your Device Update for IoT Hub resource, select**Access control (IAM)**.
65
65
66
-
1.Click**+Add**and then select **Add role assignment**.
66
+
1.Select**Add**> **Add role assignment** to open the **Add role assignment** page.
67
67
68
-
1. For **Role**, select **Device Update Administrator**. For **Assign access to** select **User, group, or service principle**. For **Select**, select your account or the account of the person who will be deploying updates. Click **Save**.
68
+
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md).
69
+
70
+
| Setting | Value |
71
+
| --- | --- |
72
+
| Role | Device Update Administrator |
73
+
| Assign access to | User, group, or service principal |
74
+
| Members |<Your account or the account deploying updates>|
75
+
76
+

69
77
70
78
> [!TIP]
71
79
> If you would like to give more people in your organization access, you can repeat this step and make each of these users a **Device Update Administrator**.
0 commit comments