Skip to content

Commit 3f946ed

Browse files
Merge pull request #270227 from HeidiSteen/heidist-fix
[azure search] misc edits on yesterday's updates
2 parents 13262de + e2f22c6 commit 3f946ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/search-security-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The [REST APIs](/rest/api/searchservice/) describe the full range of inbound req
4141
At a minimum, all inbound requests must be authenticated using either of these options:
4242

4343
+ Key-based authentication (default). Inbound requests provide a valid API key.
44-
+ Role-based access control. Microsoft Entra identities and role assignments on your Azure AI Search service authorize access.
44+
+ Role-based access control. Authorization is through Microsoft Entra identities and role assignments on your search service.
4545

4646
Additionally, you can add [network security features](#service-access-and-authentication) to further restrict access to the endpoint. You can create either inbound rules in an IP firewall, or create private endpoints that fully shield your search service from the public internet.
4747

@@ -61,9 +61,9 @@ The following list is a full enumeration of the outbound requests that can be ma
6161

6262
Outbound connections can be made using a resource's full access connection string that includes a key or a database login, or [a managed identity](search-howto-managed-identities-data-sources.md) if you're using Microsoft Entra ID and role-based access.
6363

64-
For Azure resources behind a firewall, [create inbound rules that admit search service requests](search-indexer-howto-access-ip-restricted.md).
64+
To reach Azure resources behind a firewall, [create inbound rules that admit search service requests](search-indexer-howto-access-ip-restricted.md).
6565

66-
For Azure resources protected by Azure Private Link, [create a shared private link](search-indexer-howto-access-private.md) that an indexer uses to make its connection.
66+
To reach Azure resources protected by Azure Private Link, [create a shared private link](search-indexer-howto-access-private.md) that an indexer uses to make its connection.
6767

6868
#### Exception for same-region search and storage services
6969

0 commit comments

Comments
 (0)