Skip to content

Commit 48ee8ec

Browse files
committed
updating names
1 parent 4153a9e commit 48ee8ec

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: How to get started with an AI agent blueprints
2+
title: How to use the AI agent catalog
33
titleSuffix: Azure AI Foundry
4-
description: This article provides instructions on how to use an AI agent blueprints to get started with Azure AI Foundry Agent Service.
4+
description: This article provides instructions on how to use the AI agent catalog to use code samples to quickly deploy agents.
55
manager: nitinme
66
ms.service: azure-ai-agent-service
77
ms.topic: how-to
@@ -10,9 +10,9 @@ ms.author: aahi
1010
author: aahill
1111
---
1212

13-
# Get started with an agent blueprint
13+
# Get started with the agent catalog
1414

15-
Streamline your agentic system development with prebuilt, task-specific agent blueprints. Benefit from a quick deployment for a variety of tasks. For example, translation, sales prep, computer use, and more.
15+
Streamline your agentic system development with prebuilt, task-specific agent code samples. Benefit from a quick deployment for a variety of tasks. For example, translation, sales prep, computer use, and more.
1616

1717
[!INCLUDE [feature-preview](../../../ai-foundry/includes/feature-preview.md)]
1818

@@ -21,22 +21,18 @@ Streamline your agentic system development with prebuilt, task-specific agent bl
2121
- [Azure subscription](https://azure.microsoft.com/free)
2222
- An [Azure AI Foundry project](../../../ai-foundry/how-to/create-projects.md).
2323

24-
## Find agent blueprints in the Azure AI Foundry portal
24+
## Find the agent catalog in the Azure AI Foundry portal
2525

2626
1. Go to [Azure AI Foundry portal](https://ai.azure.com).
2727
1. Open your project.
2828
1. On the left pane, select **Agents**.
29-
1. Near the top of the screen, select **Code examples**. Find the solution blueprint you want to use.
29+
1. Near the top of the screen, select **Catalog**. Find the solution blueprint you want to use.
3030

3131
:::image type="content" source="../media/agent-catalog.png" alt-text="A screenshot of the model catalog." lightbox="../media/agent-catalog.png":::
3232

3333
1. Select **Open in Github** to view the entire sample application.
3434

35-
## View all available blueprints
36-
37-
A full list of blueprints can be found on the [Agent blueprints GitHub repo](https://github.com/microsoft/agent-blueprints/tree/main) or the Azure AI Foundry. There are several blueprints available that are authored by Microsoft and partners across different domains such as: travel, finance, insurance, business intelligence, healthcare, and more.
38-
39-
## Explore the blueprints
35+
## Explore the code samples
4036

4137
Once you're looking at the GitHub repository for your sample, refer to the README for more instructions and information on how to deploy your own version of the application.
4238

@@ -46,3 +42,7 @@ Instructions vary by sample, but most include information on:
4642
* Tools used
4743

4844
The README also includes information about the application, such as the use case, architecture, and other tips.
45+
46+
## View all available code samples
47+
48+
A full list of agent samples in the catalog can be found on the Azure AI Foundry. There are several templates available that are authored by Microsoft and partners across different domains such as: travel, finance, insurance, business intelligence, healthcare, and more.

articles/ai-services/agents/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ items:
9999
href: how-to/virtual-networks.md
100100
- name: How-to
101101
items:
102-
- name: Agent blueprints
103-
href: concepts/agent-catalog.md
102+
- name: Agent catalog
103+
href: how-to/agent-catalog.md
104104
- name: Trigger an agent using Logic Apps
105105
href: how-to/triggers.md
106106
- name: Multi-agent workflows

0 commit comments

Comments
 (0)