Skip to content

Commit df2ec5b

Browse files
hfxsdqiancai
andauthored
Apply suggestions from code review
Co-authored-by: Grace Cai <qqzczy@126.com>
1 parent 9d859e8 commit df2ec5b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ If you have multiple clusters, you need to repeat these steps for each cluster t
7777
>
7878
> For each TiDB Cloud Dedicated cluster, the corresponding endpoint service is automatically created 3 to 4 minutes after the cluster creation.
7979
80-
2. Create the private endpoint by using either Azure Portal or Azure CLI.
80+
2. Create the private endpoint by using either the Azure portal or Azure CLI.
8181

8282
<SimpleTab>
83-
<div label="Use Azure Portal">
83+
<div label="Use Azure portal">
8484

8585
1. Log in to the [Azure portal](https://portal.azure.com/).
8686
2. Search for **Private endpoints**, and then select **Private endpoints** in the result.
@@ -108,7 +108,7 @@ If you have multiple clusters, you need to repeat these steps for each cluster t
108108
az account set --subscription ${your_subscription_id}
109109
```
110110

111-
2. Create the private endpoint by using the TiDB Cloud resource ID copied in Step 2:
111+
2. Create the private endpoint by using the TiDB Cloud resource ID that you copied from the **Create Azure Private Endpoint Connection** dialog:
112112

113113
```bash
114114
az network private-endpoint create \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Before you begin to create an endpoint:
144144

145145
### Step 3. Accept endpoint access
146146

147-
After creating the endpoint in Google Cloud successfully, go back to the TiDB Cloud console and then click **Accept Endpoint Access**.
147+
After creating the endpoint in Google Cloud successfully, go back to the TiDB Cloud console, and then click **Accept Endpoint Access**.
148148

149149
If you see an error `not received connection request from endpoint`, make sure that you have successfully created the endpoint in your Google Cloud project and that its configuration matches the generated command.
150150

0 commit comments

Comments
 (0)