Skip to content

Commit 6686a6b

Browse files
Merge pull request #286961 from rohinchandra-li/patch-1
Update elastic-san-networking.md
2 parents 07d7616 + c05704e commit 6686a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Deploying a private endpoint for an Elastic SAN Volume group using PowerShell in
193193
1. Create the private endpoint using the subnet and the private link service connection as input.
194194
1. **(Optional)** *if you're using the two-step process (creation, then approval))*: The Elastic SAN Network Admin approves the connection.
195195

196-
Use this sample code to create a private endpoint for your Elastic SAN volume group with PowerShell. Replace the values of `RgName`, `VnetName`, `SubnetName`, `EsanName`, `EsanVgName`, `PLSvcConnectionName`, `EndpointName`, and `Location` with your own values:
196+
Use this sample code to create a private endpoint for your Elastic SAN volume group with PowerShell. Replace the values of `RgName`, `VnetName`, `SubnetName`, `EsanName`, `EsanVgName`, `PLSvcConnectionName`, `EndpointName`, and `Location`(Region) with your own values:
197197

198198
```powershell
199199
# Set the resource group name.
@@ -430,7 +430,7 @@ You can manage virtual network rules for volume groups through the Azure portal,
430430
```azurepowershell
431431
$rule = New-AzElasticSanVirtualNetworkRuleObject -VirtualNetworkResourceId $Subnet.Id -Action Allow
432432
433-
Add-AzElasticSanVolumeGroupNetworkRule -ResourceGroupName $RgName -ElasticSanName $sanName -VolumeGroupName $volGroupName -NetworkAclsVirtualNetworkRule $rule
433+
Add-AzElasticSanVolumeGroupNetworkRule -ResourceGroupName $RgName -ElasticSanName $EsanName -VolumeGroupName $EsanVgName -NetworkAclsVirtualNetworkRule $rule
434434
```
435435
436436
> [!TIP]

0 commit comments

Comments
 (0)