Skip to content

Commit 923a99c

Browse files
Merge pull request #215660 from roygara/portalNetSan
Adding portal instructions
2 parents 3afe8d7 + b9ac9f6 commit 923a99c

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

articles/storage/elastic-san/elastic-san-connect-linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to connect to an Azure Elastic SAN (preview) volume from
44
author: roygara
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 10/21/2022
7+
ms.date: 10/24/2022
88
ms.author: rogarana
99
ms.subservice: elastic-san
1010
ms.custom: references_regions, ignite-2022
@@ -65,8 +65,8 @@ By default, no network access is allowed to any volumes in a volume group. Addin
6565
# [Portal](#tab/azure-portal)
6666

6767
1. Navigate to your SAN and select **Volume groups**.
68-
1. Select a volume group and select **Modify**.
69-
1. Add an existing virtual network and select **Save**.
68+
1. Select a volume group and select **Create**.
69+
1. Add an existing virtual network and subnet and select **Save**.
7070

7171
# [PowerShell](#tab/azure-powershell)
7272

articles/storage/elastic-san/elastic-san-connect-windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to connect to an Azure Elastic SAN (preview) volume from
44
author: roygara
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 10/21/2022
7+
ms.date: 10/24/2022
88
ms.author: rogarana
99
ms.subservice: elastic-san
1010
ms.custom: references_regions, ignite-2022
@@ -65,8 +65,8 @@ By default, no network access is allowed to any volumes in a volume group. Addin
6565
# [Portal](#tab/azure-portal)
6666

6767
1. Navigate to your SAN and select **Volume groups**.
68-
1. Select a volume group and select **Modify**.
69-
1. Add an existing virtual network and select **Save**.
68+
1. Select a volume group and select **Create**.
69+
1. Add an existing virtual network and subnet and select **Save**.
7070

7171
# [PowerShell](#tab/azure-powershell)
7272

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An overview of Azure Elastic SAN (preview), a service that enables
44
author: roygara
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 10/12/2022
7+
ms.date: 10/24/2022
88
ms.author: rogarana
99
ms.subservice: elastic-san
1010
ms.custom: ignite-2022
@@ -128,7 +128,9 @@ You can manage virtual network rules for volume groups through the Azure portal,
128128
129129
### [Portal](#tab/azure-portal)
130130

131-
Currently, you must use either the Azure PowerShell module or Azure CLI to manage virtual network rules for a volume group.
131+
1. Navigate to your SAN and select **Volume groups**.
132+
1. Select a volume group and select **Create**.
133+
1. Add an existing virtual network and subnet and select **Save**.
132134

133135
### [PowerShell](#tab/azure-powershell)
134136

@@ -150,9 +152,9 @@ Currently, you must use either the Azure PowerShell module or Azure CLI to manag
150152
- Add a network rule for a virtual network and subnet.
151153
152154
```azurepowershell
153-
$rule1 = New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId <resourceIDHere> -Action Allow
155+
$rule = New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId $subnet.Id -Action Allow
154156
155-
Update-AzElasticSanVolumeGroup -ResourceGroupName $rgName -ElasticSanName $sanName -Name $volGroupName -NetworkAclsVirtualNetworkRule $rule1
157+
Add-AzElasticSanVolumeGroupNetworkRule -ResourceGroupName $resourceGroupName -ElasticSanName $sanName -VolumeGroupName $volGroupName -NetworkAclsVirtualNetworkRule $rule
156158
```
157159
158160
> [!TIP]

articles/storage/elastic-san/elastic-san-scale-targets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the capacity, IOPS, and throughput rates for Azure Elas
44
author: roygara
55
ms.service: storage
66
ms.topic: conceptual
7-
ms.date: 10/12/2022
7+
ms.date: 10/24/2022
88
ms.author: rogarana
99
ms.subservice: elastic-san
1010
ms.custom: references_regions, ignite-2022
@@ -22,7 +22,7 @@ An Elastic SAN (preview) has three attributes that determine its performance: to
2222

2323
The total capacity of your Elastic SAN is determined by two different capacities, the base capacity and the additional capacity. Increasing the base capacity also increases the SAN's IOPS and throughput but is more costly than increasing the additional capacity. Increasing additional capacity doesn't increase IOPS or throughput.
2424

25-
The maximum total capacity of your SAN is determined by the region where it's located and by its redundancy configuration. The minimum total capacity for an Elastic SAN is 64 tebibyte (TiB). Base or additional capacity can be increased in increments of 1 TiB.
25+
The maximum total capacity of your SAN is determined by the region where it's located and by its redundancy configuration. The minimum total capacity for an Elastic SAN is 1 tebibyte (TiB). Base or additional capacity can be increased in increments of 1 TiB.
2626

2727
### IOPS
2828

@@ -44,7 +44,7 @@ The appliance scale targets vary depending on region and redundancy of the SAN i
4444
|Maximum number of Elastic SAN that can be deployed per subscription per region |5 |5 |
4545
|Maximum total capacity (TiB) |100 |100 |
4646
|Maximum base capacity (TiB) |100 |100 |
47-
|Minimum total capacity (TiB) |64 |64 |
47+
|Minimum total capacity (TiB) |1 |1 |
4848
|Maximum total IOPS |500,000 |500,000 |
4949
|Maximum total throughput (MB/s) |8,000 |8,000 |
5050

@@ -58,7 +58,7 @@ ZRS is only available in France Central.
5858
|Maximum number of Elastic SAN that can be deployed per subscription per region |5 |
5959
|Maximum total capacity (TiB) |200 |
6060
|Maximum base capacity (TiB) |100 |
61-
|Minimum total capacity (TiB) |64 |
61+
|Minimum total capacity (TiB) |1 |
6262
|Maximum total IOPS |500,000 |
6363
|Maximum total throughput (MB/s) |8,000 |
6464

0 commit comments

Comments
 (0)