Skip to content

Commit a3d182a

Browse files
committed
Updates.
1 parent fa5efb3 commit a3d182a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 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+
# Increase the size of 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 SAN size
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

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

4242
## Expand volume size
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)