Skip to content

Commit 41e2eb6

Browse files
authored
Update azure-disk-csi.md
1 parent 61c5481 commit 41e2eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/azure-disk-csi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In addition to in-tree driver features, Azure disk CSI driver supports the follo
2929
- Performance improvements during concurrent disk attach and detach
3030
- In-tree drivers attach or detach disks in serial, while CSI drivers attach or detach disks in batch. There is significant improvement when there are multiple disks attaching to one node.
3131
- Zone-redundant storage (ZRS) disk support
32-
- `Premium_ZRS`, `StandardSSD_ZRS` disk types are supported, check more details about [Zone-redundant storage for managed disks](../virtual-machines/disks-redundancy.md)
32+
- `Premium_ZRS`, `StandardSSD_ZRS` disk types are supported, ZRS disk could be scheduled on the zone or non-zone node, without the restriction that disk volume should be co-located in the same zone as a given node, check more details about [Zone-redundant storage for managed disks](../virtual-machines/disks-redundancy.md)
3333
- [Snapshot](#volume-snapshots)
3434
- [Volume clone](#clone-volumes)
3535
- [Resize disk PV without downtime(Preview)](#resize-a-persistent-volume-without-downtime-preview)
@@ -379,4 +379,4 @@ $ kubectl exec -it busybox-azuredisk-0 -- cat c:\mnt\azuredisk\data.txt # on Win
379379
[az-provider-register]: /cli/azure/provider#az_provider_register
380380
[az-on-demand-bursting]: ../virtual-machines/disk-bursting.md#on-demand-bursting
381381
[enable-on-demand-bursting]: ../virtual-machines/disks-enable-bursting.md?tabs=azure-cli
382-
[az-premium-ssd]: ../virtual-machines/disks-types.md#premium-ssds
382+
[az-premium-ssd]: ../virtual-machines/disks-types.md#premium-ssds

0 commit comments

Comments
 (0)