Skip to content

Commit 0b2a518

Browse files
Merge pull request #247577 from ramankumarlive/docs-editor/disks-convert-types-1691459280
Update disks-convert-types.md
2 parents f9e571a + dd8660b commit 0b2a518

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/virtual-machines/disks-convert-types.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Because conversion requires a restart of the virtual machine (VM), schedule the
2424

2525
## Restrictions
2626

27-
- You can only change disk type once per day.
27+
- You can only change disk type two times per day.
2828
- You can only change the disk type of managed disks. If your disk is unmanaged, convert it to a managed disk with [CLI](linux/convert-unmanaged-to-managed-disks.md) or [PowerShell](windows/convert-unmanaged-to-managed-disks.md) to switch between disk types.
2929

3030
## Switch all managed disks of a VM between from one account to another
@@ -154,6 +154,7 @@ Start-AzVM -ResourceGroupName $vm.ResourceGroupName -Name $vm.Name
154154
# [Azure CLI](#tab/azure-cli)
155155

156156

157+
157158
```azurecli
158159
159160
#resource group that contains the managed disk
@@ -298,8 +299,11 @@ The following steps assume you already have a snapshot. To learn how to create o
298299
1. Continue to the **Advanced** tab.
299300
1. Select **512** for **Logical sector size (bytes)**.
300301
1. Select **Review+Create** and then **Create**.
302+
303+
301304
---
302305

303306
## Next steps
304307

305308
Make a read-only copy of a VM by using a [snapshot](snapshot-copy-managed-disk.md).
309+

0 commit comments

Comments
 (0)