You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-security-enable-roles.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.date: 10/30/2024
14
14
15
15
# Enable or disable role-based access control in Azure AI Search
16
16
17
-
Azure AI Search uses [key-based authentication](search-security-api-keys.md) by default, but it fully supports Microsoft Entra ID authentication and authorization for all control plane and data plane operations through role-based access controls.
17
+
Azure AI Search uses [key-based authentication](search-security-api-keys.md) by default, but it fully supports Microsoft Entra ID authentication and authorization for all control plane and data plane operations through Azure role-based access control (RBAC).
18
18
19
19
Before you can assign roles for authorized data plane access to Azure AI Search, you must enable role-based access control on your search service. Roles for service administration (control plane) are built in and can't be enabled or disabled.
|Create, edit and run indexers/data sources/skillsets |❌|❌|✅|✅|❌|
92
92
|Create or edit synonym maps |❌|❌|✅|✅|❌|
93
+
|Create or edit debug sessions |❌|❌|✅|✅|❌|
93
94
|Create or manage deployments |❌|❌|✅|✅|❌|
94
95
|Create or configure Azure AI Search resources |❌|❌|✅|✅|❌|
95
-
|View/Copy/Regenerate keys under Keys |❌|❌|✅|❌|❌|
96
-
|Set authentication options |❌|❌|❌|✅|❌|
97
-
|Configure private connections |❌|❌|❌|✅|❌|
98
-
|Configure network security |❌|❌|❌|✅|❌|
96
+
|View/Copy/Regenerate keys under Keys |❌|❌|✅|✅|❌|
97
+
|View roles/policies/definitions |❌|❌|✅|✅|❌|
98
+
|Set authentication options |❌|❌|✅|✅|❌|
99
+
|Configure private connections |❌|❌|✅|✅|❌|
100
+
|Configure network security |❌|❌|✅|✅|❌|
99
101
100
102
Owners and Contributors grant the same permissions, except that only Owners can assign roles.
101
103
102
-
Owners and Contributors can also create, read, update, and delete objects in the Azure portal *if API keys are enabled*. The portal uses API keys on internal calls to data plane APIs. In an Azure RBAC-only configuration, Owner and Contributor can't manage objects on the data plane.
104
+
Owners and Contributors can create, read, update, and delete objects in the Azure portal *if API keys are enabled*. The portal uses API keys on internal calls to data plane APIs. In an Azure RBAC-only configuration, Owner and Contributor can't manage objects on the data plane.
0 commit comments