Skip to content

Commit 6aa5c49

Browse files
committed
Edits
1 parent 68cd348 commit 6aa5c49

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/automanage/repair-automanage-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If you're using an ARM template or the Azure CLI, you'll need the Principal ID (
8282

8383
![Add role assignment page in Azure portal.](../../includes/role-based-access-control/media/add-role-assignment-page.png)
8484

85-
1. Repeat steps 2 through 4, and then select the **Resource Policy Contributor** role.
85+
1. Repeat steps 2 through 4, and select the **Resource Policy Contributor** role.
8686

8787
### ARM template
8888
Run the following ARM template. You'll need the Principal ID of your Automanage Account. The steps to get it are at the start of this section. Enter the ID when you're prompted.

articles/automation/automation-role-based-access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ The following section shows you how to configure Azure RBAC on your Automation a
330330

331331
1. Sign in to the [Azure portal](https://portal.azure.com/) and open your Automation account from the **Automation Accounts** page.
332332

333-
1. Select **Access control (IAM)**. Select a role from the list of available roles. You can choose any of the available built-in roles that an Automation account supports or any custom role you may have defined. Assign the role to a user to which you want to give permissions.
333+
1. Select **Access control (IAM)** and select a role from the list of available roles. You can choose any of the available built-in roles that an Automation account supports or any custom role you might have defined. Assign the role to a user to which you want to give permissions.
334334

335335
For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md).
336336

articles/azure-functions/start-stop-vms/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ After the Start/Stop deployment completes, perform the following steps to enable
7070

7171
1. Select **Add** > **Add role assignment** to open the **Add role assignment** page.
7272

73-
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md).
73+
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](../../role-based-access-control/role-assignments-portal.md).
7474

7575
| Setting | Value |
7676
| --- | --- |
7777
| Role | Contributor |
7878
| Assign access to | User, group, or service principal |
7979
| Members | <Your Azure Function App name> |
8080

81-
![Add role assignment page in Azure portal.](../../includes/role-based-access-control/media/add-role-assignment-page.png)
81+
![Add role assignment page in Azure portal.](../../../includes/role-based-access-control/media/add-role-assignment-page.png)
8282

8383
## Configure schedules overview
8484

0 commit comments

Comments
 (0)