Skip to content

Commit 96e4e22

Browse files
author
RoseHJM
committed
WIP
1 parent 4bd9875 commit 96e4e22

File tree

5 files changed

+30
-18
lines changed

5 files changed

+30
-18
lines changed

articles/dev-box/concept-dev-box-serverless-gpu.md renamed to articles/dev-box/how-to-configure-dev-box-serverless-gpu.md

Lines changed: 30 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: RoseHJM
88
ms.author: rosemalcolm
99
ai-usage: ai-generated
1010

11-
#customer intent: As a business decision-maker, I want to evaluate serverless GPU compute in Dev Box so that I can determine its value for my teams workflows.
11+
#customer intent: As a business decision-maker, I want to evaluate serverless GPU compute in Dev Box so that I can determine its value for my team's workflows.
1212
---
1313

1414
# Use Serverless GPU compute in Microsoft Dev Box
@@ -26,15 +26,6 @@ Serverless GPU compute in Microsoft Dev Box provides on-demand access to GPU res
2626

2727
This capability integrates Microsoft Dev Box with Azure Container Apps to deliver GPU power without requiring developers to manage infrastructure.
2828

29-
## When to use serverless GPU compute
30-
31-
Consider using serverless GPU compute in Dev Box for scenarios like:
32-
33-
- **AI model development**: Train, fine-tune, and run inference with machine learning models
34-
- **Data processing**: Accelerate processing and transformation of large datasets
35-
- **High-performance computing (HPC)**: Run simulations, scientific computations, and other resource-intensive tasks
36-
- **Cloud-native development**: Scale GPU resources for containerized workflows in AI and beyond
37-
- **CLI-based workflows**: Leverage GPUs for any command-line task that benefits from intensive compute
3829

3930
## Key benefits
4031

@@ -79,7 +70,7 @@ GPU resources are available in these Azure regions:
7970

8071
Additional regions may be supported in the future based on demand.
8172

82-
## Administration and management
73+
## Configure Serverless GPU
8374

8475
Admins control serverless GPU access at the project level through Dev Center. Key management capabilities include:
8576

@@ -88,24 +79,45 @@ Admins control serverless GPU access at the project level through Dev Center. Ke
8879

8980
Access to serverless GPU resources is managed through project-level properties. When the serverless GPU feature is enabled for a project, all Dev Boxes within that project automatically gain access to GPU compute. This simplifies the access model by removing the need for custom roles or pool-based configurations.
9081

91-
## Configure Serverless GPU
92-
93-
To configure
94-
9582
### Register for the subscription
9683

9784
1. Sign in to the [Azure portal](https://portal.azure.com).
9885
1. Navigate to your subscription.
9986
1. Select **Settings** > **Preview features**.
10087
1. Select **Dev Box Serverless GPU Preview**, and then select **Register**.
88+
:::image type="content" source="media/how-to-configure-dev-box-serverless-gpu/serverless-gpu-register-subscription.png" alt-text="Screenshot of the Azure subscription page, showing the Dev Box Serverless GPU Preview feature. ":::
10189

102-
### Enable GPU for a project
90+
### Enable serverless GPU for a project
10391

10492
1. Go to your project.
10593
1. Select **Settings** > **Dev box settings**.
10694
1. Under **AI workloads**, select **Enable**, and then select **Apply**.
107-
108-
95+
:::image type="content" source="media/how-to-configure-dev-box-serverless-gpu/serverless-gpu-project-settings.png" alt-text="Screenshot of the dev box settings page, showing the Serverless GPU option Enabled.":::
96+
97+
## Connect to a GPU
98+
Once enabled, Dev Box users in that project will automatically see GPU options in their terminal and VS Code environments.
99+
100+
You can connect using two methods:
101+
102+
### Method 1: Launch a Dev Box GPU shell
103+
1. Open the Windows Terminal on your dev box
104+
1. Run the following command:
105+
```
106+
devbox gpu shell
107+
```
108+
1. This command connects you to a pre-configured GPU container.
109+
110+
### Method 2: Use VS Code with remote tunnels
111+
1. Open the Windows Terminal on your dev box
112+
1. Run the following command:
113+
```
114+
devbox gpu shell
115+
```
116+
1. Launch Visual Studio Code
117+
1. Install the Remote Tunnels extension
118+
1. Connect to the **gpu-session** tunnel.
119+
1.
120+
For more information on using VS Code with remote tunnels, see [Set up Dev tunnels in VS Code](how-to-set-up-dev-tunnels.md).
109121

110122
## Related content
111123

Binary file not shown.
Binary file not shown.
68.1 KB
Loading
143 KB
Loading

0 commit comments

Comments
 (0)