Skip to content

Commit 3775650

Browse files
authored
Merge pull request #5497 from aahill/foundry-move
[bulk] moving Agent Service docs
2 parents de8f627 + c5fc672 commit 3775650

File tree

124 files changed

+341
-155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+341
-155
lines changed

articles/ai-services/agents/concepts/agent-catalog.md renamed to articles/ai-foundry/agents/concepts/agent-catalog.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ ms.custom:
1717
Accelerate your agent development using code samples and best practices for creating agents. Each agent sample below links to a GitHub Repository, where you can browse the agent's configuration files, setup instructions and source code to start integrating them into your own project in code.
1818
With agents you create using these code samples, be sure to assess safety and legal implications, and to comply with all applicable laws and safety standards. See the [transparency note](/legal/cognitive-services/agents/transparency-note) for more information.
1919

20-
[!INCLUDE [feature-preview](../../../ai-foundry/includes/feature-preview.md)]
21-
2220
## Prerequisites
2321

2422
- [Azure subscription](https://azure.microsoft.com/free)
25-
- An [Azure AI Foundry project](../../../ai-foundry/how-to/create-projects.md).
23+
- An [Azure AI Foundry project](../../how-to\create-projects.md).
2624

2725
## Find the Agent Catalog in the Azure AI Foundry portal
2826

@@ -31,7 +29,7 @@ With agents you create using these code samples, be sure to assess safety and le
3129
1. On the left pane, select **Agents**.
3230
1. Near the top of the screen, select **Catalog**. Find the code sample you want to use.
3331

34-
:::image type="content" source="../media/agent-catalog.png" alt-text="A screenshot of the model catalog." lightbox="../media/agent-catalog.png":::
32+
:::image type="content" source="../media\agent-catalog.png" alt-text="A screenshot of the model catalog." lightbox="../media\agent-catalog.png":::
3533

3634
1. Select **Open in Github** to view the entire sample application.
3735

articles/ai-services/agents/concepts/model-region-support.md renamed to articles/ai-foundry/agents/concepts/model-region-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Azure OpenAI provides customers with choices on the hosting structure that fits
2222
- **Standard** is offered with a global deployment option, routing traffic globally to provide higher throughput.
2323
- **Provisioned** is also offered with a global deployment option, allowing customers to purchase and deploy provisioned throughput units across Azure global infrastructure.
2424

25-
All deployments can perform the exact same inference operations, however the billing, scale, and performance are substantially different. To learn more about Azure OpenAI deployment types see [deployment types guide](../../openai/how-to/deployment-types.md).
25+
All deployments can perform the exact same inference operations, however the billing, scale, and performance are substantially different. To learn more about Azure OpenAI deployment types see [deployment types guide](../../../ai-services/openai/how-to/deployment-types.md).
2626

2727
Azure AI Foundry Agent Service supports the following Azure OpenAI models in the listed regions.
2828

2929
> [!NOTE]
30-
> * The following table is for standard deployment availability. For information on Provisioned Throughput Unit (PTU) availability, see [provisioned throughput](../../openai/concepts/provisioned-throughput.md) in the Azure OpenAI documentation. `GlobalStandard` customers also have access to [global standard models](../../openai/concepts/models.md#global-standard-model-availability).
31-
> * [Hub based projects](../../../ai-foundry/what-is-azure-ai-foundry.md#project-types) are limited to the following models: gpt-4o, gpt-4o-mini, gpt-4, gpt-35-turbo
30+
> * The following table is for standard deployment availability. For information on Provisioned Throughput Unit (PTU) availability, see [provisioned throughput](../../../ai-services/openai/concepts/provisioned-throughput.md) in the Azure OpenAI documentation. `GlobalStandard` customers also have access to [global standard models](../../../ai-services/openai/concepts/models.md#global-standard-model-availability).
31+
> * [Hub based projects](../../what-is-azure-ai-foundry.md#project-types) are limited to the following models: gpt-4o, gpt-4o-mini, gpt-4, gpt-35-turbo
3232
3333
| REGION | o1 | o3-mini | gpt-4.1, 2025-04-14 | gpt-4.1-mini, 2025-04-14 | gpt-4.1-nano, 2025-04-14 | gpt-4o, 2024-05-13 | gpt-4o, 2024-08-06 | gpt-4o, 2024-11-20 | gpt-4o-mini, 2024-07-18 | gpt-4, 0613 | gpt-4, turbo-2024-04-09 | gpt-4-32k, 0613 | gpt-35-turbo, 1106 | gpt-35-turbo, 0125 |
3434
|------------------|----|---------|---------------------|--------------------------|--------------------------|--------------------|--------------------|--------------------|-------------------------|-------------|-------------------------|-----------------|--------------------|--------------------|
File renamed without changes.

articles/ai-services/agents/concepts/threads-runs-messages.md renamed to articles/ai-foundry/agents/concepts/threads-runs-messages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When you use an Agent, there are a series of steps that are involved.
2626
- **Check the run status:** Monitor the run until it has completed.
2727
- **Getting the response:** After the agent has created a response, display it to the user.
2828

29-
:::image type="content" source="../media/run-thread-model.png" alt-text="A diagram showing an example of an agent run." lightbox="../media/run-thread-model.png":::
29+
:::image type="content" source="../media\run-thread-model.png" alt-text="A diagram showing an example of an agent run." lightbox="../media\run-thread-model.png":::
3030

3131
## Agent
3232

@@ -46,4 +46,4 @@ A run involves invoking the agent on the thread, where it processes the messages
4646

4747
## Next steps
4848

49-
* [Quickstart: create an agent](../quickstart.md)
49+
* [Quickstart: create an agent](../quickstart.md)
File renamed without changes.

articles/ai-services/agents/environment-setup.md renamed to articles/ai-foundry/agents/environment-setup.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ Azure AI Foundry Agent Service offers three environment configuration modes to s
6666
| Private Network Isolation (Bring your own virtual network) | | ||
6767

6868
### Deployment options
69-
To customize these templates, see [use your own resources](./how-to/use-your-own-resources.md).
69+
To customize these templates, see [use your own resources](how-to\use-your-own-resources.md).
7070

71-
If you want support for Private Network Isolation see [network-secured setup](./how-to/virtual-networks.md) for more information on how to bring your own virtual network.
71+
If you want support for Private Network Isolation see [network-secured setup](how-to\virtual-networks.md) for more information on how to bring your own virtual network.
7272

7373
| Description and Autodeploy | Diagram (click to zoom in) |
7474
|-----------------------------|------------------------------|
75-
| Deploy a basic agent setup that uses **Managed Identity** for authentication. <br> An account and project are created. <br> A GPT-4o model is deployed. <br> A Microsoft-managed Key Vault is used by default. <br> [![Deploy To Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure-ai-foundry%2Ffoundry-samples%2Frefs%2Fheads%2Fmain%2Fsamples%2Fmicrosoft%2Finfrastructure-setup%2F40-basic-agent-setup%2Fbasic-setup.json) | :::image type="content" source="./media/quickstart/basic-setup-resources-foundry.png" alt-text="An architecture diagram for basic agent setup." lightbox="./media/quickstart/basic-setup-resources-foundry.png"::: |
76-
| Deploy a standard agent setup that uses **Managed Identity** for authentication. <br>An account and project are created. <br> A GPT-4o model is deployed. <br> Azure resources for storing customer data - **Azure Storage**, **Azure Cosmos DB**, and **Azure AI Search** - are automatically created if existing resources are't provided. <br> These resources are connected to your project to store files, threads, and vector data. <br> A Microsoft-managed Key Vault is used by default.</li></ul> <br> [![Deploy To Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure-ai-foundry%2Ffoundry-samples%2Frefs%2Fheads%2Fmain%2Fsamples%2Fmicrosoft%2Finfrastructure-setup%2F41-standard-agent-setup%2Fazuredeploy.json) | :::image type="content" source="./media/quickstart/standard-agent-setup.png" alt-text="An architecture diagram for standard agent setup." lightbox="./media/quickstart/standard-agent-setup.png"::: |
75+
| Deploy a basic agent setup that uses **Managed Identity** for authentication. <br> An account and project are created. <br> A GPT-4o model is deployed. <br> A Microsoft-managed Key Vault is used by default. <br> [![Deploy To Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure-ai-foundry%2Ffoundry-samples%2Frefs%2Fheads%2Fmain%2Fsamples%2Fmicrosoft%2Finfrastructure-setup%2F40-basic-agent-setup%2Fbasic-setup.json) | :::image type="content" source="./media\quickstart\basic-setup-resources-foundry.png" alt-text="An architecture diagram for basic agent setup." lightbox="./media\quickstart\basic-setup-resources-foundry.png"::: |
76+
| Deploy a standard agent setup that uses **Managed Identity** for authentication. <br>An account and project are created. <br> A GPT-4o model is deployed. <br> Azure resources for storing customer data - **Azure Storage**, **Azure Cosmos DB**, and **Azure AI Search** - are automatically created if existing resources are't provided. <br> These resources are connected to your project to store files, threads, and vector data. <br> A Microsoft-managed Key Vault is used by default.</li></ul> <br> [![Deploy To Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fazure-ai-foundry%2Ffoundry-samples%2Frefs%2Fheads%2Fmain%2Fsamples%2Fmicrosoft%2Finfrastructure-setup%2F41-standard-agent-setup%2Fazuredeploy.json) | :::image type="content" source="./media\quickstart\standard-agent-setup.png" alt-text="An architecture diagram for standard agent setup." lightbox="./media\quickstart\standard-agent-setup.png"::: |
7777

7878
### [Optional] Model selection in autodeploy template
7979
You can customize the model used by your agent by editing the model parameters in the autodeploy template. To deploy a different model, you need to update at least the `modelName` and `modelVersion` parameters.
@@ -91,11 +91,11 @@ By default, the deployment template is configured with the following values:
9191
> [!IMPORTANT]
9292
> **Don't change the modelFormat parameter.**
9393
>
94-
> The templates only support deployment of Azure OpenAI models. See which Azure OpenAI models are supported in the [Azure AI Foundry Agent Service model support](./concepts/model-region-support.md) documentation.
94+
> The templates only support deployment of Azure OpenAI models. See which Azure OpenAI models are supported in the [Azure AI Foundry Agent Service model support](concepts\model-region-support.md) documentation.
9595
9696

9797
### What's next?
98-
* [Create your first agent](./quickstart.md)
98+
* [Create your first agent](quickstart.md)
9999
* Explore more:
100-
* [Use your existing resources](./how-to/use-your-own-resources.md)
101-
* [Network secured agent setup](./how-to/virtual-networks.md)
100+
* [Use your existing resources](how-to\use-your-own-resources.md)
101+
* [Network secured agent setup](how-to\virtual-networks.md)

articles/ai-services/agents/faq.yml renamed to articles/ai-foundry/agents/faq.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
author: aahill
1313
title: Azure AI Foundry Agent Service frequently asked questions
1414
summary: |
15-
If you can't find answers to your questions in this document, and still need help check the [Azure AI services support options guide](../cognitive-services-support-options.md). Azure AI Foundry Agent Service is part of Azure AI services.
15+
If you can't find answers to your questions in this document, and still need help check the [Azure AI services support options guide](../../ai-services/cognitive-services-support-options.md). Azure AI Foundry Agent Service is part of Azure AI services.
1616
sections:
1717
- name: General
1818
questions:
@@ -53,8 +53,8 @@ sections:
5353
- question: |
5454
Is there any additional pricing or quota for using Foundry Agent Service?
5555
answer: |
56-
No. All [quotas](./quotas-limits.md) apply to using models with Foundry Agent Service.
56+
No. All [quotas](quotas-limits.md) apply to using models with Foundry Agent Service.
5757
- question: |
5858
Does the Foundry Agent Service API support non-Azure OpenAI models?
5959
answer: |
60-
Yes, the Foundry Agent Service API supports non-Azure OpenAI models. See the [models](./concepts/model-region-support.md) page for more information.
60+
Yes, the Foundry Agent Service API supports non-Azure OpenAI models. See the [models](concepts\model-region-support.md) page for more information.

articles/ai-services/agents/how-to/connected-agents.md renamed to articles/ai-foundry/agents/how-to/connected-agents.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Checks the contract against internal standards or uploaded guidelines to identif
7373

7474
## Limitations
7575

76-
* Connected agents cannot call local functions using the function calling tool. We recommend using the [OpenAPI tool](./tools/openapi-spec.md) or [Azure Functions](./tools/azure-functions.md) instead.
76+
* Connected agents cannot call local functions using the function calling tool. We recommend using the [OpenAPI tool](tools\openapi-spec.md) or [Azure Functions](tools\azure-functions.md) instead.
7777
* It is currently not possible to guarantee citations will be passed from connected agents. You can try using prompt engineering combined with different models to try and improve the possibility that citations will be outputted by the main agent, but results are subject to variability.
7878

7979
:::zone pivot="portal"
@@ -85,7 +85,7 @@ Checks the contract against internal standards or uploaded guidelines to identif
8585
2. Select an existing agent from the list or create a new one.
8686
3. Scroll down to the **Connected agents** section in the agent's setup panel and select **Add +**.
8787

88-
:::image type="content" source="../media/connected-agents/connected-agents-foundry.png" alt-text="A screenshot of the agents page in the Azure AI Foundry." lightbox="../media/connected-agents/connected-agents-foundry.png":::
88+
:::image type="content" source="../media\connected-agents\connected-agents-foundry.png" alt-text="A screenshot of the agents page in the Azure AI Foundry." lightbox="../media\connected-agents\connected-agents-foundry.png":::
8989

9090
4. In the dialog that appears, choose an agent for the main agent to delegate tasks to, and describe:
9191
- Select an **existing agent** from the dropdown. This is the connected agent that the main agent will delegate tasks to.
@@ -100,7 +100,7 @@ Checks the contract against internal standards or uploaded guidelines to identif
100100

101101
The `research_agent` should delegate this request to `stock_price_bot` based on the routing description you defined.
102102

103-
:::image type="content" source="../media/connected-agents/connected-agents-foundry-2.png" alt-text="A screenshot of the connected agents screen" lightbox="../media/connected-agents/connected-agents-foundry-2.png":::
103+
:::image type="content" source="../media\connected-agents\connected-agents-foundry-2.png" alt-text="A screenshot of the connected agents screen" lightbox="../media\connected-agents\connected-agents-foundry-2.png":::
104104

105105
::: zone-end
106106

0 commit comments

Comments
 (0)