Skip to content

Commit 0f9c09c

Browse files
author
Thomas Weiss
committed
Updated private endpoint FW rules
1 parent e13bb21 commit 0f9c09c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to set up Azure Private Link to access an Azure Cosmos ac
44
author: ThomasWeiss
55
ms.service: cosmos-db
66
ms.topic: conceptual
7-
ms.date: 05/14/2020
7+
ms.date: 05/27/2020
88
ms.author: thweiss
99
---
1010

@@ -613,9 +613,11 @@ The following situations and outcomes are possible when you use Private Link in
613613

614614
* If you don't configure any firewall rules, then by default, all traffic can access an Azure Cosmos account.
615615

616-
* If you configure public traffic or a service endpoint and you create private endpoints, then different types of incoming traffic are authorized by the corresponding type of firewall rule.
616+
* If you configure public traffic or a service endpoint and you create private endpoints, then different types of incoming traffic are authorized by the corresponding type of firewall rule. If a private endpoint is configured in a subnet where service endpoint is also configured:
617+
* traffic to the database account mapped by the private endpoint is routed via private endpoint,
618+
* traffic to other database accounts from the subnet is routed via service endpoint.
617619

618-
* If you don't configure any public traffic or service endpoint and you create private endpoints, then the Azure Cosmos account is accessible only through the private endpoints. If you don't configure public traffic or a service endpoint, after all approved private endpoints are rejected or deleted, the account is open to the entire network.
620+
* If you don't configure any public traffic or service endpoint and you create private endpoints, then the Azure Cosmos account is accessible only through the private endpoints. If you don't configure public traffic or a service endpoint, after all approved private endpoints are rejected or deleted, the account is open to the entire network unless PublicNetworkAccess is set to Disabled (see section below).
619621

620622
## Blocking public network access during account creation
621623

0 commit comments

Comments
 (0)