- 
                Notifications
    You must be signed in to change notification settings 
- Fork 21.9k
Update private-link-configure.md #127792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update private-link-configure.md #127792
Conversation
privateLinkServiceNetworkPolicies should be disabled in the dedicated subnet. This is also a prerequisite. Powershell and Azure CLI example code have command to disable it before adding private link. Otherwise, clicking add button on Portal does not trigger the change.
| @robrong : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. | 
| Learn Build status updates of commit 0b42bab: ✅ Validation status: passed
 For more details, please refer to the build report. | 
| Can you review the proposed changes? Important: When the changes are ready for publication, adding a  #label:"aq-pr-triaged" | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the prerequisites for configuring Application Gateway Private Link by clarifying that privateLinkServiceNetworkPolicies must be disabled in the dedicated subnet. This aligns the documentation with the actual configuration steps shown in the PowerShell and Azure CLI examples, which include commands to disable this policy before adding the private link.
Key Changes:
- Added a prerequisite note about disabling privateLinkServiceNetworkPoliciesin the dedicated subnet
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 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 | 
    
      
    
      Copilot
AI
    
    
    
      Oct 28, 2025 
    
  
There was a problem hiding this comment.
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'.
| - privateLinkServiceNetworkPolicies should be disabled in the dedicated subnet | |
| - The dedicated subnet with privateLinkServiceNetworkPolicies disabled | 
privateLinkServiceNetworkPolicies should be disabled in the dedicated subnet. This is also a prerequisite. Powershell and Azure CLI example code have command to disable it before adding private link. Otherwise, clicking add button on Portal does not trigger the change.