Skip to content

Commit 38ea72f

Browse files
Merge pull request #272405 from roygara/resizeSan
Resize san
2 parents 5c0f6dc + 5e070ae commit 38ea72f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Increase the size of an Azure Elastic SAN and its volumes
3-
description: Learn how to increase the size of an Azure Elastic SAN and its volumes with the Azure portal, Azure PowerShell module, or Azure CLI.
2+
title: Resize an Azure Elastic SAN and its volumes
3+
description: Learn how to increase or decrease the size of an Azure Elastic SAN and its volumes with the Azure portal, Azure PowerShell module, or Azure CLI.
44
author: roygara
55
ms.service: azure-elastic-san-storage
66
ms.topic: how-to
7-
ms.date: 02/13/2024
7+
ms.date: 04/16/2024
88
ms.author: rogarana
99
ms.custom: devx-track-azurecli, devx-track-azurepowershell
1010
---
1111

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

14-
This article covers increasing the size of an Elastic storage area network (SAN) and an individual volume, if you need additional storage or performance. Be sure you need the storage or performance before you increase the size because decreasing the size isn't supported, to prevent data loss.
14+
This article covers increasing or decreasing the size of an Elastic storage area network (SAN) and an individual volume.
1515

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

18-
First, increase the size of your Elastic storage area network (SAN).
18+
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

2020
# [PowerShell](#tab/azure-powershell)
2121

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

4040
---
4141

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

44-
Once you've expanded the size of your SAN, you can either create an additional volume, or expand the size of an existing volume.
44+
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

4646
# [PowerShell](#tab/azure-powershell)
4747

@@ -59,4 +59,4 @@ az elastic-san volume update -e $sanName -g $resourceGroupName -v $volumeGroupNa
5959

6060
## Next steps
6161

62-
To create a new volume with the extra capacity you added to your SAN, see [Create volumes](elastic-san-create.md#create-volumes).
62+
If you expanded the size of your san, see [Create volumes](elastic-san-create.md#create-volumes) to create a new volume with the extra capacity.

0 commit comments

Comments
 (0)