Skip to content

Commit 30b1363

Browse files
committed
tabs
1 parent 5bae966 commit 30b1363

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@ Before getting started, determine if you want to perform a basic agent setup or
2121

2222
**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.
2323

24-
## [Basic setup](#tab/basic)
25-
26-
## Use a bicep template
27-
28-
| Description and Autodeploy | Diagram (click to zoom in) |
29-
| -----------------------------------------------| -----------------------|
30-
| 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"::: |
24+
## [Basic setup (AI Foundry)](#tab/basic-foundry)
3125

3226
## Use the Azure AI Foundry portal
3327

@@ -45,7 +39,15 @@ Before getting started, determine if you want to perform a basic agent setup or
4539

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

48-
## [Standard setup](#tab/standard)
42+
## [Basic setup (Bicep template)](#tab/basic-template)
43+
44+
## Use a bicep template
45+
46+
| Description and Autodeploy | Diagram (click to zoom in) |
47+
| -----------------------------------------------| -----------------------|
48+
| 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"::: |
49+
50+
## [Standard setup (Bicep template)](#tab/standard-template)
4951

5052
## Bicep deployment
5153

0 commit comments

Comments
 (0)