Skip to content

Commit e7dcdd6

Browse files
committed
extension updates to unit
1 parent 6168452 commit e7dcdd6

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

learn-pr/wwl-data-ai/prepare-azure-ai-development/includes/4-azure-ai-foundry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ In Microsoft Foundry, you manage the resource connections, data, code, and other
1414

1515
A Microsoft Foundry resource supports the most common AI development tasks to develop generative AI chat apps and agents. In most cases, using a Foundry project provides the right level of resource centralization and capabilities with a minimal amount of administrative resource management. You can use Microsoft Foundry portal to work in projects that are based in Microsoft Foundry resources, making it easy to add connected resources and manage model and agent deployments.
1616

17-
### Hub-based projects
17+
### Hub-based projects (deprecated)
1818

1919
![Diagram of a hub-based project.](../media/hub-project.png)
2020

21-
*Hub-based projects* are associated with an **Azure AI hub** resource in an Azure subscription. Hub-based projects include a Microsoft Foundry resource, as well as managed compute, support for Prompt Flow development, and connected **Azure storage** and **Azure key vault** resources for secure data storage.
21+
*Hub-based projects* are associated with an **Azure AI hub** resource in an Azure subscription. Hub-based projects include a Microsoft Foundry resource, as well as managed compute, support for Prompt Flow development, and connected **Azure storage** and **Azure key vault** resources for secure data storage. These are now deprecated, but still in use in several projects today.
2222

2323
Azure AI hub resources support advanced AI development scenarios, like developing Prompt Flow based applications or fine-tuning models. You can also use Azure AI hub resources in both Microsoft Foundry portal and Azure Machine learning portal, making it easier to work on collaborative projects that involve data scientists and machine learning specialists as well as developers and AI software engineers
2424

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ There are many development tools and environments available, and developers shou
88

99
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:
1010

11-
- Creating a project.
12-
- Selecting and deploying a model.
13-
- Testing a model in the playground.
14-
- Creating an agent.
11+
- Browsing and managing project resources, including deployed models, agents, connections, and vector stores.
12+
- Deploying models from the model catalog.
13+
- Testing models and agents in integrated playgrounds.
14+
- Configuring declarative and hosted agents using a visual designer and YAML files.
15+
- Generating integration code to connect agents with your applications.
1516

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

1819
> [!TIP]
19-
> 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)**.
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.
2021
2122
### GitHub and GitHub Copilot
2223

-139 KB
Loading

0 commit comments

Comments
 (0)