Skip to content

Commit fb62a8e

Browse files
authored
Merge pull request #273558 from cherylmc/entraid4
screenshot
2 parents 09d40c7 + 8d94149 commit fb62a8e

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

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

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In order to make a connection, the following roles are required:
4141
In order to connect to the Linux VM via SSH, you must have the following ports open on your VM:
4242

4343
* Inbound port: SSH (22) ***or***
44-
* Inbound port: Custom value (you'll then need to specify this custom port when you connect to the VM via Azure Bastion). This setting is not available for the Basic or Developer SKU.
44+
* Inbound port: Custom value (you'll then need to specify this custom port when you connect to the VM via Azure Bastion). This setting isn't available for the Basic or Developer SKU.
4545

4646
## Bastion connection page
4747

@@ -61,13 +61,13 @@ In order to connect to the Linux VM via SSH, you must have the following ports o
6161

6262
1. Use the following sections in this article to configure authentication settings and connect to your VM.
6363

64+
* [Microsoft Entra ID Authentication](#microsoft-entra-id-authentication-preview)
6465
* [Username and password](#password-authentication)
6566
* [Password - Azure Key Vault](#password-authentication---azure-key-vault)
6667
* [SSH private key from local file](#ssh-private-key-authentication---local-file)
6768
* [SSH private key - Azure Key Vault](#ssh-private-key-authentication---azure-key-vault)
68-
* [Microsoft Entra ID Authentication](#microsoft-entra-id-authentication-preview)
6969

70-
## Microsoft Entra ID Authentication (Preview)
70+
## Microsoft Entra ID authentication (Preview)
7171

7272
> [!NOTE]
7373
> Microsoft Entra ID Authentication support for SSH connections within the portal is in Preview and is currently being rolled out.
@@ -83,6 +83,23 @@ Prerequisites:
8383
* **Virtual Machine Administrator Login**: This role is necessary if you want to sign in with administrator privileges.
8484
* **Virtual Machine User Login**: This role is necessary if you want to sign in with regular user privileges.
8585

86+
Use the following steps to authenticate using Microsoft Entra ID.
87+
88+
:::image type="content" source="./media/bastion-connect-vm-ssh-linux/entra-id.png" alt-text="Screenshot shows authentication type as Microsoft Entra ID." lightbox="./media/bastion-connect-vm-ssh-linux/entra-id.png":::
89+
90+
1. To authenticate using Microsoft Entra ID, configure the following settings.
91+
92+
* **Connection Settings**: Only available for SKUs higher than the Basic SKU.
93+
94+
* **Protocol**: Select SSH.
95+
* **Port**: Specify the port number.
96+
97+
* **Authentication type**: Select **Microsoft Entra ID** from the dropdown.
98+
99+
1. To work with the VM in a new browser tab, select **Open in new browser tab**.
100+
101+
1. Click **Connect** to connect to the VM.
102+
86103
## Password authentication
87104

88105
Use the following steps to authenticate using username and password.
53.3 KB
Loading

0 commit comments

Comments
 (0)