Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions articles/expressroute/expressroute-bfd.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ In this scenario, BFD can help. BFD provides low-overhead link failure detection

BFD is configured by default under all the newly created ExpressRoute private and Microsoft peering interfaces on the MSEEs. As such, to enable BFD, you only need to configure BFD on both your primary and secondary devices. Configuring BFD is two-step process. You configure the BFD on the interface and then link it to the BGP session.

/*
> [!NOTE]
> BFD is only supported on IPv4 peering.
>
*/
Comment on lines +37 to +41
Copy link

Copilot AI Sep 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using /* */ comment syntax in Markdown is incorrect and will be rendered as visible text. Either remove these lines entirely or use HTML comments <!-- --> if you need to preserve the content for reference.

Suggested change
/*
> [!NOTE]
> BFD is only supported on IPv4 peering.
>
*/
<!--
> [!NOTE]
> BFD is only supported on IPv4 peering.
>
-->

Copilot uses AI. Check for mistakes.


An example CE/PE (using Cisco IOS XE) configuration is shown as followed:

Expand Down