Skip to content

Commit 73c0a6e

Browse files
authored
Merge pull request #5081 from ms-johnalex/upd-aif-ext-project-051925
Update AI Foundry VS Code extension article with create a project functionality
2 parents 29bfbd5 + 948f5b5 commit 73c0a6e

File tree

5 files changed

+36
-8
lines changed

5 files changed

+36
-8
lines changed

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

Lines changed: 36 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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:
88
- AI-contribution
99
ai-usage: ai-assisted
1010
ms.topic: how-to
11-
ms.date: 05/07/2025
11+
ms.date: 05/20/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
@@ -110,13 +108,44 @@ The Azure AI Foundry Extension opens in its own view, with the Azure AI Foundry
110108
- **Model Playground**: The link to the model playground for interacting with your deployed models in your Azure AI Foundry project.
111109
- **Agent Playground**: The link to the agent playground for interacting with your deployed agents in your Azure AI Foundry project.
112110

113-
- **Help and Feedback**: This section contains links to the Azure AI Foundry documentation, feedback, and support. It contains the following subsections:
111+
- **Help and Feedback**: This section contains links to the Azure AI Foundry documentation, feedback, support, and the Microsoft Privacy Statement. It contains the following subsections:
114112
- **Documentation**: The link to the Azure AI Foundry Extension documentation.
115113
- **GitHub**: The link to the Azure AI Foundry extension GitHub repository.
114+
- **Microsoft Privacy Statement**: The link to the Microsoft Privacy Statement.
116115

117116
>[!NOTE]
118117
> 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.
119118
119+
## Create a project
120+
121+
You can create a new Azure AI Foundry project from the Azure AI Foundry Extension view with the following steps:
122+
123+
1. Select the **plus** icon next to **Resources** in the **Resources** section of the Azure AI Foundry Extension view.
124+
125+
1. In the top center, enter the Azure AI Foundry Project name to use in the **Enter project name** textbox and press Enter.
126+
127+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/enter-project-name.png" alt-text="Screenshot of the Enter project name textbox." lightbox="../../media/how-to/get-started-projects-vs-code/enter-project-name.png":::
128+
129+
You can either create a new resource group or select an existing one.
130+
- To create a new resource group:
131+
1. In the top center, select **Create new resource group** and press Enter.
132+
133+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/select-resource-group.png" alt-text="Screenshot of the Choose resource group dropdown with the Create new resource group item highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/select-resource-group.png":::
134+
135+
1. In the top center, enter the Azure Resource Group name to use in the **Enter new resource group** textbox and press Enter.
136+
137+
1. In the top center, select the location you want to use from the list of available locations and press Enter.
138+
139+
- To use an existing resource group:
140+
1. In the top center, select the resource group you want to use from the list of available resource groups and press Enter.
141+
142+
After project deployment, a popup appears with the message **Project deployed successfully**.
143+
144+
:::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 with the Deploy a model button highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/project-deployed.png":::
145+
146+
To deploy a model to the newly created project, select the **Deploy a model** button in the popup.
147+
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)
148+
120149
### The default Azure AI Foundry Project
121150

122151
When you open a project in the Azure AI Foundry Extension, that project is set as your default project.
@@ -131,7 +160,6 @@ Your selected project will now display **Default** after the project name.
131160

132161
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/default-project.png" alt-text="A screenshot of the designated default project." lightbox="../../media/how-to/get-started-projects-vs-code/default-project.png":::
133162

134-
135163
## Work with models
136164

137165
The Azure AI Foundry for Visual Studio Code extension enables you to create, interact with, and deploy Large Language Models from within Visual Studio Code.
@@ -187,7 +215,7 @@ Deploy a selected model in the model catalog using the following steps:
187215

188216
1. In the top center, select the AI service to use in the **Choose an AI service** dropdown and press Enter.
189217

190-
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/choose-ai-service.png" alt-text="Screenshot of the Chosen AI service dropdown." lightbox="../../media/how-to/get-started-projects-vs-code/choose-ai-service.png":::
218+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/choose-ai-service.png" alt-text="Screenshot of the Choose an AI service dropdown." lightbox="../../media/how-to/get-started-projects-vs-code/choose-ai-service.png":::
191219

192220
1. In the top center, select the model version to use in the **Choose model version** dropdown and press Enter.
193221

15 KB
Loading
685 Bytes
Loading
24.6 KB
Loading
8.32 KB
Loading

0 commit comments

Comments
 (0)