Skip to content

Commit b10e667

Browse files
Merge pull request #6122 from MicrosoftDocs/main
Auto Publish – main to live - 2025-07-18 17:09 UTC
2 parents 7e3463b + 3bc673b commit b10e667

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The Foundry Agent Service provides the following built-in tools. You can use the
7373
|[Azure AI Search](azure-ai-search.md) | Use an existing Azure AI Search index to ground agents with data in the index, and chat with your data. |
7474
|[Azure Functions](azure-functions.md) | Leverage your Azure Functions to create intelligent, event-driven applications. |
7575
|[Code Interpreter](code-interpreter.md) | Enable agents to write and run Python code in a sandboxed execution environment. |
76-
|[Deep Research](./deep-research.md) | Use OpenAI's advanced agentic research capability for analysis and reasoning. |
76+
|[Deep Research (preview)](./deep-research.md) | Use OpenAI's advanced agentic research capability for analysis and reasoning. |
7777
|[File Search](file-search.md) | Augment agents with knowledge from outside its model, such as proprietary product information or documents provided by your users. |
7878
|[Function calling](function-calling.md) |Describe the structure of functions you create to an agent and have them be called when appropriate during the agent's interactions with users. |
7979
|[Grounding with Bing Search](bing-grounding.md) | Enable your agent to use Grounding with Bing Search to access and return information from the internet. |

articles/ai-foundry/agents/toc.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ items:
3333
- name: Tool Overview
3434
href: how-to/tools/overview.md
3535
displayName: tools
36-
- name: Deep Research (preview)
37-
items:
38-
- name: Overview
39-
href: how-to/tools/deep-research.md
40-
displayName: deep research
41-
- name: How to use Deep Research
42-
href: how-to/tools/deep-research-samples.md
4336
- name: Azure AI Search
4437
items:
4538
- name: Overview
@@ -61,6 +54,13 @@ items:
6154
displayName: code interpreter
6255
- name: How to use code interpreter
6356
href: how-to/tools/code-interpreter-samples.md
57+
- name: Deep Research (preview)
58+
items:
59+
- name: Overview
60+
href: how-to/tools/deep-research.md
61+
displayName: deep research
62+
- name: How to use Deep Research
63+
href: how-to/tools/deep-research-samples.md
6464
- name: File search
6565
items:
6666
- name: Overview
@@ -77,11 +77,18 @@ items:
7777
displayName: bing, grounding with bing
7878
- name: How to use Grounding with Bing Search
7979
href: how-to/tools/bing-code-samples.md
80+
- name: Grounding with Bing Custom Search (preview)
81+
items:
82+
- name: Overview
83+
href: how-to/tools/bing-custom-search.md
84+
displayName: bing, grounding with bing custom search
85+
- name: How to use Grounding with Bing Custom Search
86+
href: how-to/tools/bing-custom-search-samples.md
8087
- name: Logic apps
8188
href: how-to/tools/logic-apps.md
82-
- name: Microsoft Fabric
89+
- name: Microsoft Fabric (preview)
8390
href: how-to/tools/fabric.md
84-
- name: Model Context Protocol (MCP)
91+
- name: Model Context Protocol (preview)
8592
items:
8693
- name: Overview
8794
href: how-to/tools/model-context-protocol.md
@@ -105,13 +112,6 @@ items:
105112
displayName: sharepoint
106113
- name: How to use SharePoint
107114
href: how-to/tools/sharepoint-samples.md
108-
- name: Use Grounding with Bing Custom Search
109-
items:
110-
- name: Overview
111-
href: how-to/tools/bing-custom-search.md
112-
displayName: bing, grounding with bing custom search
113-
- name: How to use Grounding with Bing Custom Search
114-
href: how-to/tools/bing-custom-search-samples.md
115115
- name: Enterprise features
116116
items:
117117
- name: Use your own resources

articles/search/search-document-level-access-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Azure AI Search supports document-level access control, enabling organizations t
2121
| Approach | Description |
2222
|----------|-------------|
2323
| Security filters | String comparison. Your application passes in a user or group identity as a string, which populates a filter on a query, excluding any documents that don't match on the string. <br><br>Security filters are a technique for achieving document-level access control. This approach isn't bound to an API so you can use any version or package. |
24-
| ACLs / RBAC scopes (preview) | Microsoft Entra ID security principal behind the query token is compared to the permission metadata of documents returned in search results, excluding any documents that don't match on permissions. <br><br>Built-in support for identity-based access at the document level is in preview, available in REST APIs and prerelease Azure SDK packages that provide the feature. Be sure to check the [SDK package change log](#retrieve-permissions-metadata-during-data-ingestion-process) for evidence of feature support.|
24+
| ACLs / RBAC scopes (preview) | Microsoft Entra ID security principal behind the query token is compared to the permission metadata of documents returned in search results, excluding any documents that don't match on permissions. Access Control Lists (ACL) permissions apply to Azure Data Lake Storage (ADLS) Gen2 directories and files. Role-based access control (RBAC) scopes apply to ADLS Gen2 content and to Azure blobs. <br><br>Built-in support for identity-based access at the document level is in preview, available in REST APIs and prerelease Azure SDK packages that provide the feature. Be sure to check the [SDK package change log](#retrieve-permissions-metadata-during-data-ingestion-process) for evidence of feature support.|
2525

2626
## Pattern for security trimming using filters
2727

@@ -42,9 +42,9 @@ This approach is useful for systems with custom access models or non-Microsoft s
4242

4343
Native support is based on Microsoft Entra ID user and group access IDs affiliated with documents that you want to index and query.
4444

45-
Azure Data Lake Storage (ADLS) Gen2 containers support ACLs on the container and on files. For ADLS Gen2, RBAC scope preservation at document level is natively supported when you use the [ADLS Gen2 indexer](search-howto-index-azure-data-lake-storage.md) and a preview API to ingest content.
45+
Azure Data Lake Storage (ADLS) Gen2 containers support ACLs on the container and on files. For ADLS Gen2, RBAC scope preservation at document level is natively supported when you use the [ADLS Gen2 indexer](search-howto-index-azure-data-lake-storage.md) and a preview API to ingest content. For Azure blobs using the [Azure blob indexer](search-blob-indexer-role-based-access.md), RBAC scope preservation is at the container level.
4646

47-
For any content that's secured through ACLs, we recommend group access IDs over user access IDs for ease of management. The pattern includes the following components:
47+
For ACL-secured content, we recommend group access IDs over user access IDs for ease of management. The pattern includes the following components:
4848

4949
- Start with documents or files that have ACL assignments.
5050
- [Enable permission filters](/rest/api/searchservice/indexes/create-or-update?view=rest-searchservice-2025-05-01-preview&preserve-view=true#searchindexpermissionfilteroption) in the index.

0 commit comments

Comments
 (0)