Skip to content

Commit 06c0bf3

Browse files
Merge pull request #2962 from sdgilley/sdg-freshness
freshness pass - vscode
2 parents 92a9e90 + 539cef5 commit 06c0bf3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2024
1010
- ignite-2024
1111
ms.topic: how-to
12-
ms.date: 10/30/2024
12+
ms.date: 02/14/2025
1313
ms.reviewer: lebaro
1414
ms.author: sgilley
1515
author: sdgilley
@@ -31,7 +31,8 @@ Azure AI Foundry supports developing in VS Code - Desktop and Web. In each scena
3131
1. For **Compute**, select an existing compute instance or create a new one.
3232
* 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.
3333
* 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.
34-
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. You might need to authenticate your compute when prompted. When setup is complete, you'll see **Ready**.
34+
1. If prompted, select **Authenticate** to authenticate your compute instance.
35+
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**.
3536

3637
> [!WARNING]
3738
> 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.
@@ -59,7 +60,7 @@ This table summarizes the folder structure:
5960
| `shared` | Use for working with a project's shared files and assets such as prompt flows.<br/><br/>For example, `shared\Users\{user-name}\promptflow` is where you find the project's prompt flows. |
6061

6162
> [!IMPORTANT]
62-
> It's recommended that you work within this project directory. Files, folders, and repos you include in your project directory persist on your host machine (your compute instance). Files stored in the code and data folders will persist even when the compute instance is stopped or restarted, but will be lost if the compute is deleted. However, the shared files are saved in your hub's storage account, and therefore aren't lost if the compute instance is deleted.
63+
> It's recommended that you work within this project directory. Files, folders, and repos you include in your project directory persist on your host machine (your compute instance). Files stored in the code and data folders persist even when the compute instance is stopped or restarted, but are lost if the compute is deleted. However, the shared files are saved in your hub's storage account, and therefore aren't lost if the compute instance is deleted.
6364
6465
## Working with prompt flows
6566

0 commit comments

Comments
 (0)