Skip to content

Commit 58da8c3

Browse files
authored
Merge pull request #106311 from lanicolas/patch-1
Broken link NSGS
2 parents dbe942f + 7b69b45 commit 58da8c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/azure-cni-overlay.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following are additional factors to consider when planning pods IP address s
5959

6060
## Network security groups
6161

62-
Pod to pod traffic with Azure CNI Overlay is not encapsulated and subnet [network security group][nsgs] rules are applied. If the subnet NSG contains deny rules that would impact the pod CIDR traffic, make sure the following rules are in place to ensure proper cluster functionality (in addition to all [AKS egress requirements][aks-egress]):
62+
Pod to pod traffic with Azure CNI Overlay is not encapsulated and subnet [network security group][nsg] rules are applied. If the subnet NSG contains deny rules that would impact the pod CIDR traffic, make sure the following rules are in place to ensure proper cluster functionality (in addition to all [AKS egress requirements][aks-egress]):
6363

6464
* Traffic from the node CIDR to the node CIDR on all ports and protocols
6565
* Traffic from the node CIDR to the pod CIDR on all ports and protocols (required for service traffic routing)
@@ -172,4 +172,4 @@ To learn how to utilize AKS with your own Container Network Interface (CNI) plug
172172
[az-feature-show]: /cli/azure/feature#az-feature-show
173173
[aks-egress]: limit-egress-traffic.md
174174
[aks-network-policies]: use-network-policies.md
175-
[nsg]: /azure/virtual-network/network-security-groups-overview
175+
[nsg]: ../virtual-network/network-security-groups-overview.md

0 commit comments

Comments
 (0)