Skip to content

Commit 9c4060c

Browse files
committed
corrections
1 parent e1deb0d commit 9c4060c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Tutorial: Connect to an Azure Cosmos account using an Azure Private endpoint'
33
titleSuffix: Azure Private Link
4-
description: Get started with this tutorial using Azure Private endpoint to connect to an Azure Cosmos account privately.
4+
description: Get started with this tutorial using Azure Private endpoint to connect to an Azure Cosmos DB account privately.
55
author: asudbring
66
ms.author: allensu
77
ms.service: private-link
@@ -12,7 +12,7 @@ ms.custom: template-tutorial #Required; leave this attribute/value as-is.
1212

1313
# Tutorial: Connect to an Azure Cosmos account using an Azure Private Endpoint
1414

15-
Azure Private endpoint is the fundamental building block for Private Link in Azure. It enables Azure resources, like virtual machines (VMs), to communicate with Private Link resources privately.
15+
Azure Private endpoint is the fundamental building block for Private Link in Azure. It enables Azure resources, like virtual machines (VMs), to privately and securely communicate with Private Link resources such as Azure Cosmos DB.
1616

1717
In this tutorial, you learn how to:
1818

@@ -173,12 +173,12 @@ In this section, you'll create a Cosmos DB account and configure the private end
173173
| Resource Group | Select **myResourceGroup**. |
174174
| Location | Select **East US**. |
175175
| Name | Enter **myPrivateEndpoint**. |
176-
| CosmosDB sub-resource | Leave the default **Core (SQL) - Recommended** |
176+
| CosmosDB sub-resource | Leave the default **Core (SQL) - Recommended**. |
177177
| **Networking** | |
178-
| Virtual network | Select **myVNet** |
179-
| Subnet | Select **mySubnet** |
180-
| **Private DNS integration** |
181-
| Integrate with private DNS zone | Leave the default **Yes** |
178+
| Virtual network | Select **myVNet**. |
179+
| Subnet | Select **mySubnet**. |
180+
| **Private DNS integration** | |
181+
| Integrate with private DNS zone | Leave the default **Yes**. |
182182
| Private DNS Zone | Leave the default **(New) privatelink.documents.azure.com**. |
183183

184184
7. Select **OK**.
@@ -201,18 +201,18 @@ In this section, you'll create a Cosmos DB account and configure the private end
201201
| ------- | ----- |
202202
| Database id | Leave the default of **Create new**. </br> Enter **mydatabaseid** in the box. |
203203
| Database throughput (400 - unlimited RU/s) | Select **Manual**. </br> Enter **400** in the box. |
204-
| Container id | Enter **mycontainerid** |
205-
| Partition key | Enter **/mykey** |
204+
| Container id | Enter **mycontainerid**. |
205+
| Partition key | Enter **/mykey**. |
206206

207207
5. Select **OK**.
208208

209-
6. In the **Settings** section of the CosmosDB account, select **Keys**.
209+
6. In the **Settings** section of the Cosmos DB account, select **Keys**.
210210

211211
7. Select copy on the **PRIMARY CONNECTION STRING**. A valid connection string is in the format: `AccountEndpoint=https://<cosmosdb-account-name>.documents.azure.com:443/;AccountKey=<accountKey>;`
212212

213213
## Test connectivity to private endpoint
214214

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

217217
1. Select **Resource groups** in the left-hand navigation pane.
218218

@@ -243,7 +243,7 @@ In this section, you'll use the virtual machine you created in the previous step
243243
244244
1. Go to https://cosmos.azure.com/. Select **Connect to your account with connection string**, then paste the connection string that you copied in the previous steps and select **Connect**.
245245
246-
1. Under the SQL API left-hand menu, you see the database id and container id that you previously created in your CosmosDB account.
246+
1. Under the SQL API left-hand menu, you see **mydatabaseid** and **mycontainerid** that you previously created in **mycosmosdb**.
247247
248248
1. Close the connection to **myVM**.
249249
@@ -271,4 +271,4 @@ In this tutorial, you learned how to create:
271271
272272
Learn how to connect to a web app using an Azure Private Endpoint:
273273
> [!div class="nextstepaction"]
274-
> [Connect to a web app](tutorial-private-endpoint-webapp-portal.md)
274+
> [Connect to a web app using Private Endpoint](tutorial-private-endpoint-webapp-portal.md)

0 commit comments

Comments
 (0)