Skip to content

Commit f75526d

Browse files
committed
updates
1 parent c60c28b commit f75526d

File tree

10 files changed

+19
-291
lines changed

10 files changed

+19
-291
lines changed

articles/ai-services/agents/environment-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Azure AI Foundry Agent Service offers three environment configuration modes to s
4646

4747
- **Basic Setup**:
4848

49-
This setup is compatible with OpenAI Assistants and manages agent states using the platform's built-in storage. It includes the same tools and capabilities as the Assistants API, with added support for non-OpenAI models and tools such as Azure AI Search, Bing, and SharePoint.
49+
This setup is compatible with OpenAI Assistants and manages agent states using the platform's built-in storage. It includes the same tools and capabilities as the Assistants API, with added support for non-OpenAI models and tools such as Azure AI Search, and Bing.
5050

5151
- **Standard Setup**:
5252

articles/ai-services/agents/how-to/tools/logic-apps.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ This article demonstrates how to integrate Logic Apps with Azure AI Agents to ex
2828
- `SUBSCRIPTION_ID`: Your Azure subscription ID.
2929
- `resource_group_name`: The name of your resource group.
3030

31-
::: zone pivot="python"
32-
3331
## Create a project client
3432

3533
Create a client object to connect to your AI project and other resources.
@@ -142,8 +140,6 @@ Delete the agent after use to clean up resources.
142140
project_client.agents.delete_agent(agent.id)
143141
print("Deleted agent")
144142
```
145-
::: zone-end
146-
147143

148144
## Next steps
149145

articles/ai-services/agents/how-to/tools/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ The Foundry Agent Service provides the following built-in tools. You can use the
6868
| [Microsoft Fabric](./fabric.md) | Integrate your agent with the [Microsoft Fabric data agent](https://go.microsoft.com/fwlink/?linkid=2312815) to unlock powerful data analysis capabilities. |
6969
| [Microsoft Fabric (preview)](./fabric.md) | Integrate your agent with the [Microsoft Fabric data agent](https://go.microsoft.com/fwlink/?linkid=2312815) to unlock powerful data analysis capabilities. |
7070
| [OpenAPI 3.0 Specified tool ](./openapi-spec.md) | Connect your Azure AI Agent to external APIs using functions with an OpenAPI 3.0 specification. |
71-
|[SharePoint (preview)](./sharepoint.md) | Ground your agents using your SharePoint sites. |
7271

7372
## Non-Microsoft tools
7473

articles/ai-services/agents/how-to/tools/sharepoint-samples.md

Lines changed: 0 additions & 92 deletions
This file was deleted.

articles/ai-services/agents/how-to/tools/sharepoint.md

Lines changed: 0 additions & 140 deletions
This file was deleted.

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

Lines changed: 18 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -9,65 +9,38 @@ ms.date: 01/21/2025
99

1010
## Prerequisites
1111
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
12-
- Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-foundry/concepts/rbac-azure-ai-foundry.md) assigned.
12+
- Ensure that the individual creating the account and project has the **Azure AI Account Owner** role at the subscription scope
13+
* Alternatively, having the **Contributor** or **Cognitive Services Contributor** role at the subscription level also satisfies this requirement.
1314

14-
## Basic agent setup support
15-
16-
Before getting started, determine if you want to perform a basic agent setup or a standard agent setup. Azure AI Foundry only supports basic agent setup.
17-
18-
**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.
19-
20-
**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.
2115

2216
> [!IMPORTANT]
23-
> 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 standard agent configuration.
24-
25-
## Create a Foundry project in Azure AI Foundry portal
17+
> The Azure AI Foundry portal only supports basic agent set at this time. If you want to perform a standard agent setup, see the [Getting Started](../getting-started.md) article to learn about more.
2618
27-
To create a new project, you need either the Owner or Contributor role on the resource group. If you're unable to create a project due to permissions, reach out to your administrator.
19+
## Create a Foundry account and project in Azure AI Foundry portal
2820

29-
To create a project in Azure AI Foundry, follow these steps:
21+
To create an account and project in Azure AI Foundry, follow these steps:
3022

3123
1. Go to Azure AI Foundry. If you are in a project, select Azure AI Foundry at the top left of the page to go to the Home page.
3224

33-
1. Select **+ New**.
34-
35-
1. Enter a name for the project. If you want to customize the default values, select **Advanced options**.
36-
37-
:::image type="content" source="../media/quickstart/create-project.png" alt-text="Screenshot of the project details page within the create project dialog." lightbox="../media/quickstart/create-project.png":::
38-
39-
1. Select **Create**.
40-
41-
## Deploy a model
42-
43-
1. Sign in to [Azure AI Foundry](https://ai.azure.com).
44-
1. Go to your project or [create a new project](../../../ai-foundry/how-to/create-projects.md) in Azure AI Foundry portal.
45-
1. From your project overview, select **Agents**, located under **Build and customize**.
46-
47-
1. Select your Azure OpenAI resource.
25+
1. Use the Agent getting started creation flow for the fastest experience. Click **Create the future**.
4826

49-
:::image type="content" source="../media/quickstart/agents-foundry.png" alt-text="A screenshot of the initial Agents screen." lightbox="../media/quickstart/agents-foundry.png":::
50-
51-
1. Select a [model](../concepts/model-region-support.md) deployment for the Agent to use. If you don't have one, a screen to deploy a new model will open. Otherwise you can select **Deploy a model**.
27+
:::image type="content" source="../media/quickstart/foundry-landing-page.png" alt-text="A screenshot of the Azure AI Foundry portal." lightbox="../media/quickstart/foundry-landing-page.png":::
5228

53-
:::image type="content" source="../media/quickstart/select-deploy-model.png" alt-text="A screenshot of the model selection screen." lightbox="../media/quickstart/select-deploy-model.png":::
5429

55-
:::image type="content" source="../media/quickstart/model-list.png" alt-text="A screenshot of the available models." lightbox="../media/quickstart/model-list.png":::
56-
57-
## Use the agent playground
58-
59-
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.
30+
1. Enter a name for the project. If you want to customize the default values, select **Advanced options**.
6031

61-
1. In the **Create and debug your agents** screen, select your agent, or create a new one with **New agent**. The **Setup** pane on the right is where you can change its parameters and tools.
32+
:::image type="content" source="../media/quickstart/create-project.png" alt-text="A screenshot of the advanced options for creating a project." lightbox="../media/quickstart/create-project.png":::
6233

63-
You can optionally give your agent a name other than the one generated for it, and add instructions to help improve its performance. Give your agent clear directions on what to do and how to do it. Include specific tasks, their order, and any special instructions like tone or engagement style.
34+
1. Select **Create**.
6435

65-
:::image type="content" source="../media/quickstart/create-debug-agent.png" alt-text="A screenshot of the Agents create and debug screen." lightbox="../media/quickstart/create-debug-agent.png":::
36+
1. Wait for your resources to be provisioned.
37+
1. An account and project (child resource of your account) will be created.
38+
1. The gpt-4o model will automatically be deployed
39+
1. A default agent will be created
6640

67-
> [!TIP]
68-
> Your agent can access multiple tools such as [code interpreter](../how-to/tools/code-interpreter.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.
69-
> :::image type="content" source="../media/quickstart/portal-tools.png" alt-text="A screenshot of the Agents tool choices." lightbox="../media/quickstart/portal-tools.png":::
41+
1. Once complete, you will land directly in the agent playground and you can start creating agents.
7042

71-
## See also
43+
:::image type="content" source="../media/quickstart/agent-playground.png" alt-text="Screenshot of the agent playground." lightbox="../media/quickstart/agent-playground.png":::
7244

73-
Check out the [models](../concepts/model-region-support.md) that you can use with Agents.
45+
> [!NOTE]
46+
> If you are getting permission error when trying to configure or create agents ensure you have the **Azure AI User** on the project.
347 KB
Loading
517 KB
Loading

articles/ai-services/agents/toc.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ items:
6666
href: how-to/tools/azure-ai-search-samples.md
6767
- name: Microsoft Fabric
6868
href: how-to/tools/fabric.md
69-
- name: Sharepoint
70-
items:
71-
- name: Overview
72-
href: how-to/tools/sharepoint.md
73-
displayName: sharepoint
74-
- name: How to use SharePoint
75-
href: how-to/tools/sharepoint-samples.md
7669
- name: Logic apps
7770
href: how-to/tools/logic-apps.md
7871
- name: Function calling

articles/ai-services/agents/whats-new.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Debug and monitor your agents by [tracing agent threads](./concepts/tracing.md)
4646
This release brings a number of new tools to extend agents' capabilities:
4747

4848
* **Bing Custom Search tool** - Determine which websites will be used to ground your agents with.
49-
* **SharePoint tool** - Use your SharePoint sites to ground your agents data, and chat with your data.
5049
* **Morningstar tool** - Leverage Morningstar, a prominent investment research company, as a data source for your agent.
5150

5251
## April 2025

0 commit comments

Comments
 (0)