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
[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.
24
24
25
25
## Prerequisites
26
26
@@ -35,15 +35,16 @@ author: sdgilley
35
35
1. On the left menu, select **Templates**.
36
36
1. Select **VS Code container**.
37
37
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.
40
40
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**.
42
42
43
43
> [!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.
45
45
46
46
1. Once your container is ready, launch VS Code:
47
+
47
48
* 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.
48
49
* 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.
49
50
@@ -108,4 +109,3 @@ For app templates and SDK samples in your preferred programming language, see [D
108
109
## Related content
109
110
110
111
-[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