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-overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.service: cognitive-search
10
10
ms.custom:
11
11
- ignite-2023
12
12
ms.topic: conceptual
13
-
ms.date: 05/28/2024
13
+
ms.date: 06/28/2024
14
14
---
15
15
16
16
# 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
23
23
24
24
Azure AI Search has three basic network traffic patterns:
25
25
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)
27
27
+ Outbound requests issued by the search service to other services on Azure and elsewhere
28
28
+ Internal service-to-service requests over the secure Microsoft backbone network
29
29
@@ -52,12 +52,12 @@ Internal requests are secured and managed by Microsoft. You can't configure or c
52
52
Internal traffic consists of:
53
53
54
54
+ 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)
56
56
+ Requests made to the machine learning models that support [semantic ranking](semantic-search-overview.md#availability-and-pricing).
57
57
58
58
### Outbound traffic
59
59
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.
61
61
62
62
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.
0 commit comments