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
1 change: 1 addition & 0 deletions articles/application-gateway/private-link-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ You can configure Application Gateway Private Link using multiple methods:
Before configuring Private Link, ensure you have:
- An existing Application Gateway
- A virtual network with a dedicated subnet for Private Link (separate from the Application Gateway subnet)
- privateLinkServiceNetworkPolicies should be disabled in the dedicated subnet
Copy link

Copilot AI Oct 28, 2025

Choose a reason for hiding this comment

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

[nitpick] The formatting of this prerequisite is inconsistent with the other bullet points. It should start with a capital letter and match the style of the surrounding items. Consider rewording to: 'Private Link service network policies disabled in the dedicated subnet' or 'The dedicated subnet with privateLinkServiceNetworkPolicies disabled'.

Suggested change
- privateLinkServiceNetworkPolicies should be disabled in the dedicated subnet
- The dedicated subnet with privateLinkServiceNetworkPolicies disabled

Copilot uses AI. Check for mistakes.
- Appropriate permissions to create and configure Private Link resources

## Define a subnet for Private Link configuration
Expand Down