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
+30-8Lines changed: 30 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ This article explains how to deploy and configure an elastic storage area networ
16
16
17
17
## Prerequisites
18
18
19
-
- Sign up for the preview at [https://aka.ms/ElasticSANPreviewSignUp](https://aka.ms/ElasticSANPreviewSignUp).
20
19
- If you're using Azure PowerShell, use `Install-Module -Name Az.Elastic-SAN -Scope CurrentUser -Repository PSGallery -Force -RequiredVersion .10-preview` to install the preview module.
21
20
- If you're using Azure CLI, install the latest version. For installation instructions, see [How to install the Azure CLI](/cli/azure/install-azure-cli).
22
21
- Once you've installed the latest version, run `az extension add -n elastic-san` to install the extension for Elastic SAN.
@@ -27,7 +26,15 @@ This article explains how to deploy and configure an elastic storage area networ
27
26
28
27
## Register for the preview
29
28
30
-
Register your subscription with Microsoft.ElasticSAN resource provider and the preview feature using the following command:
29
+
Sign up for the preview at [https://aka.ms/ElasticSANPreviewSignUp](https://aka.ms/ElasticSANPreviewSignUp).
30
+
31
+
If your request for access to the preview is approved, register your subscription with Microsoft.ElasticSAN resource provider and the preview feature using the following command:
32
+
33
+
# [Portal](#tab/azure-portal)
34
+
35
+
Use either the Azure PowerShell module or the Azure CLI to register your subscription for the preview.
# You can either update the base size or the additional size.
36
36
# This command updates the base size, to update the additional size, replace -base-size-tib $newBaseSizeTib with –extended-capacity-size-tib $newExtendedCapacitySizeTib
37
37
38
-
az elastic-san update -e $sanName -g $resourceGroupName –base-size-tib $newBaseSizeTib
38
+
az elastic-san update -e $sanName -g $resourceGroupName --base-size-tib $newBaseSizeTib
0 commit comments