Skip to content

Commit 831eae3

Browse files
Merge pull request #5606 from sdgilley/sdg-patches
freshness update - articles/ai-foundry/how-to/develop/vscode.md
2 parents 47dd4ca + 97084c9 commit 831eae3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/ai-foundry/how-to/develop/vscode.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Work with Azure AI Foundry projects in VS Code containers
2+
title: Use VS Code containers in hub based projects (Preview)
33
titleSuffix: Azure AI Foundry
44
description: This article provides instructions on how to get started with Azure AI Foundry projects in VS Code containers.
55
manager: scottpolly
@@ -9,18 +9,18 @@ ms.custom:
99
- build-2024
1010
- ignite-2024
1111
ms.topic: how-to
12-
ms.date: 02/14/2025
12+
ms.date: 06/18/2025
1313
ms.reviewer: lebaro
1414
ms.author: sgilley
1515
author: sdgilley
1616
# customer intent: As a Developer, I want to use Azure AI Foundry projects in VS Code containers.
1717
---
1818

19-
# Get started with Azure AI Foundry projects in VS Code containers (Preview)
19+
# Use VS Code containers in [!INCLUDE [hub-project-name](../../includes/hub-project-name.md)]s (Preview)
2020

2121
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
2222

23-
[Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) supports developing in VS Code - Desktop and Web. In each scenario, your VS Code instance is remotely connected to a prebuilt custom container running on a virtual machine, also known as a compute instance.
23+
[Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) supports developing in VS Code - Desktop and Web for [!INCLUDE [hub-project-name](../../includes/hub-project-name.md)]s. In each scenario, your VS Code instance is remotely connected to a prebuilt custom container running on a virtual machine, also known as a compute instance.
2424

2525
## Prerequisites
2626

@@ -35,15 +35,16 @@ author: sdgilley
3535
1. On the left menu, select **Templates**.
3636
1. Select **VS Code container**.
3737
1. For **Compute**, select an existing compute instance or create a new one.
38-
* Select a compute instance to use. If it's stopped, select **Start compute** and wait for it to switch to **Running**. You'll see a **Ready** status when the compute is ready for use.
39-
* If you don't have a compute instance, select **Create compute**. Then enter a name, compute details, and select **Create compute**. Wait until the compute instance is ready.
38+
* Select a compute instance to use. If it's stopped, select **Start compute** and wait for it to switch to **Running**. You see a **Ready** status when the compute is ready for use.
39+
* If you don't have a compute instance, select **Create compute**. Then enter a name, compute details, and select **Create compute**. Wait until the compute instance is ready.
4040
1. If prompted, select **Authenticate** to authenticate your compute instance.
41-
1. For **VS Code container**, select **Set up container** once the button enables. This configures the container on the compute for you. The container setup might take a few minutes to complete. Once you set up the container for the first time, you can directly launch subsequent times. When setup is complete, you'll see **Ready**.
41+
1. For **VS Code container**, select **Set up container** once the button enables. This setting configures the container on the compute for you. The container setup might take a few minutes to complete. Once you set up the container for the first time, you can directly launch subsequent times. When setup is complete, you see **Ready**.
4242

4343
> [!WARNING]
44-
> Even if you [enable idle shutdown on your compute instance](../create-manage-compute.md#configure-idle-shutdown), idle shutdown will not occur for any compute that is set up with this custom VS Code container. This is to ensure the compute doesn't shut down unexpectedly while you're working within a container.
44+
> Even if you [enable idle shutdown on your compute instance](../create-manage-compute.md#configure-idle-shutdown), idle shutdown won't occur for any compute that is set up with this custom VS Code container. This is to ensure the compute doesn't shut down unexpectedly while you're working within a container.
4545
4646
1. Once your container is ready, launch VS Code:
47+
4748
* If you want to work in your local VS Code instance, choose **Launch in VS Code (Desktop)**. A new local instance of VS Code opens on your local machine.
4849
* If you want to work in the browser instead, select the dropdown arrow and choose **Launch in VS Code (Web)**. A new browser tab connected to *vscode.dev* opens.
4950

@@ -108,4 +109,3 @@ For app templates and SDK samples in your preferred programming language, see [D
108109
## Related content
109110

110111
- [Get started building a chat app using the prompt flow SDK](../../quickstarts/get-started-code.md)
111-
- [Get started with Azure AI Foundry SDKs](sdk-overview.md)

0 commit comments

Comments
 (0)