Skip to content

Commit 2fff716

Browse files
Merge pull request #3836 from HeidiSteen/heidist-security
RBAC permission table update, Owner role
2 parents d782cc5 + df17dcf commit 2fff716

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/search/search-security-rbac.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: azure-ai-search
1010
ms.topic: how-to
11-
ms.date: 01/27/2025
11+
ms.date: 03/31/2025
1212
ms.custom: subject-rbac-steps, devx-track-azurepowershell
1313
---
1414

@@ -90,7 +90,7 @@ Combine these roles to get sufficient permissions for your use case.
9090
|List all objects on the resource ||||||
9191
|Access quotas and service statistics ||||||
9292
|Read/query an index ||||||
93-
|Upload data for indexing ||||||
93+
|Upload data for indexing <sup>1</sup>||||||
9494
|Create or edit indexes/aliases ||||||
9595
|Create, edit and run indexers/data sources/skillsets ||||||
9696
|Create or edit synonym maps ||||||
@@ -103,6 +103,8 @@ Combine these roles to get sufficient permissions for your use case.
103103
|Configure private connections ||||||
104104
|Configure network security ||||||
105105

106+
<sup>1</sup> In the Azure portal, an Owner or Contributor can run the Import data wizards that create and load indexes, even though they can't upload documents in other clients. Data connections in the wizard are made by the search service itself and not individual users. The wizards have the `Microsoft.Search/searchServices/indexes/documents/*` permission necessary for completing this task.
107+
106108
Owners and Contributors grant the same permissions, except that only Owners can assign roles.
107109

108110
<!-- Owners and Contributors can create, read, update, and delete objects in the Azure portal *if API keys are enabled*. the Azure portal uses keys on internal calls to data plane APIs. In you subsequently configure Azure AI Search to use "roles only", then Owner and Contributor won't be able to manage objects in the Azure portal using just those role assignments. The solution is to assign more roles, such as Search Index Data Reader, Search Index Data Contributor, and Search Service Contributor. -->

0 commit comments

Comments
 (0)