Skip to content

Commit 7e13ab2

Browse files
committed
Reviewed overview for freshness
1 parent c32e0a6 commit 7e13ab2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/search/search-security-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: cognitive-search
1010
ms.custom:
1111
- ignite-2023
1212
ms.topic: conceptual
13-
ms.date: 05/28/2024
13+
ms.date: 06/28/2024
1414
---
1515

1616
# Security overview for Azure AI Search
@@ -23,7 +23,7 @@ An Azure AI Search service is hosted on Azure and is typically accessed by clien
2323

2424
Azure AI Search has three basic network traffic patterns:
2525

26-
+ Inbound requests made by a client to the search service (the predominant pattern)
26+
+ Inbound requests made by a user or client to the search service (the predominant pattern)
2727
+ Outbound requests issued by the search service to other services on Azure and elsewhere
2828
+ Internal service-to-service requests over the secure Microsoft backbone network
2929

@@ -52,12 +52,12 @@ Internal requests are secured and managed by Microsoft. You can't configure or c
5252
Internal traffic consists of:
5353

5454
+ Service-to-service calls for tasks like authentication and authorization through Microsoft Entra ID, resource logging sent to Azure Monitor, and [private endpoint connections](service-create-private-endpoint.md) that utilize Azure Private Link.
55-
+ Requests made to Azure AI services APIs for [built-in skills](cognitive-search-predefined-skills.md).
55+
+ Requests made to Azure AI services APIs for [built-in skills](cognitive-search-predefined-skills.md)
5656
+ Requests made to the machine learning models that support [semantic ranking](semantic-search-overview.md#availability-and-pricing).
5757

5858
### Outbound traffic
5959

60-
Outbound requests can be secured and managed by you. Outbound requests originate from a search service to other applications. These requests are typically made by indexers for text-based indexing, skills-based AI enrichment, and vectorizations at query time. Outbound requests include both read and write operations.
60+
Outbound requests can be secured and managed by you. Outbound requests originate from a search service to other applications. These requests are typically made by indexers for text-based indexing, custom skills-based AI enrichment, and vectorizations at query time. Outbound requests include both read and write operations.
6161

6262
The following list is a full enumeration of the outbound requests for which you can configure secure connections. A search service makes requests on its own behalf, and on the behalf of an indexer or custom skill.
6363

0 commit comments

Comments
 (0)