Skip to content

Commit 8ee74e0

Browse files
committed
trimming article
1 parent 81e02aa commit 8ee74e0

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

articles/ai-services/agents/includes/quickstart-foundry.md

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@ ms.date: 01/21/2025
1515
-->
1616
- Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned.
1717

18-
## Choose basic or standard agent setup
18+
## Basic agent setup support
1919

2020
Before getting started, determine if you want to perform a basic agent setup or a standard agent setup.
2121

2222
**Basic Setup**: Agents use multitenant search and storage resources fully managed by Microsoft. You don't have visibility or control over these underlying Azure resources. A basic setup can be created using the Azure AI Foundry portal or an automated bicep template.
2323

2424
**Standard Setup**: Agents use customer-owned, single-tenant search and storage resources. With this setup, you have full control and visibility over these resources, but you incur costs based on your usage. Standard setup can only be performed using an automated bicep template.
2525

26-
## [Basic setup (AI Foundry)](#tab/basic-foundry)
26+
> [IMPORTANT]
27+
> The Azure AI Foundry portal only supports basic setup at this time. If you want to perform a standard agent setup, use the other tabs at the top of the article to learn about configuring a standard agent setup.
2728
2829
## Create a hub and project in Azure AI Foundry portal
2930

@@ -63,31 +64,8 @@ To create a project in Azure AI Foundry, follow these steps:
6364

6465
:::image type="content" source="../media/quickstart/model-list.png" alt-text="A screenshot of the available models." lightbox="../media/quickstart/model-list.png":::
6566

66-
## [Basic setup (Bicep template)](#tab/basic-template)
67-
68-
### Use a bicep template
69-
70-
If you want to set up your hub, project, and deploy a model in an automated way, you can use the following bicep template.
71-
72-
| Description and Autodeploy | Diagram (click to zoom in) |
73-
| -----------------------------------------------| -----------------------|
74-
| Deploy a basic agent setup that uses Managed Identity for authentication. Resources for the AI hub, AI project, storage account, and AI Services are created for you. <br><br> The AI Services account is connected to your project and hub, and a gpt-4o-mini model is deployed in the eastus region. A Microsoft-managed key vault is used by default. <br><br> [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.azure-ai-agent-service%2Fbasic-agent-identity%2Fazuredeploy.json) | :::image type="content" source="../media/quickstart/basic-agent-setup-resources.png" alt-text="An architecture diagram for basic agent setup." lightbox="../media/quickstart/basic-agent-setup-resources.png"::: |
75-
76-
## [Standard setup (Bicep template)](#tab/standard-template)
77-
78-
### Bicep deployment
79-
80-
If you want to set up your hub, project, and deploy a model in an automated way, you can use the following bicep template.
81-
82-
| Description and Autodeploy | Diagram (click to zoom in) |
83-
| -----------------------------------------------| -----------------------|
84-
| Deploy a standard agent setup that uses Managed Identity for authentication. <br><br> Resources for the AI hub, AI project, key vault, storage account, AI Services, and AI Search are created for you. <br><br>The AI Services, AI Search, key vault, and storage account are connected to your project and hub. A gpt-4o-mini model is deployed in eastus region. <br><br> [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Frefs%2Fheads%2Fmaster%2Fquickstarts%2Fmicrosoft.azure-ai-agent-service%2Fstandard-agent%2Fazuredeploy.json) | :::image type="content" source="../media/quickstart/standard-agent-setup-resources.png" alt-text="An architecture diagram for standard agent setup." lightbox="../media/quickstart/standard-agent-setup-resources.png"::: |
85-
86-
---
87-
8867
## Use the agent playground
8968

90-
9169
The **Agents playground** allows you to explore, prototype, and test agents without needing to run any code. From this page, you can quickly iterate and experiment with new ideas.
9270

9371
1. If you haven't already, select **Agents** from the navigation menu on the left. In the **Create and debug your agents** screen that appears, select **New agent**. This will create a new agent, and open a **Setup** pane where you can change its parameters and tools.
@@ -100,8 +78,6 @@ The **Agents playground** allows you to explore, prototype, and test agents with
10078
> Your agent can access multiple [**tools**](../how-to/tools/overview.md) that extend its capabilities, such as the ability to search the web with Bing, run code, and more. In the **Setup** pane, scroll down to **knowledge** and **action** and select **Add** to see the tools available for use.
10179
> :::image type="content" source="../media/quickstart/portal-tools.png" alt-text="A screenshot of the Agents tool choices." lightbox="../media/quickstart/portal-tools.png":::
10280
103-
104-
10581
## See also
10682

10783
* See the [tools overview](../how-to/tools/overview.md) to learn about the tools you can allow your agent to use to extend its capabilities.

0 commit comments

Comments
 (0)