Skip to content

Commit d580125

Browse files
authored
Merge pull request #230907 from pritamso/Broken-link-fix-MGoedtel
Broken link fix
2 parents 89eb20f + 2beb592 commit d580125

14 files changed

+17
-17
lines changed

articles/aks/concepts-clusters-workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To run your applications and supporting services, you need a Kubernetes *node*.
7575

7676
![Azure virtual machine and supporting resources for a Kubernetes node](media/concepts-clusters-workloads/aks-node-resource-interactions.png)
7777

78-
The Azure VM size for your nodes defines CPUs, memory, size, and the storage type available (such as high-performance SSD or regular HDD). Plan the node size around whether your applications may require large amounts of CPU and memory or high-performance storage. Scale out the number of nodes in your AKS cluster to meet demand. For more information on scaling, see [Scaling options for applications in AKS](/concepts-scale.md).
78+
The Azure VM size for your nodes defines CPUs, memory, size, and the storage type available (such as high-performance SSD or regular HDD). Plan the node size around whether your applications may require large amounts of CPU and memory or high-performance storage. Scale out the number of nodes in your AKS cluster to meet demand. For more information on scaling, see [Scaling options for applications in AKS](concepts-scale.md).
7979

8080
In AKS, the VM image for your cluster's nodes is based on Ubuntu Linux, [Mariner Linux](use-mariner.md), or Windows Server 2019. When you create an AKS cluster or scale out the number of nodes, the Azure platform automatically creates and configures the requested number of VMs. Agent nodes are billed as standard VMs, so any VM size discounts (including [Azure reservations][reservation-discounts]) are automatically applied.
8181

articles/aks/concepts-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Like using a secret:
103103

104104
Volumes defined and created as part of the pod lifecycle only exist until you delete the pod. Pods often expect their storage to remain if a pod is rescheduled on a different host during a maintenance event, especially in StatefulSets. A *persistent volume* (PV) is a storage resource created and managed by the Kubernetes API that can exist beyond the lifetime of an individual pod.
105105

106-
You can use [Azure Disks](/azure-csi-disk-storage-provision.md) or [Azure Files](/azure-csi-files-storage-provision.md) to provide the PersistentVolume. As noted in the [Volumes](#volumes) section, the choice of Disks or Files is often determined by the need for concurrent access to the data or the performance tier.
106+
You can use [Azure Disks](azure-csi-disk-storage-provision.md) or [Azure Files](azure-csi-files-storage-provision.md) to provide the PersistentVolume. As noted in the [Volumes](#volumes) section, the choice of Disks or Files is often determined by the need for concurrent access to the data or the performance tier.
107107

108108
![Persistent volumes in an Azure Kubernetes Services (AKS) cluster](media/concepts-storage/persistent-volumes.png)
109109

@@ -259,4 +259,4 @@ For more information on core Kubernetes and AKS concepts, see the following arti
259259
[operator-best-practices-storage]: operator-best-practices-storage.md
260260
[csi-storage-drivers]: csi-storage-drivers.md
261261
[azure-blob-csi]: azure-blob-csi.md
262-
[general-purpose-machine-sizes]: ../virtual-machines/sizes-general.md
262+
[general-purpose-machine-sizes]: ../virtual-machines/sizes-general.md

articles/aks/learn/quick-kubernetes-deploy-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ To learn more about AKS, and walk through a complete code to deployment example,
348348
349349
<!-- LINKS - external -->
350350
[azure-vote-app]: https://github.com/Azure-Samples/azure-voting-app-redis.git
351-
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl/
351+
[kubectl]: https://kubernetes.io/docs/reference/kubectl/
352352
[kubectl-apply]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply
353353
[kubectl-get]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
354354
[azure-dev-spaces]: /previous-versions/azure/dev-spaces/

articles/aks/learn/quick-kubernetes-deploy-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ This quickstart is for introductory purposes. For guidance on a creating full so
297297

298298
<!-- LINKS - external -->
299299
[azure-vote-app]: https://github.com/Azure-Samples/azure-voting-app-redis.git
300-
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl/
300+
[kubectl]: https://kubernetes.io/docs/reference/kubectl/
301301
[kubectl-apply]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply
302302
[kubectl-get]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
303303
[kubeconfig-file]: https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/

articles/aks/learn/quick-kubernetes-deploy-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ To learn more about AKS by walking through a complete example, including buildin
303303
304304
<!-- LINKS - external -->
305305
[azure-vote-app]: https://github.com/Azure-Samples/azure-voting-app-redis.git
306-
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl/
306+
[kubectl]: https://kubernetes.io/docs/reference/kubectl/
307307
[kubectl-apply]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply
308308
[kubectl-get]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
309309
[kubernetes-documentation]: https://kubernetes.io/docs/home/
@@ -320,4 +320,4 @@ To learn more about AKS by walking through a complete example, including buildin
320320
[aks-tutorial]: ../tutorial-kubernetes-prepare-app.md
321321
[http-routing]: ../http-application-routing.md
322322
[preset-config]: ../quotas-skus-regions.md#cluster-configuration-presets-in-the-azure-portal
323-
[sp-delete]: ../kubernetes-service-principal.md#additional-considerations
323+
[sp-delete]: ../kubernetes-service-principal.md#additional-considerations

articles/aks/learn/quick-kubernetes-deploy-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ To learn more about AKS, and walk through a complete code to deployment example,
276276
277277
<!-- LINKS - external -->
278278
[azure-monitor-containers]: ../../azure-monitor/containers/container-insights-overview.md
279-
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl/
279+
[kubectl]: https://kubernetes.io/docs/reference/kubectl/
280280
[kubectl-get]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
281281
[azure-dev-spaces]: /previous-versions/azure/dev-spaces/
282282
[kubectl-apply]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply

articles/aks/learn/quick-kubernetes-deploy-rm-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ To learn more about AKS, and walk through a complete code to deployment example,
346346
347347
<!-- LINKS - external -->
348348
[azure-vote-app]: https://github.com/Azure-Samples/azure-voting-app-redis.git
349-
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl/
349+
[kubectl]: https://kubernetes.io/docs/reference/kubectl/
350350
[kubectl-apply]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply
351351
[kubectl-get]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
352352
[azure-dev-spaces]: /previous-versions/azure/dev-spaces/

articles/aks/learn/quick-windows-container-deploy-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ To learn more about AKS, and walk through a complete code to deployment example,
390390
> [AKS tutorial][aks-tutorial]
391391
392392
<!-- LINKS - external -->
393-
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl/
393+
[kubectl]: https://kubernetes.io/docs/reference/kubectl/
394394
[kubectl-apply]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply
395395
[kubectl-get]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
396396
[node-selector]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

articles/aks/learn/quick-windows-container-deploy-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Kubernetes cluster tutorial.
308308
> [AKS tutorial][aks-tutorial]
309309
310310
<!-- LINKS - external -->
311-
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl/
311+
[kubectl]: https://kubernetes.io/docs/reference/kubectl/
312312
[kubectl-get]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
313313
[dotnet-samples]: https://hub.docker.com/_/microsoft-dotnet-framework-samples/
314314
[node-selector]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

articles/aks/quickstart-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ For more information about using Helm, see the [Helm documentation][helm-documen
302302
[az-aks-install-cli]: /cli/azure/aks#az_aks_install_cli
303303
[install-azakskubectl]: /powershell/module/az.aks/install-azaksclitool
304304
[azure-vote-app]: https://github.com/Azure-Samples/azure-voting-app-redis.git
305-
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl/
305+
[kubectl]: https://kubernetes.io/docs/reference/kubectl/
306306
[helm]: https://helm.sh/
307307
[helm-documentation]: https://helm.sh/docs/
308308
[helm-existing]: kubernetes-helm.md

0 commit comments

Comments
 (0)