Skip to content

Commit c5bbaa3

Browse files
authored
Merge pull request #193982 from dksimpson/1912257-RBAC-fix-13
Update RBAC role assignment steps - batch 13
2 parents 0f858a6 + dbc07f5 commit c5bbaa3

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

articles/azure-percept/how-to-set-up-over-the-air-updates.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: hschang
66
ms.service: azure-percept
77
ms.topic: how-to
88
ms.date: 03/30/2021
9-
ms.custom: template-how-to, ignite-fall-2021
9+
ms.custom: template-how-to, ignite-fall-2021, subject-rbac-steps
1010
---
1111

1212
# 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
6161

6262
The final step will enable you to grant permissions to users to publish and deploy updates.
6363

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)**.
6565

66-
1. Click **+Add** and then select **Add role assignment**.
66+
1. Select **Add** > **Add role assignment** to open the **Add role assignment** page.
6767

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+
![Screenshot that shows Add role assignment page in Azure portal.](../../includes/role-based-access-control/media/add-role-assignment-page.png)
6977

7078
> [!TIP]
7179
> 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

Comments
 (0)