You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dev-box/how-to-setup-dev-tunnels.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Set Up and Connect to Azure Dev Box Using VS Code
3
-
description: Learn how to set up and connect to your Azure Dev Box using the Open in VS Code feature. Follow step-by-step instructions to provision a Dev Box, install the Dev Box extension, enable tunnels, and connect remotely for development.
2
+
title: Set Up Dev Tunnels and Connect to Microsoft Dev Box Using VS Code
3
+
description: Learn how to set up and connect to your Microsoft Dev Box using the Open in VS Code feature. Follow step-by-step instructions to provision a Dev Box, install the Dev Box extension, enable tunnels, and connect remotely for development.
4
4
author: RoseHJM
5
5
contributors:
6
6
ms.topic: how-to
@@ -9,19 +9,17 @@ ms.author: rosemalcolm
9
9
ms.reviewer: rosemalcolm
10
10
---
11
11
12
-
# Set up and connect to your Dev Box via VS Code
12
+
# Set up Dev Tunnels in VS Code
13
13
14
-
Azure Dev Box lets you set up and manage cloud-based development environments. This article shows you how to set up and connect to your Azure Dev Box using Visual Studio Code. You'll learn how to register for the Open in VS Code feature, install the required extension, enable secure tunnels, and connect remotely for a seamless development experience. Follow these steps to get started quickly and work efficiently from anywhere.
14
+
Use Microsoft Dev Box with Visual Studio Code (VS Code) to create secure, cloud-based development environments. This article explains how to set up Dev Tunnels and connect to your Dev Box from VS Code. You'll learn how to install the required extension, enable secure tunnels, and connect remotely for a streamlined development experience. Follow these steps to get started quickly and work efficiently from anywhere.
15
15
16
-
In this article, you'll learn how to connect to Dev Box with the Open in VS Code feature.
16
+
## Prerequisites
17
+
- A dev box.
18
+
- If you don't have a dev box, create one following these steps: [Quickstart: Create and connect to a dev box by using the Microsoft Dev Box developer portal](quickstart-create-dev-box.md)
17
19
18
-
Steps to connect to Dev Box with Open in VS Code Feature
20
+
## Configure a dev tunnel
19
21
20
-
1. Provision a Dev Box
21
-
22
-
You can skip this step if you already have a Dev Box.
23
-
24
-
Sign in to [Developer Portal](https://devportal.microsoft.com/) with your Microsoft account, and create a Dev Box.
22
+
Follow these steps to set up a dev tunnel and connect to your dev box using VS Code.
0 commit comments