Skip to content

Commit a4a0890

Browse files
committed
more formatting
1 parent d48f60a commit a4a0890

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
@@ -28,13 +28,13 @@ Cognitive Search has three basic network traffic patterns:
2828

2929
### Inbound traffic
3030

31-
Inbound requests range from creating objects, loading data, and querying an index. For inbound access to data and operations on your search service, you can implement a progression of security measures, starting with API keys on the request. You can also use Azure Active Directory and role-based access control for data plane operations (currently in preview).
31+
Inbound requests that target a search service endpoint consist of creating objects, processing data, and querying an index.
3232

33-
You can then supplement with [network security features](#service-access-and-authentication), either inbound rules in an IP firewall, or private endpoints that fully shield your service from the public internet.
33+
For inbound access to data and operations on your search service, you can implement a progression of security measures, starting with API keys on the request. You can also use Azure Active Directory and role-based access control for data plane operations (currently in preview). You can then supplement with [network security features](#service-access-and-authentication), either inbound rules in an IP firewall, or private endpoints that fully shield your service from the public internet.
3434

3535
### Outbound traffic
3636

37-
Outbound requests include both read and write operations. The primary agent of an outbound call is an indexer and constituent skillsets:
37+
Outbound requests from a search service to other applications are typically made by indexers. Outbound requests include both read and write operations:
3838

3939
+ Indexers connect to external data sources to read data for indexing.
4040
+ Indexers can also write to Azure Storage when creating knowledge stores, persisting cached enrichments, and persisting debug sessions.

0 commit comments

Comments
 (0)