Skip to content

Commit c299362

Browse files
authored
Update search-index-access-control-lists-and-rbac-push-api.md
Fixing typo with broken link
1 parent af2041b commit c299362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-index-access-control-lists-and-rbac-push-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure AI Search
44
description: Learn how to use the REST API for indexing documents with ACLs and RBAC metadata.
55
ms.service: azure-ai-search
66
ms.topic: conceptual
7-
ms.date: 05/09/2025
7+
ms.date: 05/19/2025
88
author: admayber
99
ms.author: admayber
1010
---
@@ -16,7 +16,7 @@ ms.author: admayber
1616
Indexing documents, along with their associated [Access Control Lists (ACLs)](/azure/storage/blobs/data-lake-storage-access-control) and container [Role-Based Access Control (RBAC) roles](/azure/role-based-access-control/overview), into an Azure AI Search index via the [REST API](/rest/api/searchservice/) offers fine-grained control over the indexing pipeline. This approach enables the inclusion of document entries with precise, document-level permissions directly within the index. This article explains how to use the REST API to index document-level permissions' metadata in Azure AI Search. This process prepares your index to query and enforce end-user permissions.
1717

1818
## Supported scenarios
19-
- Indexing ACLs metadata from [ENTRA-based](/entra/fundamentals/whatis), POSIX-style ACL systems, such as [Azure Data Lake Storage (ADLS) Gen2].(/azure/storage/blobs/data-lake-storage-introduction)
19+
- Indexing ACLs metadata from [ENTRA-based](/entra/fundamentals/whatis), POSIX-style ACL systems, such as [Azure Data Lake Storage (ADLS) Gen2](/azure/storage/blobs/data-lake-storage-introduction)
2020
- Indexing RBAC container metadata from ADLS Gen2.
2121

2222
### Limitations

0 commit comments

Comments
 (0)