Skip to content

Commit 1d05d59

Browse files
Merge pull request #5911 from MicrosoftDocs/main
Merged by Learn.Build PR Management system
2 parents 66781f9 + 4d0faf4 commit 1d05d59

13 files changed

+108
-128
lines changed

articles/ai-foundry/agents/how-to/tools/deep-research-samples.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Use this article to learn how to use the Deep Research tool with the Azure AI Pr
1717

1818
## Prerequisites
1919

20+
> [!NOTE]
21+
> * The `o3-deep-research` model and the GPT model deployments should be part of your AI Foundry project resulting in all three resources in the same Azure subscription and same region. Supported regions are **West US** and **Norway East**.
22+
2023
* The requirements in the [Deep Research overview](./deep-research.md).
2124
* The Deep Research tool requires the latest prerelease versions of the `azure-ai-projects` library. You can install it with the following command:
2225

articles/ai-foundry/agents/how-to/tools/deep-research.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,28 @@ The deep research tool is a **code-only release** and available for use using th
3535
## Knowledge source support
3636
The deep research tool is tightly integrated with Grounding with Bing Search and only supports web-based research.
3737

38-
## How Deep Research works
39-
40-
At its core, the Deep Research tool orchestrates a multi-step research pipeline uses the Azure OpenAI's `o3-deep-research` model together with Grounding with Bing Search to autonomously search for and read information from multiple online sources appropriate to the user prompt. This enables the Deep Research tool to generate thorough, documented, and cited reports on complex topics.
38+
## Region support
39+
The Deep Research tool is supported in the following regions where the deep research model is available for deployment.
40+
|West US | Norway East |
41+
|---------|---------|
42+
| ✔️ | ✔️ |
4143

42-
### Deep research model deployment
44+
## Deep research model
45+
The Deep Research tool uses the Azure OpenAI `o3-deep-research` model for its research tasks. The model was fine-tuned on the Azure OpenAI `o3` reasoning model. Key features:
4346

44-
The Deep Research tool uses the Azure OpenAI `o3-deep-research` model for its research tasks. The model was fine-tuned on the Azure OpenAI `o3` reasoning model.
45-
46-
**Key features**:
4747
- Handles data as part of its research tasks.
4848
- 200-K context length, 100-K completion tokens, and May 31, 2024 knowledge cutoff.
4949
- Outputs its thinking as reasoning summary as it analyzes information.
5050
- Delivers a synthesized report at the end of the research task.
5151

52-
**Deployment information**:
53-
- Deployment type: Global Standard
54-
- Available regions: West US, Norway East
55-
- Quotas and limits: Enterprise: `30K RPS / 30M TPM`, Default: `3K RPS / 3M TPM`
52+
### Deployment information
53+
- **Deployment type**: Global Standard
54+
- **Available regions**: West US, Norway East
55+
- **Quotas and limits**: Enterprise: `30K RPS / 30M TPM`, Default: `3K RPS / 3M TPM`
56+
57+
## How Deep Research works
58+
59+
At its core, the Deep Research tool orchestrates a multi-step research pipeline uses the Azure OpenAI's `o3-deep-research` model and any GPT model together with Grounding with Bing Search to autonomously search for and read information from multiple online sources appropriate to the user prompt. This enables the Deep Research tool to generate thorough, documented, and cited reports on complex topics.
5660

5761
### GPT model deployment for clarifying intent
5862

@@ -74,16 +78,19 @@ The output is a structured report that documents not only the comprehensive answ
7478

7579
## Prerequisites
7680
- If you already have access to the Azure OpenAI `o3` model, no request is required to access the `o3-deep-research` model. Otherwise, fill out the [request form](https://aka.ms/OAI/deepresearchaccess).
77-
- An Azure subscription with the ability to create resources [Set up your environment](../../environment-setup.md)
81+
- An Azure subscription with the ability to create AI Foundry project, Grounding with Bing Search, deep research model and GPT model resources [Set up your environment](../../environment-setup.md) in the **West US** and **Norway East** regions.
7882
- [Grounding with Bing Search tool](./bing-grounding.md) resource for connecting to your Azure AI Foundry project.
7983
- [Model deployments](../../../model-inference/how-to/create-model-deployments.md) for the following models
8084
- `o3-deep-research` version `2025-06-26`. This model is available in `West US` and `Norway East`.
81-
- Any Azure OpenAI GPT model like `gpt-4o` for intent clarification.
85+
- Any Azure OpenAI GPT model like `gpt-4o` for intent clarification. Deploy in the same regions.
8286

8387
## Setup
8488

8589
To use the Deep Research tool, you need to create the Azure AI Foundry type project, add your Grounding with Bing Search resource as a new connection, deploy the `o3-deep-research-model`, and deploy the selected Azure OpenAI GPT model.
8690

91+
> [!NOTE]
92+
> * The `o3-deep-research` model and the GPT model deployments should be part of your AI Foundry project resulting in all three resources in the same Azure subscription and same region. Supported regions are **West US** and **Norway East**.
93+
8794
:::image type="content" source="../../media/tools/deep-research/setup-deep-research-tool.png" alt-text="A diagram of the steps to set up the deep research tool." lightbox="../../media/tools/deep-research/setup-deep-research-tool.png":::
8895

8996
1. Navigate to the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) and create a new project.

articles/ai-foundry/concepts/fine-tuning-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ms.custom:
1010
ms.topic: concept-article
1111
ms.date: 05/14/2025
1212
ms.reviewer: keli19
13-
ms.author: sgilley
14-
author: sdgilley
13+
ms.author: ssalgado
14+
author: ssalgadodev
1515
#customer intent: As a developer, I want to learn what it means to fine-tune a model.
1616
---
1717

articles/ai-foundry/openai/concepts/content-filter-personal-information.md

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

articles/ai-foundry/openai/concepts/content-filter.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ The following table summarizes the risk categories supported by Azure OpenAI's c
4747
| [Groundedness](/azure/ai-services/openai/concepts/content-filter-groundedness)<sup>2</sup> | Groundedness detection flags whether the text responses of large language models (LLMs) are grounded in the source materials provided by the users. Ungrounded material refers to instances where the LLMs produce information that is non-factual or inaccurate from what was present in the source materials. Requires [document embedding and formatting](./content-filter-document-embedding.md). |
4848
| [Protected Material for Text](/azure/ai-services/openai/concepts/content-filter-protected-material)<sup>1</sup> | Protected material text describes known text content (for example, song lyrics, articles, recipes, and selected web content) that can be outputted by large language models.|
4949
| [Protected Material for Code](/azure/ai-services/openai/concepts/content-filter-protected-material) | Protected material code describes source code that matches a set of source code from public repositories, which can be outputted by large language models without proper citation of source repositories.|
50-
| [Personally identifiable information (PII)](/azure/ai-services/openai/concepts/content-filter-personal-information) | Personally identifiable information (PII) refers to any information that can be used to identify a particular individual. PII detection involves analyzing text content in LLM completions and filtering any PII that was returned. |
5150

5251

5352
<sup>1</sup> If you're an owner of text material and want to submit text content for protection, [file a request](https://aka.ms/protectedmaterialsform).

articles/ai-foundry/openai/how-to/content-filters.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ You can configure the following filter categories in addition to the default har
4848
| Protected material - code |GA| On | Completion | Filters protected code or gets the example citation and license information in annotations for code snippets that match any public code sources, powered by GitHub Copilot. For more information about consuming annotations, see the [Protected material concepts guide](/azure/ai-services/openai/concepts/content-filter-protected-material) |
4949
| Protected material - text | GA| On | Completion | Identifies and blocks known text content from being displayed in the model output (for example, song lyrics, recipes, and selected web content). |
5050
| Groundedness | Preview |Off | Completion |Detects whether the text responses of large language models (LLMs) are grounded in the source materials provided by the users. Ungroundedness refers to instances where the LLMs produce information that is non-factual or inaccurate from what was present in the source materials. Requires: [Document embedding and formatting](/azure/ai-services/openai/concepts/content-filter?tabs=warning%2Cuser-prompt%2Cpython-new#embedding-documents-in-your-prompt).|
51-
| Personally identifiable information (PII) | Preview | Off | Completion | Filters information that can be used to identify a particular individual, such as a name, address, phone number, email address, social security number, driver's license number, passport number, or similar information. |
5251

5352

5453
[!INCLUDE [create-content-filter](../../../ai-foundry/includes/create-content-filter.md)]

articles/ai-foundry/openai/whats-new.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ This article provides a summary of the latest releases and major documentation u
2020

2121
## June 2025
2222

23-
### PII detection content filter
24-
25-
Personally identifiable information (PII) detection is now available as a built-in content filter. This feature allows you to identify and block sensitive information in LLM outputs, enhancing data privacy. For more information, see the [PII detection](./concepts/content-filter-personal-information.md) documentation.
2623

2724
### codex-mini & o3-pro models released
2825

articles/ai-foundry/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,6 @@ items:
251251
href: ./openai/concepts/content-filter-groundedness.md
252252
- name: Protected material detection
253253
href: ./openai/concepts/content-filter-protected-material.md
254-
- name: Personally identifiable information (PII) detection
255-
href: ./openai/concepts/content-filter-personal-information.md
256254
- name: Content filter configurability
257255
href: ./openai/concepts/content-filter-configurability.md
258256
- name: Content filter annotations

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@
11731173
{
11741174
"source_path_from_root": "/articles/ai-services/openai/concepts/content-filter-personal-information.md",
11751175
"redirect_url": "/azure/ai-services/openai/concepts/content-filter",
1176-
"redirect_document_id": true
1176+
"redirect_document_id": false
11771177
},
11781178
{
11791179
"source_path_from_root": "/articles/ai-services/agents/concepts/agent-catalog.md",

articles/search/samples-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ A demo repo provides proof-of-concept source code for examples or scenarios show
7979

8080
| Samples | Repository | Description |
8181
|---------|------------|-------------|
82-
| Covid-19 search app | [covid19search](https://github.com/liamca/covid19search) | Source code repository for the Azure AI Search based [Covid-19 Search App](https://covid19search.azurewebsites.net/). |
82+
| Covid-19 search app | [covid19search](https://github.com/liamca/covid19search) | Source code repository for the Azure AI Search based [Covid-19 Search App](https://github.com/liamca/covid19search). |
8383
| JFK demo | [AzureSearch JFK Files](https://github.com/Microsoft/AzureSearch_JFK_Files) | Learn more about the [JFK solution](https://www.microsoft.com/ai/ai-lab-jfk-files). |
8484

8585
## Other samples

0 commit comments

Comments
 (0)