Skip to content

Commit c75d0ce

Browse files
Merge pull request #303552 from RoseHJM/mdb-serverless-gpu-regions
MDB - Serverless GPU regions
2 parents dbf1bca + 3977c9f commit c75d0ce

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Serverless GPU compute in Dev Box uses Azure Container Apps (ACA). When a develo
3333

3434
## Prerequisites
3535
- An Azure subscription
36+
- *Microsoft.App* registered for your subscription
3637
- A Microsoft Dev Box project
3738

3839
## Configure serverless GPU
@@ -44,6 +45,9 @@ Administrators control serverless GPU access at the project level through Dev Ce
4445

4546
Access to serverless GPU resources is managed through project-level properties. When the serverless GPU feature is enabled for a project, all Dev Boxes in that project can use GPU compute. This simple access model removes the need for custom roles or pool-based configurations.
4647

48+
> [!IMPORTANT]
49+
> Serverless GPU is available only in specific regions. Your project must be in one of the following regions: BrazilSouth, CanadaCentral, CentralUS, EastUS, EastUS2, SouthCentralUS, or WestUS3.
50+
4751
### Register serverless GPU for the subscription
4852

4953
1. Sign in to the [Azure portal](https://portal.azure.com).
@@ -61,7 +65,7 @@ Access to serverless GPU resources is managed through project-level properties.
6165

6266
## Connect to a GPU
6367

64-
After you enable serverless GPU, Dev Box users in that project see GPU options in their terminal and VS Code environments.
68+
After you enable serverless GPU, Dev Box users in that project see GPU options in their terminal and Visual Studio (VS) Code environments.
6569

6670
You can connect using one of these methods:
6771

0 commit comments

Comments
 (0)