diff --git a/docs/docs-content/clusters/public-cloud/azure/gateways.md b/docs/deprecated/clusters/public-cloud/azure/gateways.md similarity index 100% rename from docs/docs-content/clusters/public-cloud/azure/gateways.md rename to docs/deprecated/clusters/public-cloud/azure/gateways.md diff --git a/docs/docs-content/clusters/public-cloud/azure/architecture.md b/docs/docs-content/clusters/public-cloud/azure/architecture.md index 55166b1e35..47444a5aae 100644 --- a/docs/docs-content/clusters/public-cloud/azure/architecture.md +++ b/docs/docs-content/clusters/public-cloud/azure/architecture.md @@ -78,9 +78,9 @@ to attach a custom storage account or container to the Azure cluster that contai ## Network Access -Clusters that use a Palette self-hosted [Private Cloud Gateway](gateways.md) (PCG), should use a custom storage account -and container that are restricted to the VNet that the PCG and cluster are located in. Ensure you disable public access -and use private access for the Azure storage account. +Clusters that use a Palette self-hosted [Private Cloud Gateway](../../pcg/architecture.md) (PCG), should use a custom +storage account and container that are restricted to the VNet that the PCG and cluster are located in. Ensure you +disable public access and use private access for the Azure storage account. ## Pricing Options diff --git a/docs/docs-content/clusters/public-cloud/azure/azure-cloud.md b/docs/docs-content/clusters/public-cloud/azure/azure-cloud.md index 4efe03059c..7f071bd362 100644 --- a/docs/docs-content/clusters/public-cloud/azure/azure-cloud.md +++ b/docs/docs-content/clusters/public-cloud/azure/azure-cloud.md @@ -45,7 +45,7 @@ Use the following steps to add an Azure or Azure Government account in Palette o | **Cloud** | Select **Azure Public Cloud** or **Azure US Government**. | | **Tenant Name** | An optional tenant name. | | **Disable Properties** | This option prevents Palette and VerteX from creating Azure Virtual Networks (VNets) and other network resources on your behalf for static placement deployments. If you enable this option, all users must manually specify a pre-existing VNet, subnets, and security groups when creating clusters. | -| **Connect Private Cloud Gateway** | If you will be launching Managed Kubernetes Service (AKS), use the **drop-down Menu** to select a [self-hosted PCG](gateways.md) that you created to link to the cloud account. | +| **Connect Private Cloud Gateway** | Select this option to connect to a Private Cloud Gateway (PCG) if you have a PCG deployed in your environment. Refer to the PCG [Architecture](../../pcg/architecture.md) page to learn more about a PCG. | 6. After providing the required values, click the **Validate** button. If the client secret you provided is correct, a _Credentials validated_ success message with a green check is displayed. diff --git a/redirects.js b/redirects.js index f137f79700..56144ba594 100644 --- a/redirects.js +++ b/redirects.js @@ -388,6 +388,10 @@ const redirects = [ from: ["/security/security-bulletins/", "/security-bulletins/cve-reports", "/security/security-bulletins/index"], to: "/security-bulletins/", }, + { + from: "/clusters/public-cloud/azure/gateways", + to: "/clusters/pcg/", + }, ]; module.exports = redirects;