Skip to content

Commit 8783028

Browse files
Merge pull request #7145 from gmndrg/main
Permissions in the portal - support clarification
2 parents 4d12b37 + d518931 commit 8783028

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

articles/search/search-blob-indexer-role-based-access.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 configure Azure AI Search indexers for ingesting Azure Role-Based Access (RBAC) metadata on Azure blobs.
55
ms.service: azure-ai-search
66
ms.topic: how-to
7-
ms.date: 09/01/2025
7+
ms.date: 09/18/2025
88
author: vaishalishah
99
ms.author: vaishalishah
1010
---
@@ -39,7 +39,7 @@ The indexer approach is built on this foundation:
3939

4040
+ You should understand how indexers work and how to create an index. This article explains the configuration settings for the data source and indexer, but doesn't provide steps for creating the index. For more information about indexes designed for permission filters, see [Create an index with permission filter fields](search-index-access-control-lists-and-rbac-push-api.md#create-an-index-with-permission-filter-fields).
4141

42-
Permission filters aren't supported in the indexers and indexes created through the [Import wizards](search-import-data-portal.md). Use a programmatic approach to create or modify existing objects for document-level access.
42+
+ This functionality is currently not supported in the Azure portal, this includes Permission filters created through the [Import wizards](search-import-data-portal.md). Use a programmatic approach to create or modify existing objects for document-level access.
4343

4444
## Configure Blob storage
4545

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

Lines changed: 3 additions & 1 deletion
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: how-to
7-
ms.date: 08/27/2025
7+
ms.date: 09/18/2025
88
author: admayber
99
ms.author: admayber
1010
---
@@ -43,6 +43,8 @@ This article explains how to use the push REST API to index document-level permi
4343

4444
- Each permissionFilter field should have `filterable` set to true.
4545

46+
- This functionality is currently not supported in the Azure portal.
47+
4648
## Create an index with permission filter fields
4749

4850
Indexing document ACLs and RBAC metadata with the REST API requires setting up an index schema that enables permission filters and has fields with permission filter assignments.

articles/search/search-indexer-access-control-lists-and-role-based-access.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ titleSuffix: Azure AI Search
44
description: Learn how to configure Azure AI Search indexers for ingesting Access Control Lists (ACLs) and Azure Role-Based Access (RBAC) metadata on Azure Data Lake Storage (ADLS) Gen2 blobs.
55
ms.service: azure-ai-search
66
ms.topic: how-to
7-
ms.date: 08/27/2025
8-
author: wlifuture
9-
ms.author: wli
7+
ms.date: 09/18/2025
8+
author: gmndrg
9+
ms.author: gimondra
1010
---
1111

1212
# Use an ADLS Gen2 indexer to ingest permission metadata and filter search results based on user access rights
@@ -51,6 +51,8 @@ This article supplements [**Index data from ADLS Gen2**](search-howto-index-azu
5151
+ [Knowledge store](knowledge-store-concept-intro.md)
5252
+ [Indexer enrichment cache](enrichment-cache-how-to-configure.md)
5353
+ [Debug sessions](cognitive-search-debug-session.md)
54+
55+
+ This functionality is currently not supported in the Azure portal.
5456

5557
## Support for the permission model
5658

@@ -300,4 +302,4 @@ To effectively manage blob deletion, ensure that you have enabled [deletion trac
300302

301303
+ [Connect to Azure AI Search using roles](search-security-rbac.md)
302304
+ [Query-Time ACL and RBAC enforcement](search-query-access-control-rbac-enforcement.md)
303-
+ [azure-search-python-samples/Quickstart-Document-Permissions-Push-API](https://github.com/Azure-Samples/azure-search-python-samples/blob/main/Quickstart-Document-Permissions-Push-API)
305+
+ [azure-search-python-samples/Quickstart-Document-Permissions-Push-API](https://github.com/Azure-Samples/azure-search-python-samples/blob/main/Quickstart-Document-Permissions-Push-API)

0 commit comments

Comments
 (0)