Skip to content

Commit 63d2005

Browse files
committed
fixing links
1 parent 299b264 commit 63d2005

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

articles/search/search-agentic-retrieval-concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Choose any of these options for your next step.
158158
+ [Use an agent to retrieve data](search-agentic-retrieval-how-to-retrieve.md)
159159
+ [Build an agent-to-agent retrieval solution](search-agentic-retrieval-how-to-pipeline.md).
160160

161-
+ REST API reference, [Agents](/rest/api/searchservice/knowledge-agents/create-or-update?view=rest-searchservice-2025-05-01-preview&preserve-view=true) and [retrieve](/rest/api/searchservice/knowledge-retrieval/retrieve?view=rest-searchservice-2025-05-01-preview&preserve-view=true).
161+
+ REST API reference, [Agents](/rest/api/searchservice/knowledge-agents?view=rest-searchservice-2025-05-01-preview&preserve-view=true) and [retrieve](/rest/api/searchservice/knowledge-retrieval/retrieve?view=rest-searchservice-2025-05-01-preview&preserve-view=true).
162162

163163
+ [Azure OpenAI Demo](https://github.com/Azure-Samples/azure-search-openai-demo), updated to use agentic retrieval.
164164

articles/search/search-agentic-retrieval-how-to-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 05/10/2025
1717

1818
This article describes an approach or pattern for building a solution that uses Azure AI Search for data retrieval and how to integrate the retrieval into a custom solution that includes Azure AI Agent.
1919

20-
This article supports the [agent-example](https://github.com/Azure-Samples/agentic-retrieval-pipeline-example) Python sample on GitHub.
20+
This article supports the [agentic-retrieval-pipeline-example](https://github.com/Azure-Samples/azure-search-python-samples/tree/main/agentic-retrieval-pipeline-example) Python sample on GitHub.
2121

2222
This exercise differs from the [Agentic Retrieval Quickstart](search-get-started-agentic-retrieval.md) in how it uses Azure AI Agent to determine whether to retrieve data from the index, and how it uses an agent tool for orchestration.
2323

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure AI Search
44
description: Conceptual overview of document-level permissions in Azure AI Search.
55
ms.service: azure-ai-search
66
ms.topic: conceptual
7-
ms.date: 05/19/2025
7+
ms.date: 05/10/2025
88
author: gmndrg
99
ms.author: gimondra
1010
---
@@ -49,7 +49,7 @@ By offloading permission enforcement to Azure AI Search, developers can focus on
4949

5050
Document-level permissions in Azure AI Search provide a structured framework for enforcing access controls that align with organizational policies. By using Microsoft Entra-based ACLs and RBAC roles, organizations can create systems that support robust compliance and promote trust among users. These built-in capabilities reduce the need for custom coding, offering a standardized approach to document-level security.
5151

52-
## Related content
52+
## Reference documents
5353

5454
To help you dive deeper into document-level access control in Azure AI Search, here are more articles and samples:
5555

@@ -59,3 +59,7 @@ To help you dive deeper into document-level access control in Azure AI Search, h
5959
| **Index ADLS Gen2 permissions metadata using built-in indexers** | [How to index permissions using ADLS Gen2 indexer](search-indexer-access-control-lists-and-role-based-access.md) and [Tutorial: Index ADLS Gen2 permissions metadata using an indexer](tutorial-adls-gen2-indexer-acls.md) | [azure-search-python-samples/Quickstart-Document-Permissions-Pull-API](https://github.com/Azure-Samples/azure-search-python-samples/blob/main/Quickstart-Document-Permissions-Pull-API) |
6060
| **Query using Microsoft Entra token-based permissions** | [How to query using Microsoft Entra token-based permissions](https://aka.ms/azs-query-preserving-permissions) | See previous samples. |
6161
| **Security trimming via filters** | [Security trimming via filters](search-security-trimming-for-azure-search.md) | Not available. |
62+
63+
## Next steps
64+
65+
- [Tutorial: Index ADLS Gen2 permissions metadata](tutorial-adls-gen2-indexer-acls.md)

0 commit comments

Comments
 (0)