Skip to content

Commit e95d056

Browse files
Merge pull request #289070 from shpathak-msft/patch-4
Clarify cache-remove-tls-10-11.md
2 parents 19c8c84 + 859a51c commit e95d056

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/azure-cache-for-redis/cache-remove-tls-10-11.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ The following sections provide guidance about how to detect dependencies on thes
5353

5454
You can find out whether your application works with TLS 1.2 by setting the **Minimum TLS version** value to TLS 1.2 on a test or staging cache, then running tests. The **Minimum TLS version** setting is in the [Advanced settings](cache-configure.md#advanced-settings) of your cache instance in the Azure portal. If the application continues to function as expected after this change, then your app is using TLS 1.2 or newer.
5555

56-
> [!NOTE]
57-
> With your cache open in the portal, select **Advanced** in the resource menu. If the Minimum TLS version for your cache instance is set to **Default**, your Minimum TLS version is set to TLS 1.2. TLS 1.2 is the default value that is assigned to your cache instance when no explicit value is chosen.
58-
>
59-
6056
### Configure your application to use TLS 1.2 or later
6157

6258
Most applications use Redis client libraries to handle communication with their caches. Here are instructions for configuring some of the popular client libraries, in various programming languages and frameworks, to use TLS 1.2 or later.

0 commit comments

Comments
 (0)