Skip to content

Commit 290ba96

Browse files
Merge pull request #227599 from juntakata/patch-1
Add unsupported scenario
2 parents bebf0d6 + 8500bd5 commit 290ba96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ Now that you've created the VM, you need to configure an Azure RBAC policy to de
167167

168168
To allow a user to log in to the VM over RDP, you must assign the Virtual Machine Administrator Login or Virtual Machine User Login role to the resource group that contains the VM and its associated virtual network, network interface, public IP address, or load balancer resources.
169169

170+
> [!NOTE]
171+
> Manually elevating a user to become a local administrator on the VM by adding the user to a member of the local administrators group or by running `net localgroup administrators /add "AzureAD\UserUpn"` command is not supported. You need to use Azure roles above to authorize VM login.
172+
170173
An Azure user who has the Owner or Contributor role assigned for a VM does not automatically have privileges to log in to the VM over RDP. The reason is to provide audited separation between the set of people who control virtual machines and the set of people who can access virtual machines.
171174

172175
There are two ways to configure role assignments for a VM:

0 commit comments

Comments
 (0)