Skip to content

Commit 68e3991

Browse files
committed
other misc edits
1 parent 522fcf6 commit 68e3991

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 06/18/2024
1414

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

17-
If you want to use Azure role-based access control for connections into Azure AI Search, this article explains how to enable it for your search service.
17+
If you want to use Azure role assignments for authorized access to Azure AI Search, this article explains how to enable role-based access for your search service.
1818

1919
Role-based access for data plane operations is optional, but recommended. The alternative is [key-based authentication](search-security-api-keys.md), which is the default.
2020

@@ -33,10 +33,10 @@ Roles for service administration (control plane) are built in and can't be enabl
3333

3434
When you enable roles for the data plane, the change is effective immediately, but wait a few seconds before assigning roles.
3535

36-
The default failure mode is `http401WithBearerChallenge`. Alternatively, you can set the failure mode to `http403`.
37-
3836
Once role-based access is enabled, the search service recognizes an **authorization** header on data plane requests that provide an OAuth2 access token.
3937

38+
The default failure mode for unauthorized requests is `http401WithBearerChallenge`. Alternatively, you can set the failure mode to `http403`.
39+
4040
### [**Azure portal**](#tab/config-svc-portal)
4141

4242
1. Sign in to the [Azure portal](https://portal.azure.com) and open the search service page.

0 commit comments

Comments
 (0)