Skip to content

Commit fcd7287

Browse files
committed
add necessary links
1 parent f91fca0 commit fcd7287

5 files changed

+10
-5
lines changed

TOC-tidb-cloud.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
- Connect to Your TiDB Cloud Dedicated Cluster
157157
- [Connection Method Overview](/tidb-cloud/connect-to-tidb-cluster.md)
158158
- [Connect via Public Connection](/tidb-cloud/connect-via-standard-connection.md)
159-
- [Connect via Private Endpoint with AWS](/tidb-cloud/set-up-private-endpoint-connections-on-aws.md)
159+
- [Connect via Private Endpoint with AWS](/tidb-cloud/set-up-private-endpoint-connections.md)
160160
- [Connect via Private Endpoint with Azure](/tidb-cloud/set-up-private-endpoint-connections-on-azure.md)
161161
- [Connect via Private Endpoint (Private Service Connect) with Google Cloud](/tidb-cloud/set-up-private-endpoint-connections-on-google-cloud.md)
162162
- [Connect via VPC Peering](/tidb-cloud/set-up-vpc-peering-connections.md)
@@ -352,6 +352,7 @@
352352
- TiDB Cloud Dedicated
353353
- [Configure an IP Access List](/tidb-cloud/configure-ip-access-list.md)
354354
- [Connect via Private Endpoint with AWS](/tidb-cloud/set-up-private-endpoint-connections.md)
355+
- [Connect via Private Endpoint with Azure](/tidb-cloud/set-up-private-endpoint-connections-on-azure.md)
355356
- [Connect via Private Endpoint (Private Service Connect) with Google Cloud](/tidb-cloud/set-up-private-endpoint-connections-on-google-cloud.md)
356357
- [Connect via VPC Peering](/tidb-cloud/set-up-vpc-peering-connections.md)
357358
- [TLS Connections to TiDB Cloud Dedicated](/tidb-cloud/tidb-cloud-tls-connect-to-dedicated.md)

tidb-cloud/connect-to-tidb-cluster.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ After your TiDB Cloud Dedicated cluster is created on TiDB Cloud, you can connec
2828
Private endpoint connection provides a private endpoint to allow SQL clients in your VPC to securely access TiDB Cloud Dedicated clusters. This uses the private link service provided by different cloud providers, which provides highly secure and one-way access to database services with simplified network management.
2929

3030
- For TiDB Cloud Dedicated clusters hosted on AWS, the private endpoint connection uses AWS PrivateLink. For more information, see [Connect to a TiDB Cloud Dedicated Cluster via Private Endpoint with AWS](/tidb-cloud/set-up-private-endpoint-connections.md).
31+
- For TiDB Cloud Dedicated clusters hosted on Azure, the private endpoint connection uses Azure Private Link. For more information, see [Connect to a TiDB Cloud Dedicated Cluster via Private Endpoint with Azure](/tidb-cloud/set-up-private-endpoint-connections-on-azure.md).
3132
- For TiDB Cloud Dedicated clusters hosted on Google Cloud, the private endpoint connection uses Google Cloud Private Service Connect. For more information, see [Connect to a TiDB Cloud Dedicated Cluster via Google Cloud Private Service Connect](/tidb-cloud/set-up-private-endpoint-connections-on-google-cloud.md).
3233

3334
- [VPC peering](/tidb-cloud/set-up-vpc-peering-connections.md)

tidb-cloud/set-up-private-endpoint-connections-on-google-cloud.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This document describes how to connect to your TiDB Cloud Dedicated cluster via
1010
> **Tip:**
1111
>
1212
> - To learn how to connect to a TiDB Cloud Dedicated cluster via private endpoint with AWS, see [Connect to TiDB Cloud Dedicated via Private Endpoint with AWS](/tidb-cloud/set-up-private-endpoint-connections.md).
13+
> - To learn how to connect to a TiDB Cloud Dedicated cluster via private endpoint with Azure, see [Connect to a TiDB Cloud Dedicated Cluster via Private Endpoint with Azure](/tidb-cloud/set-up-private-endpoint-connections-on-azure.md).
1314
> - To learn how to connect to a TiDB Cloud Serverless cluster via private endpoint, see [Connect to TiDB Cloud Serverless via Private Endpoint](/tidb-cloud/set-up-private-endpoint-connections-serverless.md).
1415
1516
TiDB Cloud supports highly secure and one-way access to the TiDB Cloud service hosted in a Google Cloud VPC via the [Private Service Connect](https://cloud.google.com/vpc/docs/private-service-connect). You can create an endpoint and use it to connect to the TiDB Cloud service .

tidb-cloud/set-up-private-endpoint-connections-serverless.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ This document describes how to connect to your TiDB Cloud Serverless cluster via
99

1010
> **Tip:**
1111
>
12-
> To learn how to connect to a TiDB Cloud Dedicated cluster via private endpoint with AWS, see [Connect to TiDB Cloud Dedicated via Private Endpoint with AWS](/tidb-cloud/set-up-private-endpoint-connections.md).
13-
> To learn how to connect to a TiDB Cloud Dedicated cluster via private endpoint with Google Cloud, see [Connect to TiDB Cloud Dedicated via Private Service Connect with Google Cloud](/tidb-cloud/set-up-private-endpoint-connections-on-google-cloud.md).
12+
> - To learn how to connect to a TiDB Cloud Dedicated cluster via private endpoint with AWS, see [Connect to TiDB Cloud Dedicated via Private Endpoint with AWS](/tidb-cloud/set-up-private-endpoint-connections.md).
13+
> - To learn how to connect to a TiDB Cloud Dedicated cluster via private endpoint with Azure, see [Connect to a TiDB Cloud Dedicated Cluster via Private Endpoint with Azure](/tidb-cloud/set-up-private-endpoint-connections-on-azure.md).
14+
> - To learn how to connect to a TiDB Cloud Dedicated cluster via private endpoint with Google Cloud, see [Connect to TiDB Cloud Dedicated via Private Service Connect with Google Cloud](/tidb-cloud/set-up-private-endpoint-connections-on-google-cloud.md).
1415
1516
TiDB Cloud supports highly secure and one-way access to the TiDB Cloud service hosted in an AWS VPC via the [AWS PrivateLink](https://aws.amazon.com/privatelink/?privatelink-blogs.sort-by=item.additionalFields.createdDate&privatelink-blogs.sort-order=desc), as if the service were in your own VPC. A private endpoint is exposed in your VPC and you can create a connection to the TiDB Cloud service via the endpoint with permission.
1617

tidb-cloud/set-up-private-endpoint-connections.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ This document describes how to connect to your TiDB Cloud Dedicated cluster via
99

1010
> **Tip:**
1111
>
12-
> To learn how to connect to a TiDB Cloud Serverless cluster via private endpoint, see [Connect to TiDB Cloud Serverless via Private Endpoint](/tidb-cloud/set-up-private-endpoint-connections-serverless.md).
13-
> To learn how to connect to a TiDB Cloud Dedicated cluster via private endpoint with Google Cloud, see [Connect to TiDB Cloud Dedicated via Private Service Connect with Google Cloud](/tidb-cloud/set-up-private-endpoint-connections-on-google-cloud.md).
12+
> - To learn how to connect to a TiDB Cloud Serverless cluster via private endpoint, see [Connect to TiDB Cloud Serverless via Private Endpoint](/tidb-cloud/set-up-private-endpoint-connections-serverless.md).
13+
> - To learn how to connect to a TiDB Cloud Dedicated cluster via private endpoint with Azure, see [Connect to a TiDB Cloud Dedicated Cluster via Private Endpoint with Azure](/tidb-cloud/set-up-private-endpoint-connections-on-azure.md).
14+
> - To learn how to connect to a TiDB Cloud Dedicated cluster via private endpoint with Google Cloud, see [Connect to TiDB Cloud Dedicated via Private Service Connect with Google Cloud](/tidb-cloud/set-up-private-endpoint-connections-on-google-cloud.md).
1415
1516
TiDB Cloud supports highly secure and one-way access to the TiDB Cloud service hosted in an AWS VPC via the [AWS PrivateLink](https://aws.amazon.com/privatelink/?privatelink-blogs.sort-by=item.additionalFields.createdDate&privatelink-blogs.sort-order=desc), as if the service were in your own VPC. A private endpoint is exposed in your VPC and you can create a connection to the TiDB Cloud service via the endpoint with permission.
1617

0 commit comments

Comments
 (0)