Skip to content

Commit ee9896d

Browse files
authored
Merge pull request #97827 from SanDeo-MSFT/patch-42
Update howto-vm-sign-in-azure-ad-windows.md
2 parents 16d371a + a0d37ad commit ee9896d

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
@@ -114,6 +114,9 @@ az vm create \
114114
--admin-password yourpassword
115115
```
116116

117+
> [!NOTE]
118+
> It is required that you enable System assigned managed identity on your virtual machine before you install the Azure AD login VM extension.
119+
117120
It takes a few minutes to create the VM and supporting resources.
118121

119122
Finally, install the Azure AD login VM extension to enable Azure AD login for Windows VM. VM extensions are small applications that provide post-deployment configuration and automation tasks on Azure virtual machines. Use [az vm extension](https://docs.microsoft.com/cli/azure/vm/extension#az-vm-extension-set) set to install the AADLoginForWindows extension on the VM named myVM in the myResourceGroup resource group:

0 commit comments

Comments
 (0)