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
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ content_well_notification:
8
8
- AI-contribution
9
9
ai-usage: ai-assisted
10
10
ms.topic: how-to
11
-
ms.date: 07/31/2025
11
+
ms.date: 08/05/2025
12
12
ms.reviewer: erichen
13
13
ms.author: johalexander
14
14
author: ms-johnalex
@@ -113,6 +113,9 @@ The Azure AI Foundry Extension opens in its own view, with the Azure AI Foundry
113
113
-**Resources**: This section contains the resources you have access to in your Azure AI Foundry project. The **Resources** section is the main view for interacting with your Azure AI Foundry Services. It contains the following subsections:
114
114
-**Models**: This section contains the models you can use to build and deploy your AI applications. The **Models** view is where you can find your deployed models in your Azure AI Foundry project.
115
115
-**Agents**: This section contains your deployed agents in your Azure AI Foundry project.
116
+
-**Assets**: This section contains the assets you have in your Azure AI Foundry project.
117
+
- Connections: This subsection contains the connections you have in your Azure AI Foundry project. for example, Bing Grounding connections.
118
+
- Vector Stores: This subsection contains the vector stores you have in your Azure AI Foundry project.
116
119
-**Threads**: This section contains the threads and runs from a deployed agent in your Azure AI Foundry project.
117
120
118
121
-**Tools**: This section contains the tools you can use to build and deploy your AI applications. The **Tools** view is where you can find the tools available to deploy and then work with your deployed models and agents. It contains the following subsections:
@@ -225,21 +228,24 @@ Deploy a selected model in the model catalog using the following steps:
225
228
226
229
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/deploy-from-model-catalog.png" alt-text="Screenshot of the highlighted Deploy in Azure link of the selected model." lightbox="../../media/how-to/get-started-projects-vs-code/deploy-from-model-catalog.png":::
227
230
228
-
1.In the top center, select the AI service to use in the **Choose an AI service**dropdown and press Enter.
231
+
1.The **Model deployment**page is displayed.
229
232
230
-
:::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":::
233
+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/model-deployment-page.png" alt-text="Screenshot of the **Model deployment** page in VS Code." lightbox="../../media/how-to/get-started-projects-vs-code/model-deployment-page.png":::
231
234
232
-
1.In the top center, select the model version to use in the **Choose model version**dropdown and press Enter.
235
+
1.Enter the model deployment name to use in the **Enter deployment name**textbox and press Enter.
233
236
234
-
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/select-model-version.png" alt-text="Screenshot of the Choose model version dropdown." lightbox="../../media/how-to/get-started-projects-vs-code/select-model-version.png":::
237
+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/enter-deployment-name.png" alt-text="Screenshot of the Enter deployment name textbox." lightbox="../../media/how-to/get-started-projects-vs-code/enter-deployment-name.png":::
238
+
1. Select the deployment type to use in the **Deployment type** dropdown and press Enter.
235
239
236
-
1. In the top center, select the deploymenttype to use in the **Choose deployment type** dropdown and press Enter.
240
+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/select-deployment-type.png" alt-text="Screenshot of the Deployment type dropdown." lightbox="../../media/how-to/get-started-projects-vs-code/select-deployment-type.png":::
237
241
238
-
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/select-deployment-type.png" alt-text="Screenshot of the Choose deployment type dropdown." lightbox="../../media/how-to/get-started-projects-vs-code/select-deployment-type.png":::
242
+
1. Select the model version to use in the **Model version**dropdown and press Enter.
239
243
240
-
1. In the top center, enter the model deployment name to use in the **Enter deployment name** textbox and press Enter.
244
+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/select-model-version.png" alt-text="Screenshot of the Model version dropdown." lightbox="../../media/how-to/get-started-projects-vs-code/select-model-version.png":::
241
245
242
-
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/enter-deployment-name.png" alt-text="Screenshot of the Enter deployment name textbox." lightbox="../../media/how-to/get-started-projects-vs-code/enter-deployment-name.png":::
246
+
1. (Optional) Select the tokens per minute to use in the **Tokens per minute** slider and press Enter.
247
+
248
+
1. In the bottom-left corner, select the **Deploy in Azure AI Foundry** button to deploy the model.
243
249
244
250
1. A confirmation dialog box appears. Select the **Deploy** button to deploy the model to your project.
0 commit comments