From a3b10cf10ed43208a2c60a915373cfe26feba791 Mon Sep 17 00:00:00 2001 From: HeidiSteen Date: Tue, 21 Jun 2022 13:31:25 -0700 Subject: [PATCH] rephrased an intro sentence --- articles/search/search-indexer-securing-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/search/search-indexer-securing-resources.md b/articles/search/search-indexer-securing-resources.md index 8ef746bf1133c..9d5b0ce24ec92 100644 --- a/articles/search/search-indexer-securing-resources.md +++ b/articles/search/search-indexer-securing-resources.md @@ -13,7 +13,7 @@ ms.date: 06/20/2022 # Indexer access to content protected by Azure network security -If your search application requirements include an Azure virtual network, this article explains how a search indexer can access content that's protected by network security. It describes the outbound traffic patterns and indexer execution environments. It also covers the network protections supported by Cognitive Search and factors that might influence feature adoption. Finally, because Azure Storage is used for both data access and persistent storage, this article also covers considerations that are specific to search and storage connectivity. +If your search application requirements include an Azure virtual network, this concept article explains how a search indexer can access content that's protected by network security. It describes the outbound traffic patterns and indexer execution environments. It also covers the network protections supported by Cognitive Search and factors that might influence your approach. Finally, because Azure Storage is used for both data access and persistent storage, this article also covers network considerations that are specific to search and storage connectivity. Looking for step-by-step instructions instead? See [How to configure firewall rules to allow indexer access](search-indexer-howto-access-ip-restricted.md) or [How to make outbound connections through a private endpoint](search-indexer-howto-access-private.md).