Skip to content

Commit f10d5bc

Browse files
authored
Merge pull request #298645 from flang-msft/fxl---for-cawa---public-and-private-access-mutually-exclusive-in-Enterprise--32388506
fxll---added file for bug fix for public-private access
2 parents b64c909 + e7b9f04 commit f10d5bc

10 files changed

+67
-120
lines changed

articles/redis/machine-learning.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ You’ll be able to deploy a machine learning model to Azure Functions with any
4444

4545
1. On the **New** page, select **Databases** and then select **Azure Cache for Redis**.
4646

47-
:::image type="content" source="media/private-link/2-select-cache.png" alt-text="Select Azure Cache for Redis.":::
48-
4947
1. On the **New Redis Cache** page, configure the settings for your new cache.
5048

5149
| Setting | Suggested value | Description |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

articles/redis/private-link.md

Lines changed: 64 additions & 114 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
22
title: Create, query, and delete a cache using Azure CLI
33
description: Use the Azure CLI to create an Azure Redis instance, get cache details like status, hostname, ports, and keys, and delete the cache.
4-
5-
64
ms.devlang: azurecli
75
ms.topic: sample
8-
ms.date: 05/08/2025
6+
ms.date: 05/18/2025
97
zone_pivot_groups: redis-type
108
ms.custom:
119
- devx-track-azurecli, ignite-2024, build-2025
@@ -37,6 +35,7 @@ This article describes how to create and delete an Azure Redis cache instance by
3735
:::code language="azurecli" source="~/azure_cli_scripts/redis-cache/create-cache/create-manage-cache.sh" id="FullScript":::
3836
This sample is broken. When it is fixed, we can fix this include.
3937
-->
38+
4039
To create an Azure Managed Redis cache by using Azure CLI, the `name`, `location`, `resourceGroup`, and `sku` parameters are required. Other parameters are optional and have defaults.
4140

4241
You can use the Azure CLI script in this section to create an Azure Managed Redis cache with default settings. You can also use the following other methods to create a cache:

articles/redis/troubleshoot-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can confirm the number of sent packets is equal to the received packets. Con
6969

7070
Steps to check your private endpoint configuration:
7171

72-
1. Verify if your private endpoint is configured correctly. For more information, see [Create a private endpoint with a new Azure Managed Redis instance](private-link.md#create-a-private-endpoint-with-a-new-azure-managed-redis-instance).
72+
1. Verify if your private endpoint is configured correctly. For more information, see [Create a private endpoint with a new Azure Managed Redis instance](private-link.md#create-a-virtual-network-with-a-subnet).
7373

7474
1. Verify if your application is connecting to `<instancename>.<region>.redis.azure.net` on port 10000. We recommend avoiding the use of `<instancename>.<region>.privatelink.redis.cache.windows.net` in the configuration or the connection string.
7575

0 commit comments

Comments
 (0)