Skip to content

Commit 72d3c9c

Browse files
authored
Merge pull request #53989 from GraemeMalcolm/main
Switch to AI Toolkit for Visual Studio Code
2 parents a263514 + 619af90 commit 72d3c9c

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

learn-pr/wwl-data-ai/prepare-azure-ai-development/8-knowledge-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ quiz:
4545
- content: "GitHub Copilot"
4646
isCorrect: false
4747
explanation: "Incorrect. GitHub Copilot provides AI-assisted development features, but not specifically for managing Foundry project assets."
48-
- content: "Microsoft Foundry extension for Visual Studio Code"
48+
- content: "AI Toolkit for Visual Studio Code"
4949
isCorrect: true
50-
explanation: "Correct. The Microsoft Foundry extension for Visual Studio Code provides connectivity to assets in a Foundry project."
50+
explanation: "Correct. The AI Toolkit for Visual Studio Code provides connectivity to assets in a Foundry project."

learn-pr/wwl-data-ai/prepare-azure-ai-development/includes/5-tools-and-sdks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ While you can perform many of the tasks needed to develop an AI solution directl
44

55
There are many development tools and environments available, and developers should choose one that supports the languages, SDKs, and APIs they need to work with and with which they're most comfortable. For example, a developer who focuses strongly on building applications for Windows using the .NET Framework might prefer to work in an integrated development environment (IDE) like Microsoft Visual Studio. Conversely, a web application developer who works with a wide range of open-source languages and libraries might prefer to use a code editor like Visual Studio Code (VS Code). Both of these products are suitable for developing AI applications on Azure.
66

7-
### The Microsoft Foundry for Visual Studio Code extension
7+
### The AI Toolkit extension for Visual Studio Code
88

9-
When developing Microsoft Foundry based generative AI applications in Visual Studio Code, you can use the Microsoft Foundry for Visual Studio Code extension to simplify key tasks in the workflow, including:
9+
When developing Microsoft Foundry based generative AI applications in Visual Studio Code, you can use the AI Toolkit extension for Visual Studio Code to simplify key tasks in the workflow, including:
1010

1111
- Browsing and managing project resources, including deployed models, agents, connections, and vector stores.
1212
- Deploying models from the model catalog.
1313
- Testing models and agents in integrated playgrounds.
1414
- Configuring declarative and hosted agents using a visual designer and YAML files.
1515
- Generating integration code to connect agents with your applications.
1616

17-
![Screenshot of the Microsoft Foundry Visual Studio Code extension showing the Resources, Tools, and Help and Feedback sections.](../media/vs-code.png)
17+
![Screenshot of the AI Toolkit extension for Visual Studio Code.](../media/vs-code.png)
1818

1919
> [!TIP]
20-
> For more information about using the Microsoft Foundry for Visual Studio Code extension, see **[Work with the Microsoft Foundry for Visual Studio Code extension](/azure/ai-foundry/how-to/develop/get-started-projects-vs-code?azure-portal=true)**. To learn how to develop AI agents and use the extension, see the [Develop AI agents with Azure and Visual Studio Code](/training/modules/develop-ai-agents-azure-vs-code) module.
20+
> For more information about using the AI Toolkit extension for Visual Studio Code, see **[AI Toolkit for Visual Studio Code](https://code.visualstudio.com/docs/intelligentapps/overview?azure-portal=true)**.
2121
2222
### GitHub and GitHub Copilot
2323

77.2 KB
Loading
183 KB
Loading

0 commit comments

Comments
 (0)