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
Copy file name to clipboardExpand all lines: articles/trusted-signing/tutorial-assign-roles.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,19 +32,19 @@ The Trusted Signing Identity Verifier role is *required* to manage identity vali
32
32
## Assign roles
33
33
34
34
1. In the Azure portal, go to your Trusted Signing account. On the resource menu, select **Access Control (IAM)**.
35
-
2. Select the **Roles** tab and search for **Trusted Signing**. The following figure shows the two custom roles.
35
+
1. Select the **Roles** tab and search for **Trusted Signing**. The following figure shows the two custom roles.
36
36
37
37
:::image type="content" source="media/trusted-signing-rbac-roles.png" alt-text="Screenshot that shows the Azure portal UI and the Trusted Signing custom RBAC roles.":::
38
38
39
-
3. To assign these roles, select **Add**, and then select **Add role assignment**. Follow the guidance in [Assign roles in Azure](../role-based-access-control/role-assignments-portal.yml) to assign the relevant roles to your identities.
39
+
1. To assign these roles, select **Add**, and then select **Add role assignment**. Follow the guidance in [Assign roles in Azure](../role-based-access-control/role-assignments-portal.yml) to assign the relevant roles to your identities.
40
40
41
41
To create a Trusted Signing account and certificate profile, you must be assigned at least the *Contributor* role.
42
-
4. For more granular access control on the certificate profile level, you can use the Azure CLI to assign roles. You can use the following commands to assign the Trusted Signing Certificate Profile Signer role to users and service principals to sign files:
42
+
1. For more granular access control on the certificate profile level, you can use the Azure CLI to assign roles. You can use the following commands to assign the Trusted Signing Certificate Profile Signer role to users and service principals to sign files:
43
43
44
44
```azurecli
45
-
az role assignment create --assignee <objectId of user/service principle>
0 commit comments