Skip to content

Commit 95546a3

Browse files
markdown
1 parent a31de83 commit 95546a3

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ inline={false}
130130
{ props.magicWord === "breakout" && (
131131
<Markdown
132132
text={`
133-
7. (Optional) You can also pin an application to a WAN port. In Preferred breakout port, select the WAN you want to assign your applications to. Refer to Designate WAN ports for breakout apps for more information.
133+
7. (Optional) You can also pin an application to a WAN port. In Preferred breakout port, select the WAN you want to assign your applications to. Refer to [Designate WAN ports for breakout apps](#designate-wan-ports-for-breakout-apps) for more information.
134134
`}
135135
inline={false}
136136
/>
@@ -304,19 +304,24 @@ You need to delete {props.featureName} applications for each of your existing si
304304
<>
305305
<AnchorHeading title="Designate WAN ports for breakout apps" depth={2} />
306306

307-
You can pin applications to a specific WAN port in {props.productName} when you need control over which WAN port your applications egress from the device. In case your preferred WAN port goes down, {props.productName} automatically fails over to a standard configured WAN port priority.
307+
<Markdown
308+
text={`
309+
You can pin applications to a specific WAN port in ${props.productName} when you need control over which WAN port your applications egress from the device. In case your preferred WAN port goes down, ${props.productName} automatically fails over to a standard configured WAN port priority.
308310
309-
With this preferred breakout port, customers have direct control over their local Internet breakout traffic. You can designate a specific WAN uplink as the primary path for your critical applications configured to bypass the Cloudflare network. This provides the predictability and control needed for performance-sensitive applications, ensuring your critical traffic always takes the path you choose.
311+
With this preferred breakout port, customers have direct control over their local Internet breakout traffic. You can designate a specific WAN uplink as the primary path for your critical applications configured to bypass the Cloudflare network. This provides the predictability and control needed for performance-sensitive applications, ensuring your critical traffic always takes the path you choose.
310312
311-
To pin applications to a WAN port:
313+
To pin applications to a WAN port:
314+
`}
315+
inline={false}
316+
/>
312317

313318
{ props.mwanName === "WAN Tunnels" ? (
314319
<>
315320
<Markdown
316321
text={`
317322
1. Log in to the <a href="https://one.dash.cloudflare.com/">Cloudflare One dashboard</a>, and go to **Networks**.
318323
2. Go to **Connectors** > **Appliances** > **Profiles**.
319-
3. Under **Profiles**, select your appliance > **Edit**.
324+
3. Select the Appliance you want to configure> **Edit**.
320325
`}
321326
inline={false}
322327
/>

0 commit comments

Comments
 (0)