Skip to content

Commit 17c886d

Browse files
authored
Merge pull request #77451 from georgewallace/gw_startstopperms
updating permissions
2 parents e4e46c4 + 17b9df4 commit 17c886d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/automation/automation-solution-vm-management.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: automation
66
ms.subservice: process-automation
77
author: georgewallace
88
ms.author: gwallace
9-
ms.date: 05/08/2019
9+
ms.date: 05/21/2019
1010
ms.topic: conceptual
1111
manager: carmonm
1212
---
@@ -43,7 +43,7 @@ It is recommended to use a separate Automation Account for the Start/Stop VM sol
4343

4444
### Permissions needed to deploy
4545

46-
There are certain permissions that a user must have to deploy the Start/Stop VMs during off hours solution. These permissions are different if using a pre-created Automation Account and Log Analytics workspace or creating new ones during deployment.
46+
There are certain permissions that a user must have to deploy the Start/Stop VMs during off hours solution. These permissions are different if using a pre-created Automation Account and Log Analytics workspace or creating new ones during deployment. If you are a Contributor on the subscription and a Global Administrator in your Azure Active Directory tenant, you do not need to configure the following permissions. If you do not have those rights or need to configure a custom role, see the permissions required below.
4747

4848
#### Pre-existing Automation Account and Log Analytics account
4949

@@ -73,13 +73,17 @@ To deploy the Start/Stop VMs during off hours solution to an Automation Account
7373

7474
To deploy the Start/Stop VMs during off hours solution to a new Automation Account and Log Analytics workspace the user deploying the solution needs the permissions defined in the preceding section as well as the following permissions:
7575

76-
- Co-administrator on subscription - This is needed to create the Classic Run As Account
77-
- Be part of the Azure Active Directory **Application Developer** role. For more details on configuring Run As Accounts, see [Permissions to configure Run As accounts](manage-runas-account.md#permissions).
76+
- Co-administrator on subscription - This is only needed to create the Classic Run As Account
77+
- Be part of the [Azure Active Directory](../active-directory/users-groups-roles/directory-assign-admin-roles.md) **Application Developer** role. For more details on configuring Run As Accounts, see [Permissions to configure Run As accounts](manage-runas-account.md#permissions).
78+
- Contributor on the subscription or the following permissions.
7879

7980
| Permission |Scope|
8081
| --- | --- |
82+
| Microsoft.Authorization/Operations/read | Subscription|
83+
| Microsoft.Authorization/permissions/read |Subscription|
8184
| Microsoft.Authorization/roleAssignments/read | Subscription |
8285
| Microsoft.Authorization/roleAssignments/write | Subscription |
86+
| Microsoft.Authorization/roleAssignments/delete | Subscription |
8387
| Microsoft.Automation/automationAccounts/connections/read | Resource Group |
8488
| Microsoft.Automation/automationAccounts/certificates/read | Resource Group |
8589
| Microsoft.Automation/automationAccounts/write | Resource Group |

0 commit comments

Comments
 (0)