Skip to content

Commit b58d557

Browse files
committed
Removing my changes from AKS doc.
1 parent ece3ce9 commit b58d557

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

articles/aks/concepts-storage.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Concepts - Storage in Azure Kubernetes Services (AKS)
33
description: Learn about storage in Azure Kubernetes Service (AKS), including volumes, persistent volumes, storage classes, and claims
44
ms.topic: conceptual
5-
ms.date: 02/17/2023
5+
ms.date: 01/18/2023
66

77
---
88

@@ -68,12 +68,6 @@ Use [Azure Blob Storage][azure-blob-csi] to create a blob storage container and
6868

6969
* Block Blobs
7070

71-
### Azure Elastic SAN
72-
73-
Use [Azure Elastic SAN][elastic-san] to create an Azure Elastic SAN volume and mount it using the [internet Small Computer Systems Interface][iSCSI] (iSCSI) protocol.
74-
75-
* Elastic SAN Volumes
76-
7771
### Volume types
7872

7973
Kubernetes volumes represent more than just a traditional disk for storing and retrieving information. Kubernetes volumes can also be used as a way to inject data into a pod for use by the containers.
@@ -109,7 +103,7 @@ Like using a secret:
109103

110104
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.
111105

112-
You can use [Azure Disks](/azure-csi-disk-storage-provision.md), [Azure Files](/azure-csi-files-storage-provision.md), or [Elastic SAN volumes](../storage/elastic-san/elastic-san-connect-aks.md) to provide the PersistentVolume. As noted in the [Volumes](#volumes) section, the choice of Disks, Files, or an Elastic SAN volume 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.
113107

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

@@ -246,7 +240,6 @@ For more information on core Kubernetes and AKS concepts, see the following arti
246240
- [Kubernetes / AKS scale][aks-concepts-scale]
247241

248242
<!-- EXTERNAL LINKS -->
249-
[iSCSI]: https://en.wikipedia.org/wiki/ISCSI
250243

251244
<!-- INTERNAL LINKS -->
252245
[disks-types]: ../virtual-machines/disks-types.md
@@ -266,5 +259,4 @@ For more information on core Kubernetes and AKS concepts, see the following arti
266259
[operator-best-practices-storage]: operator-best-practices-storage.md
267260
[csi-storage-drivers]: csi-storage-drivers.md
268261
[azure-blob-csi]: azure-blob-csi.md
269-
[general-purpose-machine-sizes]: ../virtual-machines/sizes-general.md
270-
[elastic-san]: ../storage/elastic-san/elastic-san-introduction.md
262+
[general-purpose-machine-sizes]: ../virtual-machines/sizes-general.md

0 commit comments

Comments
 (0)