|
1 | 1 | ---
|
2 |
| -title: Connect to your virtual machines through a browser |
| 2 | +title: Enable browser access to lab virtual machines |
3 | 3 | description: Learn how to connect to your virtual machines through a browser.
|
4 | 4 | ms.topic: how-to
|
5 |
| -ms.date: 06/26/2020 |
| 5 | +ms.date: 10/29/2021 |
6 | 6 | ---
|
7 | 7 |
|
8 |
| -# Connect to your virtual machines through a browser |
| 8 | +# Connect to your lab virtual machines through a browser |
9 | 9 |
|
10 |
| -DevTest Labs integrates with [Azure Bastion](../bastion/index.yml), which enables you to connect to your virtual machines through a browser. For information on how to enable this feature in DevTest Labs, see [Enable browser connection on lab virtual machines](enable-browser-connection-lab-virtual-machines.md). |
| 10 | +DevTest Labs integrates with [Azure Bastion](../bastion/index.yml), which enables you to connect to your lab virtual machines (VM) through a browser. Once **Browser connect** is enabled, lab users can access their virtual machines through a browser. |
11 | 11 |
|
12 |
| -Once the *Browser connect* is enabled, lab users can access virtual machines through a browser. |
| 12 | +In this how-to guide, you'll connect to a lab VM using **Browser connect**. |
13 | 13 |
|
14 |
| -## Create a lab virtual machine |
| 14 | +## Prerequisites |
15 | 15 |
|
16 |
| -You first need to create the lab virtual machine within a virtual network that has Bastion configured on it. Select the second **subnet** you created, not the AzureBastionSubnet. You can select a virtual network during virtual machine creation by going to the **Advanced settings** tab. |
| 16 | +- A lab VM, with a [Bastion-configured virtual network and the **Browser connect** setting turned on](enable-browser-connection-lab-virtual-machines.md). |
17 | 17 |
|
18 |
| - |
| 18 | +- A web browser configured to allow pop-ups from `https://portal.azure.com:443`. |
19 | 19 |
|
20 | 20 | ## Launch virtual machine in a browser
|
21 | 21 |
|
22 |
| -Once the virtual machine is created, you can launch it in a browser by clicking the *Browser connect* button and entering your username and password for the machine. |
| 22 | +1. Sign in to the [Azure portal](https://portal.azure.com). |
23 | 23 |
|
24 |
| - |
| 24 | +1. Navigate to your lab in **DevTest Labs**. |
| 25 | + |
| 26 | +1. Select a virtual machine. |
| 27 | + |
| 28 | +1. From the top menu, select **Browser connect**. |
| 29 | + |
| 30 | +1. In the **Browser connect** section, enter your credentials and then select **Connect**. |
| 31 | + |
| 32 | + :::image type="content" source="./media/connect-virtual-machine-through-browser/lab-vm-browser-connect.png" alt-text="Screenshot of browser connect button."::: |
25 | 33 |
|
26 | 34 | ## Next Steps
|
27 | 35 |
|
|
0 commit comments