Skip to content

Commit 1412f01

Browse files
Apply suggestions from code review
Co-authored-by: marciocloudflare <[email protected]>
1 parent 81b7f41 commit 1412f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/load-balancing/additional-options/load-balancing-china.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ To enable load balancers to be deployed to the [China Network](/china-network/),
1313
1. A valid [ICP license](/china-network/concepts/icp/) for the zone in question.
1414
2. The zone must be provisioned with access to the China Network.
1515

16-
Once these two criteria are met, any newly created load balancer will be automatically deployed to the China Network. When choosing a region for a pool health checks, `China` is now available to be selected in both the dashboard and API.
16+
Once these two criteria are met, any newly created load balancer will be automatically deployed to the China Network. When choosing a region for a pool's health checks, `China` is now available to be selected in both the dashboard and API.
1717

18-
You can also create a load balancer by sending a POST request to the following endpoint. To deploy to the China Network with the API, the `networks` array in the API call must contain `jdcloud` as a value in addition to `cloudflare`. Refer to the [Cloudflare API documentation](/api/resources/load_balancers/methods/create/#request-body) for details on the required fields and their formats.
18+
You can also create a load balancer by sending a `POST` request to the following endpoint. To deploy to the China Network with the API, the `networks` array in the API call must contain `jdcloud` as a value in addition to `cloudflare`. Refer to the [Cloudflare API documentation](/api/resources/load_balancers/methods/create/#request-body) for details on the required fields and their formats.
1919

2020
```bash
2121
https://api.cloudflare.com/client/v4/zones/{zone_id}/load_balancers

0 commit comments

Comments
 (0)