We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23fbb86 + 2ab57d0 commit 55f2911Copy full SHA for 55f2911
1 file changed
articles/storage/elastic-san/elastic-san-snapshots.md
@@ -85,7 +85,7 @@ You can use snapshots of elastic SAN volumes to create new volumes using the Azu
85
86
```azurepowershell
87
# create a volume with a snapshot id
88
-New-AzElasticSanVolume -ElasticSanName $esname -ResourceGroupName $rgname -VolumeGroupName $vgname -Name $volname2 -CreationDataSourceId $snapshot.Id -SizeGiB 1
+New-AzElasticSanVolume -ElasticSanName $esname -ResourceGroupName $rgname -VolumeGroupName $vgname -Name $volname2 -CreationDataSourceId $snapshot.Id -CreationDataCreateSource VolumeSnapshot -SizeGiB 1
89
```
90
91
# [Azure CLI](#tab/azure-cli)
0 commit comments