Skip to content

Commit 737d4ee

Browse files
authored
Merge pull request #115776 from ThomasWeiss/thweiss-cosmosdb-postbuild
Removed obsolete limitations
2 parents 8a5d771 + b198818 commit 737d4ee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -641,12 +641,10 @@ The following limitations apply when you're using Private Link with an Azure Cos
641641

642642
* When you're using an Azure Cosmos DB's API for MongoDB account that has Private Link, some tools or libraries may not work as they automatically strip out the `appName` parameter from the connection string. This parameter is required to connect to the account over a private endpoint. Some tools, like Visual Studio Code, do not remove this parameter from the connection string and are therefore compatible.
643643

644-
* You can't move or delete a virtual network if it contains Private Link.
645-
646-
* You can't fail over an Azure Cosmos account to a region that's not mapped to all private endpoints attached to the account.
647-
648644
* A network administrator should be granted at least the `Microsoft.DocumentDB/databaseAccounts/PrivateEndpointConnectionsApproval/action` permission at the Azure Cosmos account scope to create automatically approved private endpoints.
649645

646+
* Direct mode isn't currently supported in China-based Azure regions.
647+
650648
### Limitations to private DNS zone integration
651649

652650
DNS records in the private DNS zone are not removed automatically when you delete a private endpoint or you remove a region from the Azure Cosmos account. You must manually remove the DNS records before:

0 commit comments

Comments
 (0)