Skip to content

Commit c29036e

Browse files
committed
refining table
1 parent 0695174 commit c29036e

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

articles/search/search-security-enable-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 10/30/2024
1414

1515
# Enable or disable role-based access control in Azure AI Search
1616

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).
1818

1919
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.
2020

articles/search/search-security-rbac.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,23 +83,25 @@ Combine these roles to get sufficient permissions for your use case.
8383
|-------------|--------------------------|-------------------------------|----------------------------|-------------------|--------|
8484
|View the resource in Azure portal ||||||
8585
|View resource properties/metrics/endpoint ||||||
86-
|View quotas and service statistics ||||||
8786
|List all objects on the resource ||||||
87+
|Access quotas and service statistics ||||||
8888
|Read/query an index ||||||
8989
|Upload data for indexing ||||||
9090
|Create or edit indexes/aliases ||||||
9191
|Create, edit and run indexers/data sources/skillsets ||||||
9292
|Create or edit synonym maps ||||||
93+
|Create or edit debug sessions ||||||
9394
|Create or manage deployments ||||||
9495
|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 ||||||
99101

100102
Owners and Contributors grant the same permissions, except that only Owners can assign roles.
101103

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.
103105

104106
## Assign roles
105107

0 commit comments

Comments
 (0)