Skip to content

Commit cb1d658

Browse files
Update howto-vm-sign-in-azure-ad-linux.md
Fix note about the scope of the role assignment The previously used "resource" phrase is the same as the "individual VM level" scope which the note warns about.
1 parent 64f9f82 commit cb1d658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/devices/howto-vm-sign-in-azure-ad-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ There are two ways to configure role assignments for a VM:
190190
- Azure Cloud Shell experience
191191

192192
> [!NOTE]
193-
> The Virtual Machine Administrator Login and Virtual Machine User Login roles use `dataActions` and can be assigned at the management group, subscription, resource group, or resource scope. We recommend that you assign the roles at the management group, subscription, or resource level and not at the individual VM level. This practice avoids the risk of reaching the [Azure role assignments limit](../../role-based-access-control/troubleshoot-limits.md) per subscription.
193+
> The Virtual Machine Administrator Login and Virtual Machine User Login roles use `dataActions` and can be assigned at the management group, subscription, resource group, or resource scope. We recommend that you assign the roles at the management group, subscription, or resource group level and not at the individual VM level. This practice avoids the risk of reaching the [Azure role assignments limit](../../role-based-access-control/troubleshoot-limits.md) per subscription.
194194
195195
### Azure AD portal
196196

0 commit comments

Comments
 (0)