You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/elastic-san/elastic-san-create.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,8 @@ Use one of these sets of sample code to create an Elastic SAN that uses locally
53
53
|`<VolumeName>`| The name of the Elastic SAN Volume to be created. |
54
54
|`<Location>`| The region where the new resources will be created. |
55
55
|`<Zone>`| The availability zone where the Elastic SAN will be created.<br> *Specify the same availability zone as the zone that will host your workload.*<br>*Use only if the Elastic SAN will use locally redundant storage.*<br> *Must be a zone supported in the target location such as `1`, `2`, or `3`.*|
56
-
|`<BaseSizeTib>`| The amount of base units to provision. This is an optional parameter with default value 20. |
57
-
|`<ExtendedCapacitySizeTiB>`| The amount of capacity-only units to provision. This is an optional parameter with default value 0. |
56
+
|`<BaseSizeTib>`| The amount of base units to provision. For Powershell module Az.ElasticSan version 1.5.0 and newer, this is an optional parameter with default value 20. |
57
+
|`<ExtendedCapacitySizeTiB>`| The amount of capacity-only units to provision. For Powershell module Az.ElasticSan version 1.5.0 and newer, this is an optional parameter with default value 0. |
58
58
|`<AutoScalePolicyEnforcement>`| The setting that determines whether or not autoscaling is enabled for the Elastic SAN. <br>*This value is optional but if passed in, must be 'Enabled' or 'Disabled'*|
59
59
|`<UnusedSizeTiB>`| The capacity (in TiB) on your Elastic SAN that you want to keep free and unused. If you use more space than this amount, the scale-up operation is automatically triggered, increasing the size of your SAN. This parameter is optional but is required to enable autoscaling. |
60
60
|`<IncreaseCapacityUnitByTiB>`| This parameter sets the TiB of additional capacity units that your SAN scales up by when autoscale gets triggered. This parameter is optional but is required to enable autoscaling. |
@@ -126,8 +126,8 @@ Use one of these sets of sample code to create an Elastic SAN that uses locally
126
126
|`<VolumeName>`| The name of the Elastic SAN Volume to be created. |
127
127
|`<Location>`| The region where the new resources will be created. |
128
128
|`<Zone>`| The availability zone where the Elastic SAN will be created.<br> *Specify the same availability zone as the zone that will host your workload.*<br>*Use only if the Elastic SAN uses locally redundant storage.*<br> *Must be a zone supported in the target location such as `1`, `2`, or `3`.*|
129
-
|`<BaseSizeTib>`| The amount of base units to provision. This is an optional parameter with default value 20. |
130
-
|`<ExtendedCapacitySizeTiB>`| The amount of capacity-only units to provision. This is an optional parameter with default value 0. |
129
+
|`<BaseSizeTib>`| The amount of base units to provision. For Azure CLI extension elastic-san versions 1.3.0 and newer, this is an optional parameter with default value 20. |
130
+
|`<ExtendedCapacitySizeTiB>`| The amount of capacity-only units to provision. For Azure CLI extension elastic-san versions 1.3.0 and newer, this is an optional parameter with default value 0. |
131
131
|`<AutoScalePolicyEnforcement>`| The setting that determines whether or not autoscaling is enabled for the Elastic SAN. <br>*This value is optional but if passed in, must be 'Enabled' or 'Disabled'*|
132
132
|`<UnusedSizeTiB>`| The capacity (in TiB) on your Elastic SAN that you want to keep free and unused. If you use more space than this amount, the scale-up operation is automatically triggered, increasing the size of your SAN. This parameter is optional but is required to enable autoscaling. |
133
133
|`<IncreaseCapacityUnitByTiB>`| This parameter sets the TiB of additional capacity units that your SAN scales up by when autoscale gets triggered. This parameter is optional but is required to enable autoscaling. |
0 commit comments