Skip to content

Commit a875f13

Browse files
committed
Reapply "Merge pull request #311256 from eh8/main"
This reverts commit ab6603c.
1 parent f2c102b commit a875f13

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

articles/storage/container-storage/container-storage-introduction.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ The following table lists key features of Azure Container Storage and indicates
5454

5555
| Feature | Local NVMe | Elastic SAN |
5656
|---|---|---|
57-
| Ephemeral volumes | Supported | Not supported |
58-
| Persistent volumes | Supported<sup>1</sup> | Supported |
59-
| PV expansion/resize | Supported | Supported |
60-
| Snapshots | Not supported | Supported |
57+
| Ephemeral volumes | [Supported](./use-container-storage-with-local-disk.md) | Not supported |
58+
| Persistent volumes | [Supported<sup>1</sup>](./use-container-storage-with-local-disk.md) | [Supported](./use-container-storage-with-elastic-san.md) |
59+
| PV expansion/resize | [Supported](./resize-volume.md) | [Supported](./resize-volume.md) |
60+
| Snapshots | Not supported | [Supported](./volume-snapshot-restore.md) |
6161
| Replication | Not supported | Supported (LRS and ZRS) |
62-
| ZRS option | N/A | Supported |
63-
| Encryption | N/A | Supported |
62+
| ZRS option | N/A | [Supported](./enable-multi-zone-redundancy.md) |
63+
| Encryption | N/A | [Supported](./configure-encryption-for-elastic-san.md) |
6464

6565
<sup>1</sup> By default, Azure Container Storage uses generic ephemeral volumes for local NVMe disks, which means data isn't retained after pod deletion. To enable persistent volumes that aren't linked to the lifecycle of the pod, add the appropriate annotation to your persistent volume claim (PVC). For details, see [Create persistent volumes with local NVMe disks](use-container-storage-with-local-disk.md).
6666

0 commit comments

Comments
 (0)