Skip to content

Commit 934804b

Browse files
author
Roma Bogatikov
committed
update links
1 parent 9e51538 commit 934804b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/aks/support-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Microsoft provides technical support for the following examples:
5858
* Connectivity to other Azure services and applications
5959
* Ingress controllers and ingress or load balancer configurations
6060
* Network performance and latency
61-
* [Network policies](use-network-policies.md#differences-between-azure-network-policy-manager-and-calico-network-policy-and-their-capabilities)
61+
* [Network policies](use-network-policies.md#differences-between-network-policy-engines-cilium-azure-npm-and-calico)
6262

6363
> [!NOTE]
6464
> Any cluster actions taken by Microsoft/AKS are made with your consent under a built-in Kubernetes role `aks-service` and built-in role binding `aks-service-rolebinding`. This role enables AKS to troubleshoot and diagnose cluster issues, but can't modify permissions nor create roles or role bindings, or other high privilege actions. Role access is only enabled under active support tickets with just-in-time (JIT) access.

articles/aks/use-network-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You need the Azure CLI version 2.0.61 or later installed and configured. Run `az
1919

2020
### Uninstall Azure Network Policy Manager or Calico (Preview)
2121
Requirements:
22-
- aks-preview Azure CLI extension version 0.5.166 or later. See [Install the aks-preview Azure CLI extension](#Install-the-aks-preview-Azure-CLI-extension).
22+
- aks-preview Azure CLI extension version 0.5.166 or later. See [Install the aks-preview Azure CLI extension](#install-the-aks-preview-azure-cli-extension).
2323
- Azure CLI version 2.54 or later
2424
- AKS REST API version 2023-08-02-preview or later
2525

articles/aks/windows-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To help you decide which networking mode to use, see [Choosing a network model][
5757

5858
> **Best practice guidance**
5959
>
60-
> Use network policies to secure traffic between pods. Windows supports Azure Network Policy Manager and Calico Network Policy. For more information, see [Differences between Azure Network Policy Manager and Calico Network Policy][azurenpm-vs-calico].
60+
> Use network policies to secure traffic between pods. Windows supports Azure Network Policy Manager and Calico Network Policy. For more information, see [Differences between Network Policy engines: Cilium, Azure NPM, and Calico][azurenpm-vs-calico].
6161
6262
When managing traffic between pods, you should apply the principle of least privilege. The Network Policy feature in Kubernetes allows you to define and enforce ingress and egress traffic rules between the pods in your cluster. For more information, see [Secure traffic between pods using network policies in AKS][network-policies-aks].
6363

@@ -111,7 +111,7 @@ To learn more about Windows containers on AKS, see the following resources:
111111
[azure-cni-choose-network-model]: ./azure-cni-overlay.md#choosing-a-network-model-to-use
112112
[network-concepts-for-aks-applications]: ./concepts-network.md
113113
[windows-vs-linux]: ./windows-vs-linux-containers.md
114-
[azurenpm-vs-calico]: ./use-network-policies.md#differences-between-azure-network-policy-manager-and-calico-network-policy-and-their-capabilities
114+
[azurenpm-vs-calico]: ./use-network-policies.md#differences-between-network-policy-engines-cilium-azure-npm-and-calico
115115
[network-policies-aks]: ./use-network-policies.md
116116
[dsr]: ../load-balancer/load-balancer-multivip-overview.md#rule-type-2-backend-port-reuse-by-using-floating-ip
117117
[upgrade-aks-cluster]: ./upgrade-cluster.md

0 commit comments

Comments
 (0)