You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/private-link/tutorial-private-endpoint-cosmosdb-portal.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: asudbring
6
6
ms.author: allensu
7
7
ms.service: private-link
8
8
ms.topic: tutorial
9
-
ms.date: 06/22/2022
9
+
ms.date: 08/29/2023
10
10
ms.custom: template-tutorial, ignite-2022
11
11
---
12
12
@@ -38,7 +38,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
38
38
39
39
## Create an Azure Cosmos DB account with a private endpoint
40
40
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.
42
42
43
43
1. In the left-hand menu, select **Create a resource** > **Databases** > **Azure Cosmos DB**, or search for **Azure Cosmos DB** in the search box.
44
44
@@ -79,7 +79,7 @@ In this section, you'll create an Azure Cosmos DB account and configure the priv
79
79
| Resource Group | Select **test-rg**. |
80
80
| Location | Select **East US**. |
81
81
| 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**. |
83
83
|**Networking**||
84
84
| Virtual network | Select **test-1**. |
85
85
| Subnet | Select **subnet-1**. |
@@ -118,7 +118,7 @@ In this section, you'll create an Azure Cosmos DB account and configure the priv
118
118
119
119
## Test connectivity to private endpoint
120
120
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**.
122
122
123
123
1. Select **Resource groups** in the left-hand navigation pane.
124
124
@@ -134,9 +134,9 @@ In this section, you'll use the virtual machine you created in the previous step
134
134
135
135
1. Open Windows PowerShell on the server after you connect.
136
136
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:
0 commit comments