Skip to content

Commit cc8c79c

Browse files
add changes to rbac
1 parent 50a5229 commit cc8c79c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/trusted-signing/tutorial-assign-roles.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ The Trusted Signing Identity Verifier role is *required* to manage identity vali
3232
## Assign roles
3333

3434
1. In the Azure portal, go to your Trusted Signing account. On the resource menu, select **Access Control (IAM)**.
35-
1. Select the **Roles** tab and search for **Trusted Signing**. The following figure shows the two custom roles.
35+
2. Select the **Roles** tab and search for **Trusted Signing**. The following figure shows the two custom roles.
3636

3737
:::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.":::
3838

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.
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.
4040

4141
To create a Trusted Signing account and certificate profile, you must be assigned at least the *Contributor* role.
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:
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:
4343

4444
```azurecli
45-
az role assignment create --assignee <objectId of user/service principle>
46-
--role "Trusted Signing Certificate Profile Signer"
47-
--scope "/subscriptions/<subscriptionId>/resourceGroups/<resource-group-name>/providers/Microsoft.CodeSigning/trustedSigningAccounts/<trustedsigning-account-name>/certificateProfiles/<profileName>"
45+
az role assignment create --assignee <objectId of user/service principle>
46+
--role "Trusted Signing Certificate Profile Signer"
47+
--scope "/subscriptions/<subscriptionId>/resourceGroups/<resource-group-name>/providers/Microsoft.CodeSigning/codeSigningAccounts/<trustedsigning-account-name>/certificateProfiles/<profileName>"
4848
```
4949

5050
## Related content

0 commit comments

Comments
 (0)