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
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/develop/get-started-projects-vs-code.md
+25-4Lines changed: 25 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Work with the Azure AI Foundry for Visual Studio Code extension
3
3
titleSuffix: Azure AI Foundry
4
-
description: Use this article to learn how to deploy Large Language Models using Azure AI Foundry capabilities directly in VS Code.
4
+
description: Use this article to learn how to create projects and deploy Large Language Models using Azure AI Foundry capabilities directly in VS Code.
5
5
manager: mcleans
6
6
ms.service: azure-ai-foundry
7
7
content_well_notification:
@@ -12,7 +12,7 @@ ms.date: 05/07/2025
12
12
ms.reviewer: erichen
13
13
ms.author: johalexander
14
14
author: ms-johnalex
15
-
# customer intent: As an AI app developer, I want to learn how to use the Azure AI Foundry for Visual Studio Code extension so that I can deploy Large Language Models using Azure AI Foundry capabilities directly in VS Code.
15
+
# customer intent: As an AI app developer, I want to learn how to use the Azure AI Foundry for Visual Studio Code extension so that I can create projects and deploy Large Language Models using Azure AI Foundry capabilities directly in VS Code.
16
16
---
17
17
18
18
# Work with the Azure AI Foundry for Visual Studio Code extension (Preview)
@@ -42,8 +42,6 @@ Before using the Azure AI Foundry for Visual Studio Code extension, you must:
42
42
43
43
- Download, install, and configure Visual Studio Code. More information: [Download Visual Studio Code](https://code.visualstudio.com/Download)
44
44
45
-
-[An existing Azure AI Foundry project](/azure/ai-foundry/how-to/create-projects?tabs=ai-studio). The extension interacts with Azure AI Foundry at the project level.
46
-
47
45
- Your subscription needs to be below your [quota limit](../quota.md) to [deploy a new model in this quickstart](#deploy-a-model-from-the-model-catalog). Otherwise you already need to have a [deployed chat model](../deploy-models-openai.md).
48
46
49
47
## Installation
@@ -117,6 +115,29 @@ The Azure AI Foundry Extension opens in its own view, with the Azure AI Foundry
117
115
>[!NOTE]
118
116
> To learn more about working with Agents and Threads in the Azure AI Foundry Extension, see the [Work with Azure AI Foundry Agent Service in Visual Studio Code](./vs-code-agents.md) article.
119
117
118
+
## Create a project
119
+
120
+
You can create a new Azure AI Foundry project from the Azure AI Foundry Extension view with the following steps:
121
+
122
+
1. Select the **plus** icon next to **Resources** in the **Resources** section of the Azure AI Foundry Extension view.
123
+
124
+
1. In the top center, enter the Azure AI Foundry Project name to use in the **Enter project name** textbox and press Enter.
125
+
You can either create a new resource group or select an existing one.
126
+
- To create a new resource group:
127
+
1. In the top center, select **Create new resource group** and press Enter.
128
+
1. In the top center, enter the Azure Resource Group name to use in the **Enter new resource group** textbox and press Enter.
129
+
1. In the top center, select the location you want to use from the list of available locations and press Enter.
130
+
131
+
- To use an existing resource group:
132
+
1. In the top center, select the resource group you want to use from the list of available resource groups and press Enter.
133
+
134
+
After project deployment, a popup appears with the message **Project deployed successfully**.
135
+
136
+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/project-deployed.png" alt-text="A screenshot of the Project deployed successfully popup withe the Deploy a model button highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/project-deployed.png":::
137
+
138
+
To deploy a model to the newly created project, select the **Deploy a model** button in the popup.
139
+
This action opens the **Model Catalog** page in the Azure AI Foundry Extension view to select the desired model to [deploy.](#deploy-a-model-from-the-model-catalog)
140
+
120
141
### The default Azure AI Foundry Project
121
142
122
143
When you open a project in the Azure AI Foundry Extension, that project is set as your default project.
0 commit comments