Skip to content

Commit 117de4b

Browse files
committed
Merged content, remove bogus image
1 parent 0ad80b9 commit 117de4b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to remove TLS 1.0 and 1.1 from your application when comm
44

55

66
ms.topic: conceptual
7-
ms.date: 12/09/2024
7+
ms.date: 02/05/2025
88

99
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1010

@@ -27,7 +27,6 @@ As a part of this effort, you can expect the following changes to Azure Cache fo
2727
- _Phase 1_: Azure Cache for Redis stops offering TLS 1.0/1.1 as an option for _MinimumTLSVersion_ setting for new cache creates. Existing cache instances won't be updated at this point. You can't set the _MinimumTLSVersion_ to 1.0 or 1.1 for your existing cache.
2828
- _Phase 2_: Azure Cache for Redis stops supporting TLS 1.1 and TLS 1.0 starting April 1, 2025. After this change, your application must use TLS 1.2 or later to communicate with your cache. The Azure Cache for Redis service remains available while we update the _MinimumTLSVersion_ for all caches to 1.2.
2929

30-
3130
| Date | Description |
3231
|--|--|
3332
| September 2023 | TLS 1.0/1.1 retirement announcement |
@@ -106,8 +105,6 @@ You can configure TLS 1.2 on the cache by setting the **Minimum TLS version** va
106105

107106
1. Select **1.2** in the **Minimum TLS version** in the working pane. Then, select **Save**.
108107

109-
:::image type="content" source="media/cache-remove-tls-10-11/change-redis-tls-version.png" alt-text="Screenshot showing the Set TLS 1.2 for cache on Azure portal":::
110-
111108
You can also do the same using PowerShell. You need the Az.RedisCache module already installed before running the command.
112109

113110
```powershell

0 commit comments

Comments
 (0)