Skip to content

Commit 14218b1

Browse files
committed
Small fixes
1 parent 239265c commit 14218b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/load-balancing/private-network/magic-wan.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88

99
Consider the following steps to learn how to configure Private Network Load Balancing solution, using [Magic WAN](/magic-wan/) as the on-ramp and off-ramp to securely connect to your private or internal services. This is currently an API only feature.
1010

11-
## 1. Configure a virtual network for Magic Wan
11+
## 1. Configure a virtual network for Magic WAN
1212

1313
1. Create and [configure virtual networks](/cloudflare-one/connections/connect-networks/private-net/cloudflared/tunnel-virtual-networks/#create-a-virtual-network) using either the Cloudflare UI or the Cloudflare API.
1414

@@ -29,7 +29,7 @@ The VNET ID value will be used to ensure that your load balancer is properly int
2929
2. Next, create an Account Load Balancer by sending a `POST` request to the following API endpoint. The request body should be structured similarly to a Zone Load Balancer. Refer to the [Cloudflare API documentation](/api/resources/load_balancers/methods/create/) for details on the required fields and their formats. Make sure that the pools you are using in your load balancer have the default VNET configured (previous step).
3030

3131
```txt
32-
https://api.cloudflare.com/client/v4/accounts/{ACCOUNT_ID}/load_balancers/
32+
https://api.cloudflare.com/client/v4/accounts/{account_id}/load_balancers
3333
```
3434

3535
To retrieve a list of all created Account Load Balancers, send a `GET` request to the same endpoint.

0 commit comments

Comments
 (0)