Skip to content

Commit 353df78

Browse files
committed
Finalizing draft.
1 parent 512433c commit 353df78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/storage/elastic-san/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ items:
4646
href: ../container-storage/use-container-storage-with-elastic-san.md?toc=/azure/storage/elastic-san/toc.json&bc=/azure/storage/elastic-san/breadcrumb/toc.json
4747
- name: Use Kubernetes iSCSI CSI driver
4848
href: elastic-san-connect-aks.md
49-
- name: Expand an Elastic SAN
49+
- name: Resize an Elastic SAN
5050
href: elastic-san-expand.md
5151
- name: Use volume snapshots
5252
href: elastic-san-snapshots.md

articles/storage/elastic-san/elastic-san-expand.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ ms.author: rogarana
99
ms.custom: devx-track-azurecli, devx-track-azurepowershell
1010
---
1111

12-
# Increase the size of an Azure Elastic SAN
12+
# Resize an Azure Elastic SAN
1313

1414
This article covers increasing or decreasing the size of an Elastic storage area network (SAN) and an individual volume.
1515

16-
## Resize SAN size
16+
## Resize your SAN
1717

1818
To increase the size of your volumes, increase the size of your Elastic SAN first. To decrease the size of your SAN, make sure your volumes aren't using the extra size, or decrease the size of your volumes first.
1919

@@ -39,7 +39,7 @@ az elastic-san update -e $sanName -g $resourceGroupName --base-size-tib $newBase
3939

4040
---
4141

42-
## Expand volume size
42+
## Resize a volume
4343

4444
Once you've expanded the size of your SAN, you can either create an additional volume, or expand the size of an existing volume. To decrease the size of your SAN, make sure the extra size is unallocated, or decrease the size of your existing volumes first.
4545

0 commit comments

Comments
 (0)