Skip to content

Commit dbe4e60

Browse files
committed
Mike's edits on TLS entry
1 parent b15fa2f commit dbe4e60

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/search/search-security-overview.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,17 @@ Optionally, you can add customer-managed keys (CMK) for supplemental encryption
195195

196196
### Data in transit
197197

198-
In Azure AI Search, encryption starts with connections and transmissions. For search services on the public internet, Azure AI Search listens on HTTPS port 443.
198+
For search service connections over the public internet, Azure AI Search listens on HTTPS port 443.
199199

200-
Client-to-service connections use TLS 1.2 or TLS 1.3 depending on the version of the .NET Framework you're targeting and the operating system of your client computers. Newer operating systems and versions of .NET use TLS 1.3 by default, but you can also specify TLS 1.3 on a client request. For more information, see [Transport Layer Security (TLS) best practices with .NET Framework](/dotnet/framework/network-programming/tls).
200+
Client-to-service channel encryption is either TLS 1.2 or 1.3:
201+
202+
+ TLS 1.3 is the default on newer client operating systems and versions of .NET.
203+
+ TLS 1.2 is the default on older systems, but you can [explicitly specify 1.3 on a client request](/dotnet/framework/network-programming/tls).
201204

202205
Earlier versions of TLS (1.0 or 1.1) aren't supported.
203206

207+
For more information, see [TLS support in .NET Framework](/dotnet/framework/network-programming/tls#tls-support-in-net-framework).
208+
204209
### Data at rest
205210

206211
For data handled internally by the search service, the following table describes the [data encryption models](../security/fundamentals/encryption-models.md). Some features, such as knowledge store, incremental enrichment, and indexer-based indexing, read from or write to data structures in other Azure Services. Services that have a dependency on Azure Storage can use the [encryption features](../storage/common/storage-service-encryption.md) of that technology.

0 commit comments

Comments
 (0)