Skip to content

Commit fd56dff

Browse files
Merge pull request #225402 from MGoedtel/AKSCSIFilesBug127
fixed improperly formatted link
2 parents e2476eb + 45482e1 commit fd56dff

File tree

1 file changed

+2
-31
lines changed

1 file changed

+2
-31
lines changed

articles/aks/azure-files-csi.md

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In addition to the original in-tree driver features, Azure Files CSI driver supp
6161

6262
## Use a persistent volume with Azure Files
6363

64-
A [persistent volume (PV)][persistent-volume] represents a piece of storage that's provisioned for use with Kubernetes pods. A PV can be used by one or many pods and can be dynamically or statically provisioned. If multiple pods need concurrent access to the same storage volume, you can use Azure Files to connect by using the [Server Message Block (SMB)][smb-overview] or [NFS protocol][nfs-overview]. This article shows you how to dynamically create an Azure Files share for use by multiple pods in an AKS cluster. For static provisioning, see [Manually create and use a volume with an Azure Files share][azure-files-storage-provision.md#statically-provision-a-volume].
64+
A [persistent volume (PV)][persistent-volume] represents a piece of storage that's provisioned for use with Kubernetes pods. A PV can be used by one or many pods and can be dynamically or statically provisioned. If multiple pods need concurrent access to the same storage volume, you can use Azure Files to connect by using the [Server Message Block (SMB)][smb-overview] or [NFS protocol][nfs-overview]. This article shows you how to dynamically create an Azure Files share for use by multiple pods in an AKS cluster. For static provisioning, see [Manually create and use a volume with an Azure Files share][statically-provision-a-volume].
6565

6666
With Azure Files shares, there is no limit as to how many can be mounted on a node.
6767

@@ -489,54 +489,25 @@ The output of the commands resembles the following example:
489489
- For more about storage best practices, see [Best practices for storage and backups in Azure Kubernetes Service][operator-best-practices-storage].
490490

491491
<!-- LINKS - external -->
492-
[access-modes]: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes
493-
[kubectl-apply]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply
494-
[kubectl-get]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
495-
[kubernetes-storage-classes]: https://kubernetes.io/docs/concepts/storage/storage-classes/
496-
[kubernetes-volumes]: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
497-
[managed-disk-pricing-performance]: https://azure.microsoft.com/pricing/details/managed-disks/
498492
[smb-overview]: /windows/desktop/FileIO/microsoft-smb-protocol-and-cifs-protocol-overview
499493
[nfs-overview]:/windows-server/storage/nfs/nfs-overview
500494
[kubectl-exec]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#exec
501495
[csi-specification]: https://github.com/container-storage-interface/spec/blob/master/spec.md
502496
[data-plane-api]: https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/azcore/internal/shared/shared.go
503-
[vhd-disk-feature]: https://github.com/kubernetes-sigs/azurefile-csi-driver/blob/master/deploy/example/disk
504497

505498
<!-- LINKS - internal -->
506499
[csi-drivers-overview]: csi-storage-drivers.md
507500
[azure-disk-csi]: azure-disk-csi.md
508501
[azure-blob-csi]: azure-blob-csi.md
509502
[persistent-volume-claim-overview]: concepts-storage.md#persistent-volume-claims
510-
[access-tier-file-share]: ../storage/files/storage-files-planning#storage-tiers.md
511-
[access-tier-storage-account]: ../storage/blobs/access-tiers-overview.md
512-
[azure-tags]: ../azure-resource-manager/management/tag-resources.md
513-
[azure-disk-volume]: azure-disk-volume.md
514-
[azure-files-pvc]: azure-files-dynamic-pv.md
515-
[azure-files-pvc-manual]: azure-files-volume.md
516-
[premium-storage]: ../virtual-machines/disks-types.md
517-
[az-disk-list]: /cli/azure/disk#az_disk_list
518-
[az-snapshot-create]: /cli/azure/snapshot#az_snapshot_create
519-
[az-disk-create]: /cli/azure/disk#az_disk_create
520-
[az-disk-show]: /cli/azure/disk#az_disk_show
521-
[aks-quickstart-cli]: ./learn/quick-kubernetes-deploy-cli.md
522-
[aks-quickstart-portal]: ./learn/quick-kubernetes-deploy-portal.md
523-
[aks-quickstart-powershell]: ./learn/quick-kubernetes-deploy-powershell.md
524-
[install-azure-cli]: /cli/azure/install-azure-cli
525503
[operator-best-practices-storage]: operator-best-practices-storage.md
526504
[concepts-storage]: concepts-storage.md
527-
[storage-class-concepts]: concepts-storage.md#storage-classes
528-
[az-extension-add]: /cli/azure/extension#az_extension_add
529-
[az-extension-update]: /cli/azure/extension#az_extension_update
530-
[az-feature-register]: /cli/azure/feature#az_feature_register
531-
[az-feature-list]: /cli/azure/feature#az_feature_list
532-
[az-provider-register]: /cli/azure/provider#az_provider_register
533505
[node-resource-group]: faq.md#why-are-two-resource-groups-created-with-aks
534506
[storage-skus]: ../storage/common/storage-redundancy.md
535507
[storage-tiers]: ../storage/files/storage-files-planning.md#storage-tiers
536-
[use-tags]: use-tags.md
537508
[private-endpoint-overview]: ../private-link/private-endpoint-overview.md
538509
[persistent-volume]: concepts-storage.md#persistent-volumes
539510
[share-snapshots-overview]: ../storage/files/storage-snapshots-files.md
540-
[zrs-account-type]: ../storage/common/storage-redundancy.md#zone-redundant-storage
541511
[access-tiers-overview]: ../storage/blobs/access-tiers-overview.md
542512
[tag-resources]: ../azure-resource-manager/management/tag-resources.md
513+
[statically-provision-a-volume]: azure-csi-files-storage-provision.md#statically-provision-a-volume

0 commit comments

Comments
 (0)