Skip to content

Commit 1cb0c66

Browse files
Merge pull request #273550 from cherylmc/entra3
entraID
2 parents da99a6d + 3fbee68 commit 1cb0c66

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

articles/bastion/bastion-connect-vm-ssh-linux.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,23 @@ In order to connect to the Linux VM via SSH, you must have the following ports o
6565
* [Password - Azure Key Vault](#password-authentication---azure-key-vault)
6666
* [SSH private key from local file](#ssh-private-key-authentication---local-file)
6767
* [SSH private key - Azure Key Vault](#ssh-private-key-authentication---azure-key-vault)
68+
* [Microsoft Entra ID Authentication](#microsoft-entra-id-authentication-preview)
69+
70+
## Microsoft Entra ID Authentication (Preview)
71+
72+
> [!NOTE]
73+
> Microsoft Entra ID Authentication support for SSH connections within the portal is in Preview and is currently being rolled out.
74+
75+
If the following prerequisites are met, Microsoft Entra ID becomes the default option to connect to your VM. If not, Microsoft Entra ID won't appear as an option.
76+
77+
Prerequisites:
78+
79+
* Microsoft Entra ID Login should be enabled on the VM. Microsoft Entra ID Login can be enabled during VM creation or by adding the **Microsoft Entra ID Login** extension to a pre-existing VM.
80+
81+
* One of the following required roles should be configured on the VM for the user:
82+
83+
* **Virtual Machine Administrator Login**: This role is necessary if you want to sign in with administrator privileges.
84+
* **Virtual Machine User Login**: This role is necessary if you want to sign in with regular user privileges.
6885

6986
## Password authentication
7087

0 commit comments

Comments
 (0)