Skip to content

Commit 54e27b2

Browse files
authored
Merge pull request #190083 from flang-msft/fxl--ssl-certificate-used-by-the-redis-service-13056873
Fxl ssl certificate used by the redis service 13056873
2 parents 5b51a4c + db9ad0a commit 54e27b2

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

articles/azure-cache-for-redis/cache-private-link.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: flang-msft
55
ms.author: franlanglois
66
ms.service: cache
77
ms.topic: conceptual
8-
ms.date: 3/31/2021
8+
ms.date: 02/28/2022
99
---
1010

1111
# Azure Cache for Redis with Azure Private Link
@@ -66,7 +66,7 @@ In this section, you'll create a new Azure Cache for Redis instance with a priva
6666

6767
10. Select the **Review + create** tab or select the **Review + create** button.
6868

69-
11. Verify that all the information is correct and select **Create** to provision the virtual network.
69+
11. Verify that all the information is correct and select **Create** to create the virtual network.
7070

7171
### Create an Azure Cache for Redis instance with a private endpoint
7272

@@ -124,7 +124,7 @@ It takes a while for the cache to create. You can monitor progress on the Azure
124124

125125
In this section, you'll add a private endpoint to an existing Azure Cache for Redis instance.
126126

127-
### Create a virtual network for you existing cache
127+
### Create a virtual network for your existing cache
128128

129129
To create a virtual network, follow these steps.
130130

@@ -155,7 +155,7 @@ To create a virtual network, follow these steps.
155155

156156
1. Select the **Review + create** tab or select the **Review + create** button.
157157

158-
1. Verify that all the information is correct and select **Create** to provision the virtual network.
158+
1. Verify that all the information is correct and select **Create** to create the virtual network.
159159

160160
### Create a private endpoint
161161

@@ -316,6 +316,7 @@ az network private-endpoint delete --name MyPrivateEndpoint --resource-group MyR
316316

317317
## FAQ
318318

319+
- [How do I connect to my cache with private endpoint?](#how-do-i-connect-to-my-cache-with-private-endpoint)
319320
- [Why can't I connect to a private endpoint?](#why-cant-i-connect-to-a-private-endpoint)
320321
- [What features aren't supported with private endpoints?](#what-features-arent-supported-with-private-endpoints)
321322
- [How do I verify if my private endpoint is configured correctly?](#how-do-i-verify-if-my-private-endpoint-is-configured-correctly)
@@ -326,6 +327,14 @@ az network private-endpoint delete --name MyPrivateEndpoint --resource-group MyR
326327
- [Are network security groups (NSG) enabled for private endpoints?](#are-network-security-groups-nsg-enabled-for-private-endpoints)
327328
- [My private endpoint instance isn't in my VNet, so how is it associated with my VNet?](#my-private-endpoint-instance-isnt-in-my-vnet-so-how-is-it-associated-with-my-vnet)
328329

330+
### How do I connect to my cache with private endpoint?
331+
332+
Your application should connect to `<cachename>.redis.cache.windows.net` on port `6380`. We recommend avoiding the use of `<cachename>.privatelink.redis.cache.windows.net` in configuration or connection string.
333+
334+
A private DNS zone, named `*.privatelink.redis.cache.windows.net`, is automatically created in your subscription. The private DNS zone is vital for establishing the TLS connection with the private endpoint.
335+
336+
For more information, see [Azure services DNS zone configuration](/azure/private-link/private-endpoint-dns).
337+
329338
### Why can't I connect to a private endpoint?
330339

331340
- Private endpoints can't be used with your cache instance if your cache is already a VNet injected cache.
@@ -339,7 +348,7 @@ Trying to connect from the Azure portal console is an unsupported scenario where
339348

340349
### How do I verify if my private endpoint is configured correctly?
341350

342-
You can run a command like `nslookup` from within the VNet that is linked to the private endpoint to verify that the command resolves to the private IP address for the cache. The private IP address is found by selecting your **Private endpoint** from your resources. On the resource menu on the left, select **DNS configuration**. In the working pane on the right, you see the IP address for the **Network Interface**.
351+
Go to **Overview** in the Resource menu on the portal. You see the **Host name** for your cache in the working pane. Run a command like `nslookup <hostname>` from within the VNet that is linked to the private endpoint to verify that the command resolves to the private IP address for the cache.
343352

344353
:::image type="content" source="media/cache-private-link/cache-private-ip-address.png" alt-text="In the Azure portal, private endpoint D N S settings.":::
345354

@@ -374,7 +383,7 @@ Refer to our [migration guide](cache-vnet-migration.md) for different approaches
374383

375384
### How can I have multiple endpoints in different virtual networks?
376385

377-
To have multiple private endpoints in different virtual networks, the private DNS zone must be manually configured to the multiple virtual networks _before_ creating the private endpoint. For more information, see [Azure Private Endpoint DNS configuration](../private-link/private-endpoint-dns.md).
386+
To have multiple private endpoints in different virtual networks, the private DNS zone must be manually configured to the multiple virtual networks *before* creating the private endpoint. For more information, see [Azure Private Endpoint DNS configuration](../private-link/private-endpoint-dns.md).
378387

379388
### What happens if I delete all the private endpoints on my cache?
380389

@@ -393,4 +402,4 @@ It's only linked to your VNet. Because it's not in your VNet, NSG rules don't ne
393402
## Next steps
394403

395404
- To learn more about Azure Private Link, see the [Azure Private Link documentation](../private-link/private-link-overview.md).
396-
- To compare various network isolation options for your cache instance, see [Azure Cache for Redis network isolation options documentation](cache-network-isolation.md).
405+
- To compare various network isolation options for your cache, see [Azure Cache for Redis network isolation options documentation](cache-network-isolation.md).

0 commit comments

Comments
 (0)