Skip to content

Commit 85f4dc4

Browse files
committed
added include files for new vnet changes
1 parent 45d2cc9 commit 85f4dc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/private-link/tutorial-private-endpoint-cosmosdb-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: asudbring
66
ms.author: allensu
77
ms.service: private-link
88
ms.topic: tutorial
9-
ms.date: 06/22/2022
9+
ms.date: 08/29/2023
1010
ms.custom: template-tutorial, ignite-2022
1111
---
1212

@@ -38,7 +38,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
3838

3939
## Create an Azure Cosmos DB account with a private endpoint
4040

41-
In this section, you'll create an Azure Cosmos DB account and configure the private endpoint.
41+
In this section, you create an Azure Cosmos DB account and configure the private endpoint.
4242

4343
1. In the left-hand menu, select **Create a resource** > **Databases** > **Azure Cosmos DB**, or search for **Azure Cosmos DB** in the search box.
4444

@@ -79,7 +79,7 @@ In this section, you'll create an Azure Cosmos DB account and configure the priv
7979
| Resource Group | Select **test-rg**. |
8080
| Location | Select **East US**. |
8181
| Name | Enter **private-endpoint**. |
82-
| Azure Cosmos DB sub-resource | Leave the default **Azure Cosmos DB for NoSQL - Recommended**. |
82+
| Azure Cosmos DB subresource | Leave the default **Azure Cosmos DB for NoSQL - Recommended**. |
8383
| **Networking** | |
8484
| Virtual network | Select **test-1**. |
8585
| Subnet | Select **subnet-1**. |
@@ -118,7 +118,7 @@ In this section, you'll create an Azure Cosmos DB account and configure the priv
118118

119119
## Test connectivity to private endpoint
120120

121-
In this section, you'll use the virtual machine you created in the previous steps to connect to the Azure Cosmos DB account across the private endpoint using **Azure Cosmos DB Explorer**.
121+
In this section, you use the virtual machine you created in the previous steps to connect to the Azure Cosmos DB account across the private endpoint using **Azure Cosmos DB Explorer**.
122122

123123
1. Select **Resource groups** in the left-hand navigation pane.
124124

@@ -134,9 +134,9 @@ In this section, you'll use the virtual machine you created in the previous step
134134

135135
1. Open Windows PowerShell on the server after you connect.
136136

137-
1. Enter `nslookup <cosmosdb-account-name>.documents.azure.com` and validate the name resolution. Replace **\<cosmosdb-account-name>** with the name of the Azure Cosmos DB account you created in the previous steps. You'll receive a message similar to what is displayed below:
137+
1. Enter `nslookup <cosmosdb-account-name>.documents.azure.com` and validate the name resolution. Replace **\<cosmosdb-account-name>** with the name of the Azure Cosmos DB account you created in the previous steps. You receive a message similar to the following message:
138138

139-
```powershell
139+
```output
140140
Server: UnKnown
141141
Address: 168.63.129.16
142142

0 commit comments

Comments
 (0)