Skip to content

Commit f4cdbee

Browse files
committed
Create project functionality added
1 parent d853af3 commit f4cdbee

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

articles/ai-foundry/how-to/develop/get-started-projects-vs-code.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Work with the Azure AI Foundry for Visual Studio Code extension
33
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.
55
manager: mcleans
66
ms.service: azure-ai-foundry
77
content_well_notification:
@@ -12,7 +12,7 @@ ms.date: 05/07/2025
1212
ms.reviewer: erichen
1313
ms.author: johalexander
1414
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.
1616
---
1717

1818
# 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:
4242

4343
- Download, install, and configure Visual Studio Code. More information: [Download Visual Studio Code](https://code.visualstudio.com/Download)
4444

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-
4745
- 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).
4846

4947
## Installation
@@ -117,6 +115,29 @@ The Azure AI Foundry Extension opens in its own view, with the Azure AI Foundry
117115
>[!NOTE]
118116
> 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.
119117
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+
120141
### The default Azure AI Foundry Project
121142

122143
When you open a project in the Azure AI Foundry Extension, that project is set as your default project.

0 commit comments

Comments
 (0)