Skip to content

Commit 6619555

Browse files
Merge pull request #313759 from adarshv98/patch-4
Update autoscaling section in elastic-san-planning.md
2 parents 5c61dbd + f4a3f2e commit 6619555

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This article explains how to deploy and configure an Elastic SAN.
4444

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

47-
Use one of these sets of sample code to create an Elastic SAN that uses locally redundant storage or zone-redundant storage. One set creates an elastic SAN with [autoscaling](elastic-san-planning.md#autoscaling-preview) (preview) enabled, and the other creates an elastic SAN with [autoscaling](elastic-san-planning.md#autoscaling-preview) disabled. Replace all placeholder text with your own values and use the same variables in all of the examples in this article:
47+
Use one of these sets of sample code to create an Elastic SAN that uses locally redundant storage or zone-redundant storage. One set creates an elastic SAN with [autoscaling](elastic-san-planning.md#autoscaling) enabled, and the other creates an elastic SAN with [autoscaling](elastic-san-planning.md#autoscaling) disabled. Replace all placeholder text with your own values and use the same variables in all of the examples in this article:
4848

4949
| Placeholder | Description |
5050
|----------------------------------|-------------|
@@ -118,7 +118,7 @@ New-AzElasticSAN -ResourceGroupName $RgName -Name $EsanName -Location $Location
118118

119119
# [Azure CLI](#tab/azure-cli)
120120

121-
Use one of these sets of sample code to create an Elastic SAN that uses locally redundant storage or zone-redundant storage. One set creates an elastic SAN with [autoscaling](elastic-san-planning.md#autoscaling-preview) (preview) enabled, and the other creates an elastic SAN with [autoscaling](elastic-san-planning.md#autoscaling-preview) disabled. Replace all placeholder text with your own values and use the same variables in all of the examples in this article:
121+
Use one of these sets of sample code to create an Elastic SAN that uses locally redundant storage or zone-redundant storage. One set creates an elastic SAN with [autoscaling](elastic-san-planning.md#autoscaling) enabled, and the other creates an elastic SAN with [autoscaling](elastic-san-planning.md#autoscaling) disabled. Replace all placeholder text with your own values and use the same variables in all of the examples in this article:
122122

123123
| Placeholder | Description |
124124
|----------------------------------|-------------|

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ You create volumes from the storage that you allocated to your Elastic SAN. When
3939

4040
Using the same example of a 100 TiB SAN that has 500,000 IOPS and 20,000 MB/s, say this SAN had 100 1 TiB volumes. You could potentially have six of these volumes operating at their maximum performance (80,000 IOPS, 1,280 MB/s) since this operation is below the SAN's limits. But if seven volumes all needed to operate at maximum at the same time, they couldn't. Instead the performance of the SAN is split evenly among them.
4141

42-
### Autoscaling (preview)
42+
### Autoscaling
4343

44-
As a preview feature, you can automatically scale up your SAN by specific increments until a specified maximum size by using an autoscale policy. An autoscale policy is helpful for environments where storage consumption continually increases, like environments using volume snapshots. Volume snapshots consume some of the total capacity of an elastic SAN, and having an autoscale policy helps ensure your SAN doesn't run out of space to store volume snapshots.
44+
You can automatically scale up your SAN by specific increments until a specified maximum size by using an autoscale policy. An autoscale policy is helpful for environments where storage consumption continually increases, like environments using volume snapshots. Volume snapshots consume some of the total capacity of an elastic SAN, and having an autoscale policy helps ensure your SAN doesn't run out of space to store volume snapshots.
4545

4646
When setting an autoscale policy, there's a minimum capacity increment of 1 TiB, and you can only automatically scale additional capacity, rather than base capacity. So when autoscaling, the IOPS and throughput of your SAN don't automatically scale up.
4747

0 commit comments

Comments
 (0)