Skip to content

Commit db9ad0a

Browse files
committed
remove comment, acrolinx
1 parent d4b70a3 commit db9ad0a

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

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

Lines changed: 7 additions & 10 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: 02/09/2022
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

@@ -327,7 +327,6 @@ az network private-endpoint delete --name MyPrivateEndpoint --resource-group MyR
327327
- [Are network security groups (NSG) enabled for private endpoints?](#are-network-security-groups-nsg-enabled-for-private-endpoints)
328328
- [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)
329329

330-
331330
### How do I connect to my cache with private endpoint?
332331

333332
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.
@@ -349,9 +348,7 @@ Trying to connect from the Azure portal console is an unsupported scenario where
349348

350349
### How do I verify if my private endpoint is configured correctly?
351350

352-
Go to **Overview** in the Resource menu on the portal. You see the **Host name** for you 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.
353-
354-
<!-- 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.
355352

356353
:::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.":::
357354

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

387384
### How can I have multiple endpoints in different virtual networks?
388385

389-
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).
390387

391388
### What happens if I delete all the private endpoints on my cache?
392389

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

407404
- To learn more about Azure Private Link, see the [Azure Private Link documentation](../private-link/private-link-overview.md).
408-
- 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)