Skip to content

Commit e0519b4

Browse files
authored
Merge pull request #97198 from Benjamin-Ogunsade/patch-1
Update tutorial-manage-disks.md
2 parents c41ce13 + 803308d commit e0519b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/tutorial-manage-disks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ When you take a disk snapshot, Azure creates a read only, point-in-time copy of
189189

190190
### Create snapshot
191191

192-
Before you create a snapshot, you need the ID or name of the disk. Use [az vm show](/cli/azure/vm#az-vm-show) to shot the disk ID. In this example, the disk ID is stored in a variable so that it can be used in a later step.
192+
Before you create a snapshot, you need the ID or name of the disk. Use [az vm show](/cli/azure/vm#az-vm-show) to show the disk ID. In this example, the disk ID is stored in a variable so that it can be used in a later step.
193193

194194
```azurecli-interactive
195195
osdiskid=$(az vm show \

0 commit comments

Comments
 (0)