Skip to content

Commit 437e3f9

Browse files
Merge pull request #273952 from adarshv98/patch-9
Update elastic-san-snapshots.md
2 parents 14d0f58 + 07a23cd commit 437e3f9

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You can use snapshots of managed disks to create new elastic SAN volumes using t
107107
# [PowerShell](#tab/azure-powershell)
108108

109109
```azurepowershell
110-
New-AzElasticSanVolume -ElasticSanName $esname -ResourceGroupName $rgname -VolumeGroupName $vgname -Name $volname2 -CreationDataSourceId $snapshot.Id -SizeGiB 1
110+
New-AzElasticSanVolume -ElasticSanName $esname -ResourceGroupName $rgname -VolumeGroupName $vgname -Name $volname2 -CreationDataSourceId $snapshot.Id -CreationDataCreateSource DiskSnapshot -SizeGiB 1
111111
```
112112

113113
# [Azure CLI](#tab/azure-cli)
@@ -197,12 +197,3 @@ az snapshot create -g $rgName --name $diskSnapName --elastic-san-id $snapID --lo
197197

198198

199199
---
200-
201-
## Create volumes from disk snapshots
202-
203-
Currently, you can only use the Azure portal to create Elastic SAN volumes from managed disks snapshots. The Azure PowerShell module and the Azure CLI can't be used to create Elastic SAN volumes from managed disk snapshots. Managed disk snapshots must be in the same region as your elastic SAN to create volumes with them.
204-
205-
1. Navigate to your SAN and select **volumes**.
206-
1. Select **Create volume**.
207-
1. For **Source type** select **Disk snapshot** and fill out the rest of the values.
208-
1. Select **Create**.

0 commit comments

Comments
 (0)