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: learn-pr/wwl-data-ai/prepare-azure-ai-development/includes/5-tools-and-sdks.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,20 @@ While you can perform many of the tasks needed to develop an AI solution directl
4
4
5
5
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.
6
6
7
-
### The Microsoft Foundry for Visual Studio Code extension
7
+
### The AI Toolkit extension for Visual Studio Code
8
8
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:
10
10
11
11
- Browsing and managing project resources, including deployed models, agents, connections, and vector stores.
12
12
- Deploying models from the model catalog.
13
13
- Testing models and agents in integrated playgrounds.
14
14
- Configuring declarative and hosted agents using a visual designer and YAML files.
15
15
- Generating integration code to connect agents with your applications.
16
16
17
-

17
+

18
18
19
19
> [!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)**.
0 commit comments