Skip to content

Commit 4609c37

Browse files
committed
Minor edits
1 parent f5a2dd8 commit 4609c37

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/cosmos-db/how-to-configure-private-endpoints.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ By using Azure Private Link, you can connect to an Azure Cosmos DB account throu
2020
2121
Private Link allows users to access an Azure Cosmos DB account from within the virtual network or from any peered virtual network. Resources mapped to Private Link are also accessible on-premises over private peering through VPN or Azure ExpressRoute.
2222

23-
You can connect to an Azure Cosmos DB account configured with Private Link by using the automatic or manual approval method. To learn more, see the [Approval workflow](../private-link/private-endpoint-overview.md#access-to-a-private-link-resource-using-approval-workflow) section of the Private Link documentation.
23+
You can connect to an Azure Cosmos DB account configured with Private Link by using the automatic or manual approval method. To learn more, see the [approval workflow](../private-link/private-endpoint-overview.md#access-to-a-private-link-resource-using-approval-workflow) section of the Private Link documentation.
2424

2525
This article describes how to set up private endpoints for Azure Cosmos DB transactional store. It assumes that you're using the automatic approval method. If you're using the analytical store, see [Configure private endpoints for the analytical store](analytical-store-private-endpoints.md).
2626

@@ -47,7 +47,7 @@ Follow these steps to create a private endpoint for an existing Azure Cosmos DB
4747

4848
1. Select **Next: Resource**.
4949

50-
1. In **Create a private endpoint - Resource**, enter or select this information:
50+
1. In the **Create a private endpoint - Resource** pane, enter or select this information:
5151

5252
| Setting | Value |
5353
| ------- | ----- |
@@ -59,7 +59,7 @@ Follow these steps to create a private endpoint for an existing Azure Cosmos DB
5959

6060
1. Select **Next: Virtual Network**.
6161

62-
1. In **Create a private endpoint - Virtual Network**, enter or select this information:
62+
1. In the **Create a private endpoint - Virtual Network** pane, enter or select this information:
6363

6464
| Setting | Value |
6565
| ------- | ----- |
@@ -68,7 +68,7 @@ Follow these steps to create a private endpoint for an existing Azure Cosmos DB
6868

6969
1. Select **Next: DNS**.
7070

71-
1. In **Create a private endpoint - DNS**, enter or select this information:
71+
1. In the **Create a private endpoint - DNS** pane, enter or select this information:
7272

7373
| Setting | Value |
7474
| ------- | ----- |
@@ -85,7 +85,7 @@ When you have an approved Private Link for an Azure Cosmos DB account, in the Az
8585

8686
The following table shows the mapping between different Azure Cosmos DB account API types, supported subresources, and the corresponding private zone names. You can also access the Gremlin and API for Table accounts through the API for NoSQL, so there are two entries for these APIs. There's also an extra entry for the API for NoSQL for accounts using the [dedicated gateway](./dedicated-gateway.md).
8787

88-
|Azure Cosmos DB account API type |Supported subresources (or group IDs) |Private zone name |
88+
|Azure Cosmos DB account API type |Supported subresources or group IDs |Private zone name |
8989
|---------|---------|---------|
9090
|NoSQL | Sql | privatelink.documents.azure.com |
9191
|NoSQL | SqlDedicated | privatelink.sqlx.cosmos.azure.com |
@@ -107,8 +107,8 @@ After the private endpoint is provisioned, you can query the IP addresses. To vi
107107

108108
Multiple IP addresses are created per private endpoint:
109109

110-
* One for the global (region-agnostic) endpoint of the Azure Cosmos DB account
111-
* One for each region where the Azure Cosmos DB account is deployed
110+
* One for the global region-agnostic endpoint of the Azure Cosmos DB account.
111+
* One for each region where the Azure Cosmos DB account is deployed.
112112

113113
## Create a private endpoint by using Azure PowerShell
114114

@@ -422,7 +422,7 @@ After the template is deployed successfully, you can see an output similar to wh
422422

423423
After the template is deployed, the private IP addresses are reserved within the subnet. The firewall rule of the Azure Cosmos DB account is configured to accept connections from the private endpoint only.
424424

425-
### Integrate the private endpoint with a Private DNS zone
425+
### Integrate the private endpoint with a private DNS zone
426426

427427
Use the following code to create a Resource Manager template named *PrivateZone_template.json*. This template creates a private DNS zone for an existing Azure Cosmos DB API for NoSQL account in an existing virtual network.
428428

@@ -631,7 +631,7 @@ New-AzResourceGroupDeployment -Name "PrivateZoneGroupDeployment" `
631631

632632
## Configure custom DNS
633633

634-
You should use a private DNS zone within the subnet where you've created the private endpoint. Configure the endpoints so that each private IP address is mapped to a DNS entry. See the `fqdns` property in the response shown earlier.
634+
You should use a private DNS zone within the subnet where you've created the private endpoint. Configure the endpoints so that each private IP address is mapped to a DNS entry. See the *fqdns* property in the response shown earlier.
635635

636636
When you're creating the private endpoint, you can integrate it with a private DNS zone in Azure. If you choose to instead use a custom DNS zone, you have to configure it to add DNS records for all private IP addresses reserved for the private endpoint.
637637

@@ -658,20 +658,20 @@ For an example showing how to use this flag, see [this Azure Resource Manager te
658658

659659
## Adding private endpoints to an existing Azure Cosmos DB account with no downtime
660660

661-
By default, adding a private endpoint to an existing account results in a short downtime of approximately 5 minutes. Follow these instructions to avoid this downtime:
661+
By default, adding a private endpoint to an existing account results in a short downtime of approximately five minutes. Follow these instructions to avoid this downtime:
662662

663663
1. Add IP or virtual network rules to your firewall configuration to explicitly allow your client connections.
664664
1. Wait for 10 minutes to ensure that the configuration update is applied.
665665
1. Configure your new private endpoint.
666-
1. Remove the firewall rules set at step 1.
666+
1. Remove the firewall rules set in step 1.
667667

668668
## Port range when using direct mode
669669

670670
When you use Private Link with an Azure Cosmos DB account through a direct mode connection, you need to ensure that the full range of TCP ports (0 - 65535) is open.
671671

672672
## Update a private endpoint when you add or remove a region
673673

674-
For example, if you deploy an Azure Cosmos DB account in three regions: *West US*, *Central US*, and *West Europe*. When you create a private endpoint for your account, four private IPs are reserved in the subnet. There's one IP for each of the three regions, and there's one IP for the global/region-agnostic endpoint. Later, you might add a new region to the Azure Cosmos DB account. The private DNS zone is updated as follows:
674+
There are three regions for Azure Cosmos DB account deployments: *West US*, *Central US*, and *West Europe*. When you create a private endpoint for your account, four private IPs are reserved in the subnet. There's one IP for each of the three regions, and there's one IP for the global region-agnostic endpoint. Later, you might add a new region to the Azure Cosmos DB account. The private DNS zone is updated as follows:
675675

676676
- **If private DNS zone group is used:**
677677

@@ -685,7 +685,7 @@ For example, if you deploy an Azure Cosmos DB account in three regions: *West US
685685

686686
## Current limitations
687687

688-
The following limitations apply when you're using Private Link with an Azure Cosmos DB account:
688+
The following limitations apply when you use Private Link with an Azure Cosmos DB account:
689689

690690
* You can't have more than 200 private endpoints on a single Azure Cosmos DB account.
691691

0 commit comments

Comments
 (0)