Skip to content

Commit 642307a

Browse files
committed
review touchups
1 parent ed287cd commit 642307a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/redis/scripts/create-manage-cache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Choose a [sku](https://azure.microsoft.com/pricing/details/cache/) that has the
5454
Microsoft Entra authentication is enabled by default for all new caches and is recommended for security.
5555

5656
>[!IMPORTANT]
57-
>Use Microsoft Entra ID with managed identities to authorize requests against your cache if possible. Authorization using Microsoft Entra ID and managed identity provides better security and is easier to use than shared access key authorization. For more information about using managed identities with your cache, see [Use Microsoft Entra ID for cache authentication](../../azure-cache-for-redis/cache-azure-active-directory-for-authentication.md).
57+
>Use Microsoft Entra ID with managed identities to authorize requests against your cache if possible. Authorization using Microsoft Entra ID and managed identity provides better security and is easier to use than shared access key authorization. For more information about using managed identities with your cache, see [Use Microsoft Entra for cache authentication with Azure Managed Redis](../entra-for-authentication.md).
5858
5959
Transport Layer Security (TLS) 1.2-1.3 encryption is enabled by default for all new caches. You can enable the non-TLS port and connections during or after cache creation, but for security reasons, disabling TLS isn't recommended.
6060

@@ -225,5 +225,5 @@ az group delete --resource-group $resourceGroup -y
225225

226226
## Related content
227227

228-
- For more information about the Azure CLI, see the [Azure CLI documentation](/cli/azure).
229-
- For an Azure CLI script sample that creates an Azure Cache for Redis Premium cache with clustering, see [Create a Premium Azure Cache for Redis with clustering](../../azure-cache-for-redis/scripts/create-manage-premium-cache-cluster.md).
228+
- [Azure CLI documentation](/cli/azure)
229+
- [Create a Premium Azure Cache for Redis with clustering](../../azure-cache-for-redis/scripts/create-manage-premium-cache-cluster.md)

0 commit comments

Comments
 (0)