Skip to content

Commit bdeee49

Browse files
committed
feat: add spacing also for GCP/Azure the same way as for AWS at ce721f6
1 parent 7fdeca4 commit bdeee49

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

docs/cloud/security/azure-privatelink.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,11 @@ Make a note of the `endpointServiceId`. You'll use it in the next step.
101101
## Create a Private Endpoint in Azure {#create-private-endpoint-in-azure}
102102

103103
:::important
104-
This section covers ClickHouse-specific details for configuring ClickHouse via Azure Private Link. Azure-specific steps are provided as a reference to guide you on where to look, but they may change over time without notice from the Azure cloud provider. Please consider Azure configuration based on your specific use case.
105-
Please note that ClickHouse is not responsible for configuring the required Azure private endpoints, DNS records. For any issues related to Azure configuration tasks, contact Azure Support directly.
104+
This section covers ClickHouse-specific details for configuring ClickHouse via Azure Private Link. Azure-specific steps are provided as a reference to guide you on where to look, but they may change over time without notice from the Azure cloud provider. Please consider Azure configuration based on your specific use case.
105+
106+
Please note that ClickHouse is not responsible for configuring the required Azure private endpoints, DNS records.
107+
108+
For any issues related to Azure configuration tasks, contact Azure Support directly.
106109
:::
107110

108111
In this section, we're going to create a Private Endpoint in Azure. You can use either the Azure Portal or Terraform.

docs/cloud/security/gcp-private-service-connect.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,11 @@ Make a note of the `endpointServiceId` and `privateDnsHostname`. You'll use them
120120
## Create service endpoint {#create-service-endpoint}
121121

122122
:::important
123-
This section covers ClickHouse-specific details for configuring ClickHouse via GCP PSC(Private Service Connect). GCP-specific steps are provided as a reference to guide you on where to look, but they may change over time without notice from the GCP cloud provider. Please consider GCP configuration based on your specific use case.
124-
Please note that ClickHouse is not responsible for configuring the required GCP PSC endpoints, DNS records. For any issues related to GCP configuration tasks, contact GCP Support directly.
123+
This section covers ClickHouse-specific details for configuring ClickHouse via GCP PSC(Private Service Connect). GCP-specific steps are provided as a reference to guide you on where to look, but they may change over time without notice from the GCP cloud provider. Please consider GCP configuration based on your specific use case.
124+
125+
Please note that ClickHouse is not responsible for configuring the required GCP PSC endpoints, DNS records.
126+
127+
For any issues related to GCP configuration tasks, contact GCP Support directly.
125128
:::
126129

127130
In this section, we're going to create a service endpoint.

0 commit comments

Comments
 (0)