Correction in the route precedence - #128591
Conversation
UDR or BGP advertised route to the matching prefix of the service endpoint do override the service endpoint route. This has been verified in a lab environment.
|
@hisriram1996 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
1 similar comment
|
@hisriram1996 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 1f0f46c:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| articles/virtual-network/virtual-network-service-endpoints-overview.md | Details |
articles/virtual-network/virtual-network-service-endpoints-overview.md
- Line 146, Column 79: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/azure/virtual-network/service-tags-overview' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites. - Line 146, Column 79: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/azure/virtual-network/service-tags-overview' will be broken in isolated environments. Replace with a relative link.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
|
|
||
| > [!NOTE] | ||
| > Service endpoint routes override any BGP or user-defined routes (UDRs) for the address prefix match of an Azure service. For more information, see [troubleshooting with effective routes](diagnose-network-routing-problem.md). | ||
| > If there is BGP ot UDR to the matching public IP prefix or UDR route to the [service tag](https://learn.microsoft.com/en-us/azure/virtual-network/service-tags-overview) of the Azure service then the service endpoint routes will not be preferred. For more information, see [troubleshooting with effective routes](diagnose-network-routing-problem.md). |
There was a problem hiding this comment.
| > If there is BGP ot UDR to the matching public IP prefix or UDR route to the [service tag](https://learn.microsoft.com/en-us/azure/virtual-network/service-tags-overview) of the Azure service then the service endpoint routes will not be preferred. For more information, see [troubleshooting with effective routes](diagnose-network-routing-problem.md). | |
| > If there is BGP or UDR to the matching public IP prefix or UDR route to the [service tag](/azure/virtual-network/service-tags-overview) of the Azure service then the service endpoint routes will not be preferred. For more information, see [troubleshooting with effective routes](diagnose-network-routing-problem.md). |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
UDR or BGP advertised route to the matching prefix of the service endpoint do override the service endpoint route. This has been verified in a lab environment.