diff --git a/src/current/cockroachcloud/connect-to-an-advanced-cluster.md b/src/current/cockroachcloud/connect-to-an-advanced-cluster.md
index 0f84be7fadf..d0f23a35dc0 100644
--- a/src/current/cockroachcloud/connect-to-an-advanced-cluster.md
+++ b/src/current/cockroachcloud/connect-to-an-advanced-cluster.md
@@ -48,10 +48,6 @@ Private connectivity can be configured only after a cluster is created.
#### GCP Private Service Connect
-{{site.data.alerts.callout_info}}
-{% include_cached feature-phases/preview.md %}
-{{site.data.alerts.end}}
-
1. Navigate to your cluster's **Networking > Private endpoint** tab.
1. Click **Add a private endpoint**. Copy the value provided for **Target service**. Do not close this browser window.
1. In a new browser window, log in to Google Cloud Console, go to **Private Service Connect** section, and create a new endpoint in the same VPC as your application. For details, refer to [Create an endpoint](https://cloud.google.com/vpc/docs/configure-private-service-connect-services#create-endpoint) in the Google Cloud documentation.
@@ -99,10 +95,6 @@ To establish an AWS PrivateLink connection, refer to [Managing AWS PrivateLink f
#### Azure Private Link
-{{site.data.alerts.callout_success}}
-{% include_cached feature-phases/preview.md %}
-{{site.data.alerts.end}}
-
1. Navigate to your cluster's **Networking > Private endpoint** tab.
1. Click **Add a private endpoint**. Copy the value provided for **Alias**. Do not close this browser window.
1. In a new browser window, log in to Azure Console and create a new private endpoint for your cluster.
diff --git a/src/current/cockroachcloud/connect-to-your-cluster.md b/src/current/cockroachcloud/connect-to-your-cluster.md
index bde98d704fe..199eea7b4bc 100644
--- a/src/current/cockroachcloud/connect-to-your-cluster.md
+++ b/src/current/cockroachcloud/connect-to-your-cluster.md
@@ -73,10 +73,6 @@ Self-service VPC peering setup is not supported for CockroachDB {{ site.data.pro
#### GCP Private Service Connect
-{{site.data.alerts.callout_info}}
-{% include_cached feature-phases/preview.md %}
-{{site.data.alerts.end}}
-
1. Navigate to your cluster's **Networking > Private endpoint** tab.
1. Click **Add a private endpoint**. Copy the value provided for **Target service**. Do not close this browser window.
1. In a new browser window, log in to Google Cloud Console, go to **Private Service Connect** section, and create a new endpoint in the same VPC as your application. For details, refer to [Create an endpoint](https://cloud.google.com/vpc/docs/configure-private-service-connect-services#create-endpoint) in the Google Cloud documentation.
@@ -104,10 +100,6 @@ To establish an AWS PrivateLink connection, refer to [Managing AWS PrivateLink f
#### Azure Private Link
-{{site.data.alerts.callout_success}}
-{% include_cached feature-phases/preview.md %}
-{{site.data.alerts.end}}
-
1. Navigate to your cluster's **Networking > Private endpoint** tab.
1. Click **Add a private endpoint**. Copy the value provided for **Alias**. Do not close this browser window.
1. In a new browser window, log in to Azure Console and create a new private endpoint for your cluster.
diff --git a/src/current/cockroachcloud/network-authorization.md b/src/current/cockroachcloud/network-authorization.md
index b7a87343862..1e0a4db262a 100644
--- a/src/current/cockroachcloud/network-authorization.md
+++ b/src/current/cockroachcloud/network-authorization.md
@@ -16,7 +16,7 @@ You can authorize network access to your cluster by:
- [Adding an authorized range of public IP addresses](#ip-allowlisting).
- Setting up private connectivity so that inbound connections to your cluster from your cloud tenant are made over the cloud provider's private network rather than over the public internet, for enhanced network security and reduced network latency. Available for CockroachDB {{ site.data.products.advanced }} and CockroachDB {{ site.data.products.standard }}. If you use IP allowlisting rules together with private connectivity, private networks do not need to be added to that allowlist.
- - CockroachDB {{ site.data.products.advanced }} or {{ site.data.products.standard }} clusters deployed on GCP can connect privately using GCP Private Service Connect (PSC) (Preview) or GCP VPC peering. PSC allows you to connect your cluster directly to a VPC within your Google Cloud project, while VPC Peering allows you to peer your cluster's VPC in CockroachDB {{ site.data.products.cloud }} to a VPC within your Google Cloud project.
+ - CockroachDB {{ site.data.products.advanced }} or {{ site.data.products.standard }} clusters deployed on GCP can connect privately using GCP Private Service Connect (PSC) or GCP VPC peering. PSC allows you to connect your cluster directly to a VPC within your Google Cloud project, while VPC Peering allows you to peer your cluster's VPC in CockroachDB {{ site.data.products.cloud }} to a VPC within your Google Cloud project.
- CockroachDB {{ site.data.products.advanced }} or {{ site.data.products.standard }} clusters deployed on AWS can connect privately using AWS PrivateLink, which allows you to connect your cluster to a VPC within your AWS account.
- CockroachDB {{ site.data.products.advanced }} clusters deployed on Azure can connect privately using Azure Private Link, which allows you to connect your cluster to a virtual network within your Azure tenant.
diff --git a/src/current/cockroachcloud/security-overview.md b/src/current/cockroachcloud/security-overview.md
index 70377ca5306..3766384290e 100644
--- a/src/current/cockroachcloud/security-overview.md
+++ b/src/current/cockroachcloud/security-overview.md
@@ -152,7 +152,7 @@ The following table summarizes the CockroachDB {{ site.data.products.cloud }} se
|
✓ |
✓ |
- Private Service Connect (PSC) (Preview) for GCP clusters |
+ Private Service Connect (PSC) for GCP clusters |
|
diff --git a/src/current/releases/cloud.md b/src/current/releases/cloud.md
index 95e3ca58c57..53dffe6be52 100644
--- a/src/current/releases/cloud.md
+++ b/src/current/releases/cloud.md
@@ -76,7 +76,7 @@ The new official [Cockroach Labs Okta app integration]({% link cockroachcloud/co
CockroachDB {{ site.data.products.standard }} offers the benefits of a scalable, shared architecture, along with many enterprise-ready features, including:
- - [Private Connectivity]({% link cockroachcloud/connect-to-your-cluster.md %}#establish-private-connectivity) to AWS Privatelink, GCP VPC Peering, and GCP Private Service Connect (Preview).
+ - [Private Connectivity]({% link cockroachcloud/connect-to-your-cluster.md %}#establish-private-connectivity) to AWS Privatelink, GCP VPC Peering, and GCP Private Service Connect.
- Customer control of [major version upgrades]({% link cockroachcloud/cluster-management.md %}#manage-cluster-upgrades).
- Customer-configurable [Managed Backups]({% link cockroachcloud/managed-backups.md %}).
- [Metrics export]({% link cockroachcloud/export-metrics.md %}) to Amazon CloudWatch, Datadog, and Prometheus.
diff --git a/src/current/v23.1/cockroachdb-feature-availability.md b/src/current/v23.1/cockroachdb-feature-availability.md
index 3652388034d..5c1520d2879 100644
--- a/src/current/v23.1/cockroachdb-feature-availability.md
+++ b/src/current/v23.1/cockroachdb-feature-availability.md
@@ -47,14 +47,6 @@ General availability (GA) | Feature is production-ready and
CockroachDB Standard is a new plan for CockroachDB {{ site.data.products.cloud }} clusters and is in [Preview]({% link {{ site.current_cloud_version}}/cockroachdb-feature-availability.md %}#features-in-preview). Compute for CockroachDB {{ site.data.products.standard }} is pre-provisioned and storage is usage-based. You can easily switch a CockroachDB {{ site.data.products.basic }} cluster to CockroachDB {{ site.data.products.standard }} in place.
-### GCP Private Service Connect for CockroachDB Advanced
-
-[Connecting privately to a CockroachDB {{ site.data.products.advanced }} cluster using GCP Private Service Connect]({% link cockroachcloud/connect-to-your-cluster.md %}#gcp-private-service-connect) is in preview. Private Service Connect allows you to selectively connect your cluster deployed on GCP to a VPC within your Google Cloud project.
-
-### Azure Private Link for CockroachDB Advanced
-
-[Connecting privately to a CockroachDB {{ site.data.products.advanced }} cluster using Azure Private Link]({% link cockroachcloud/connect-to-your-cluster.md %}#azure-private-link) is in preview. Azure Private Link allows you to selectively connect your cluster deployed on Azure to a virtual network within your Azure tenant.
-
### Custom Metrics Chart page for CockroachDB {{ site.data.products.cloud }} clusters
The [**Custom Metrics Chart** page]({% link cockroachcloud/custom-metrics-chart-page.md %}) for CockroachDB {{ site.data.products.cloud }} clusters allows you to create custom charts showing the time series data for an available metric or combination of metrics.
diff --git a/src/current/v23.1/security-reference/security-overview.md b/src/current/v23.1/security-reference/security-overview.md
index afc0bdda2f7..891860bc9e5 100644
--- a/src/current/v23.1/security-reference/security-overview.md
+++ b/src/current/v23.1/security-reference/security-overview.md
@@ -168,7 +168,7 @@ For more information, see the [licensing FAQ]({% link {{ page.version.version }}
✓ |
✓ |
✓ |
- GCP Private Service Connect (PSC) (Preview) or VPC Peering for GCP clusters and AWS PrivateLink for AWS clusters |
+ GCP Private Service Connect (PSC) or VPC Peering for GCP clusters and AWS PrivateLink for AWS clusters |
Non-Repudiation |
diff --git a/src/current/v23.2/cockroachdb-feature-availability.md b/src/current/v23.2/cockroachdb-feature-availability.md
index c7209230d49..6f7dcd1c7af 100644
--- a/src/current/v23.2/cockroachdb-feature-availability.md
+++ b/src/current/v23.2/cockroachdb-feature-availability.md
@@ -51,14 +51,6 @@ Any feature made available in a phase prior to GA is provided without any warran
CockroachDB Standard is a new plan for CockroachDB {{ site.data.products.cloud }} clusters and is in [Preview]({% link {{ site.current_cloud_version}}/cockroachdb-feature-availability.md %}#features-in-preview). Compute for CockroachDB {{ site.data.products.standard }} is pre-provisioned and storage is usage-based. You can easily switch a CockroachDB {{ site.data.products.basic }} cluster to CockroachDB {{ site.data.products.standard }} in place.
-### GCP Private Service Connect for CockroachDB Advanced
-
-[Connecting privately to a CockroachDB {{ site.data.products.advanced }} cluster using GCP Private Service Connect]({% link cockroachcloud/connect-to-your-cluster.md %}#gcp-private-service-connect) is in preview. Private Service Connect allows you to selectively connect your cluster deployed on GCP to a VPC within your Google Cloud project.
-
-### Azure Private Link for CockroachDB Advanced
-
-[Connecting privately to a CockroachDB {{ site.data.products.advanced }} cluster using Azure Private Link]({% link cockroachcloud/connect-to-your-cluster.md %}#azure-private-link) is in preview. Azure Private Link allows you to selectively connect your cluster deployed on Azure to a virtual network within your Azure tenant.
-
### Custom Metrics Chart page for CockroachDB {{ site.data.products.cloud }} clusters
The [**Custom Metrics Chart** page]({% link cockroachcloud/custom-metrics-chart-page.md %}) for CockroachDB {{ site.data.products.cloud }} clusters allows you to create custom charts showing the time series data for an available metric or combination of metrics.
diff --git a/src/current/v24.1/cockroachdb-feature-availability.md b/src/current/v24.1/cockroachdb-feature-availability.md
index 7ed53ccab27..68da428fe63 100644
--- a/src/current/v24.1/cockroachdb-feature-availability.md
+++ b/src/current/v24.1/cockroachdb-feature-availability.md
@@ -51,22 +51,6 @@ Any feature made available in a phase prior to GA is provided without any warran
CockroachDB Standard is a new plan for CockroachDB {{ site.data.products.cloud }} clusters and is in [Preview]({% link {{ site.current_cloud_version}}/cockroachdb-feature-availability.md %}#features-in-preview). Compute for CockroachDB {{ site.data.products.standard }} is pre-provisioned and storage is usage-based. You can easily switch a CockroachDB {{ site.data.products.basic }} cluster to CockroachDB {{ site.data.products.standard }} in place.
-### GCP Private Service Connect for CockroachDB Advanced
-
-[Connecting privately to a CockroachDB {{ site.data.products.advanced }} cluster using GCP Private Service Connect]({% link cockroachcloud/connect-to-your-cluster.md %}#gcp-private-service-connect) is in preview. Private Service Connect allows you to selectively connect your cluster deployed on GCP to a VPC within your Google Cloud project.
-
-### Azure Private Link for CockroachDB Advanced
-
-[Connecting privately to a CockroachDB {{ site.data.products.advanced }} cluster using Azure Private Link]({% link cockroachcloud/connect-to-your-cluster.md %}#azure-private-link) is in preview. Azure Private Link allows you to selectively connect your cluster deployed on Azure to a virtual network within your Azure tenant.
-
-### GCP Private Service Connect for CockroachDB Advanced
-
-[Connecting privately to a CockroachDB {{ site.data.products.advanced }} cluster using GCP Private Service Connect]({% link cockroachcloud/connect-to-your-cluster.md %}#gcp-private-service-connect) is in preview. Private Service Connect allows you to selectively connect your cluster deployed on GCP to a VPC within your Google Cloud project.
-
-### Azure Private Link for CockroachDB Advanced
-
-[Connecting privately to a CockroachDB {{ site.data.products.advanced }} cluster using Azure Private Link]({% link cockroachcloud/connect-to-your-cluster.md %}#azure-private-link) is in preview. Azure Private Link allows you to selectively connect your cluster deployed on Azure to a virtual network within your Azure tenant.
-
### Custom Metrics Chart page for CockroachDB {{ site.data.products.cloud }} clusters
The [**Custom Metrics Chart** page]({% link cockroachcloud/custom-metrics-chart-page.md %}) for CockroachDB {{ site.data.products.cloud }} clusters allows you to create custom charts showing the time series data for an available metric or combination of metrics.
diff --git a/src/current/v24.2/cockroachdb-feature-availability.md b/src/current/v24.2/cockroachdb-feature-availability.md
index 6b1290008fc..675cff15959 100644
--- a/src/current/v24.2/cockroachdb-feature-availability.md
+++ b/src/current/v24.2/cockroachdb-feature-availability.md
@@ -67,14 +67,6 @@ The [`VECTOR`]({% link {{ page.version.version }}/vector.md %}) data type stores
CockroachDB Standard is a new plan for CockroachDB {{ site.data.products.cloud }} clusters and is in [Preview]({% link {{ site.current_cloud_version}}/cockroachdb-feature-availability.md %}#features-in-preview). Compute for CockroachDB {{ site.data.products.standard }} is pre-provisioned and storage is usage-based. You can easily switch a CockroachDB {{ site.data.products.basic }} cluster to CockroachDB {{ site.data.products.standard }} in place.
-### GCP Private Service Connect for CockroachDB Advanced
-
-[Connecting privately to a CockroachDB {{ site.data.products.advanced }} cluster using GCP Private Service Connect]({% link cockroachcloud/connect-to-your-cluster.md %}#gcp-private-service-connect) is in preview. Private Service Connect allows you to selectively connect your cluster deployed on GCP to a VPC within your Google Cloud project.
-
-### Azure Private Link for CockroachDB Advanced
-
-[Connecting privately to a CockroachDB {{ site.data.products.advanced }} cluster using Azure Private Link]({% link cockroachcloud/connect-to-your-cluster.md %}#azure-private-link) is in preview. Azure Private Link allows you to selectively connect your cluster deployed on Azure to a virtual network within your Azure tenant.
-
### Custom Metrics Chart page for CockroachDB {{ site.data.products.cloud }} clusters
The [**Custom Metrics Chart** page]({% link cockroachcloud/custom-metrics-chart-page.md %}) for CockroachDB {{ site.data.products.cloud }} clusters allows you to create custom charts showing the time series data for an available metric or combination of metrics.
diff --git a/src/current/v24.3/cockroachdb-feature-availability.md b/src/current/v24.3/cockroachdb-feature-availability.md
index 895d975841e..ef4de022b3d 100644
--- a/src/current/v24.3/cockroachdb-feature-availability.md
+++ b/src/current/v24.3/cockroachdb-feature-availability.md
@@ -75,14 +75,6 @@ The [`VECTOR`]({% link {{ page.version.version }}/vector.md %}) data type stores
[Organizing CockroachDB {{ site.data.products.cloud }} clusters using folders]({% link cockroachcloud/folders.md %}) is in preview. Folders allow you to organize and manage access to your clusters according to your organization's requirements. For example, you can create top-level folders for each business unit in your organization, and within those folders, organize clusters by geographic location and then by level of maturity, such as production, staging, and testing.
-### GCP Private Service Connect for CockroachDB Advanced
-
-[Connecting privately to a CockroachDB {{ site.data.products.advanced }} cluster using GCP Private Service Connect]({% link cockroachcloud/connect-to-your-cluster.md %}#gcp-private-service-connect) is in preview. Private Service Connect allows you to selectively connect your cluster deployed on GCP to a VPC within your Google Cloud project.
-
-### Azure Private Link for CockroachDB Advanced
-
-[Connecting privately to a CockroachDB {{ site.data.products.advanced }} cluster using Azure Private Link]({% link cockroachcloud/connect-to-your-cluster.md %}#azure-private-link) is in preview. Azure Private Link allows you to selectively connect your cluster deployed on Azure to a virtual network within your Azure tenant.
-
### Logical data replication (LDR) for CockroachDB {{ site.data.products.core }}
**Logical data replication (LDR)** continuously replicates tables between active CockroachDB clusters. Both source and destination cluster can receive application reads and writes, with LDR enabling bidirectional replication for eventual consistency in the replicating tables. The active-active setup between clusters can provide protection against cluster, datacenter, or region failure while still achieving single-region low latency reads and writes in the individual CockroachDB clusters. Setting up LDR between a source and destination CockroachDB {{ site.data.products.core }} cluster is in preview.
diff --git a/src/current/v25.1/cockroachdb-feature-availability.md b/src/current/v25.1/cockroachdb-feature-availability.md
index 6ea960d6202..b35004d2613 100644
--- a/src/current/v25.1/cockroachdb-feature-availability.md
+++ b/src/current/v25.1/cockroachdb-feature-availability.md
@@ -75,14 +75,6 @@ The [`VECTOR`]({% link {{ page.version.version }}/vector.md %}) data type stores
[Organizing CockroachDB {{ site.data.products.cloud }} clusters using folders]({% link cockroachcloud/folders.md %}) is in preview. Folders allow you to organize and manage access to your clusters according to your organization's requirements. For example, you can create top-level folders for each business unit in your organization, and within those folders, organize clusters by geographic location and then by level of maturity, such as production, staging, and testing.
-### GCP Private Service Connect for CockroachDB Advanced
-
-[Connecting privately to a CockroachDB {{ site.data.products.advanced }} cluster using GCP Private Service Connect]({% link cockroachcloud/connect-to-your-cluster.md %}#gcp-private-service-connect) is in preview. Private Service Connect allows you to selectively connect your cluster deployed on GCP to a VPC within your Google Cloud project.
-
-### Azure Private Link for CockroachDB Advanced
-
-[Connecting privately to a CockroachDB {{ site.data.products.advanced }} cluster using Azure Private Link]({% link cockroachcloud/connect-to-your-cluster.md %}#azure-private-link) is in preview. Azure Private Link allows you to selectively connect your cluster deployed on Azure to a virtual network within your Azure tenant.
-
### Logical data replication (LDR) for CockroachDB {{ site.data.products.core }}
**Logical data replication (LDR)** continuously replicates tables between active CockroachDB clusters. Both source and destination cluster can receive application reads and writes, with LDR enabling bidirectional replication for eventual consistency in the replicating tables. The active-active setup between clusters can provide protection against cluster, datacenter, or region failure while still achieving single-region low latency reads and writes in the individual CockroachDB clusters. Setting up LDR between a source and destination CockroachDB {{ site.data.products.core }} cluster is in preview.