|
1 | 1 | ---
|
2 |
| -title: Get started with the Azure AI Foundry for Visual Studio Code extension |
| 2 | +title: Work with the Azure AI Foundry for Visual Studio Code extension |
3 | 3 | titleSuffix: Azure AI Foundry
|
4 | 4 | description: Use this article to learn how to deploy Large Language Models and develop AI agents using Azure AI Foundry capabilities directly in VS Code.
|
5 |
| -manager: scottpolly |
| 5 | +manager: mcleans |
6 | 6 | ms.service: azure-ai-foundry
|
7 | 7 | content_well_notification:
|
8 | 8 | - AI-contribution
|
9 |
| -ms.topic: quickstart |
10 |
| -ms.date: 03/26/2025 |
| 9 | +ms.topic: how-to |
| 10 | +ms.date: 03/28/2025 |
11 | 11 | ms.reviewer:
|
12 | 12 | ms.author: johalexander
|
13 | 13 | author: ms-johnalex
|
14 | 14 | # 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 and develop AI agents using Azure AI Foundry capabilities directly in VS Code.
|
15 | 15 | ---
|
16 | 16 |
|
17 |
| -# Get started with the Azure AI Foundry for Visual Studio Code extension (Preview) |
| 17 | +# Work with the Azure AI Foundry for Visual Studio Code extension (Preview) |
18 | 18 |
|
19 | 19 | [Azure AI Foundry](/azure/ai-foundry/what-is-ai-foundry) provides a unified platform for enterprise AI operations, model builders, and application development. This foundation combines production-grade infrastructure with friendly interfaces, ensuring organizations can build and operate AI applications with confidence.
|
20 | 20 |
|
@@ -159,7 +159,7 @@ Deploy a selected model in the model catalog using the following steps:
|
159 | 159 |
|
160 | 160 | :::image type="content" source="../../media/how-to/get-started-projects-vs-code/deploy-model-popup.png" alt-text="Screenshot of the confirmation dialog box with the Deploy button highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/deploy-model-popup.png":::
|
161 | 161 |
|
162 |
| -1. After a successful deployment, your model will be listed with your other deployed models under the **Models** section in your project. |
| 162 | +1. After a successful deployment, your model will be listed by deployment name with your other deployed models under the **Models** section in your project. |
163 | 163 |
|
164 | 164 | :::image type="content" source="../../media/how-to/get-started-projects-vs-code/deployed-model.png" alt-text="Screenshot of the newly deployed model under the Models section." lightbox="../../media/how-to/get-started-projects-vs-code/deployed-model.png":::
|
165 | 165 |
|
@@ -332,10 +332,11 @@ After you choose your save location, the Designer view will open to edit your AI
|
332 | 332 |
|
333 | 333 | 1. Enter a name for your agent in the prompt.
|
334 | 334 |
|
335 |
| - 1. Enter your deployed model name. |
| 335 | + 1. Enter your model deployment name. The deployment name you chose when you deployed an existing model. |
336 | 336 |
|
337 | 337 | > [!TIP]
|
338 |
| - > The deployed model name must be the exact name of the model you deployed in your Azure AI Foundry project. |
| 338 | + > The model deployment name must be the exact name you chose for the model you deployed in your Azure AI Foundry project. In the following image, `gpt-4o-1` is the model deployment name you chose at deployment. `gpt-4o` is the model name. |
| 339 | + > :::image type="content" source="../../media/how-to/get-started-projects-vs-code/deployment-model-name.png" alt-text="Screenshot of the highlighted deployment model names, an arrow between them, and the model name highlighted in a different color." lightbox="../../media/how-to/get-started-projects-vs-code/deployment-model-name.png"::: |
339 | 340 |
|
340 | 341 | 1. Configure the following fields:
|
341 | 342 |
|
@@ -439,7 +440,7 @@ Add a tool to the AI Agent with the following steps:
|
439 | 440 |
|
440 | 441 | Deploy your agent directly to Azure AI Foundry with the following steps:
|
441 | 442 |
|
442 |
| -1. Select the **Deploy to Azure AI Foundry** button in the bottom-right of the designer. |
| 443 | +1. Select the **Deploy to Azure AI Foundry** button in the bottom-left of the designer. |
443 | 444 |
|
444 | 445 | :::image type="content" source="../../media/how-to/get-started-projects-vs-code/agent-deploy.png" alt-text="Screenshot of the Agent designer with the 'Deploy to Azure AI Foundry' button highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/agent-deploy.png":::
|
445 | 446 |
|
|
0 commit comments