Skip to content

Commit 6dc8430

Browse files
committed
reordered the sections based on the action bar
1 parent f4c0552 commit 6dc8430

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

azure-local/manage/manage-arc-virtual-machines.md

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -214,37 +214,37 @@ To start a VM, follow these steps in the Azure portal for your Azure Local insta
214214
215215
1. Verify that the VM started.
216216
217-
## Stop a VM
217+
## Restart a VM
218218
219-
To stop a VM, follow these steps in the Azure portal for your Azure Local instance:
219+
To restart a VM, follow these steps in the Azure portal for your Azure Local instance:
220220
221221
1. Go to the Azure Local resource, and then go to **Virtual machines**.
222222
223-
1. In the list of virtual machines, select a VM that's running and that you want to stop.
223+
1. In the list of virtual machines, select a VM that's stopped and that you want to restart.
224224
225-
1. On the **Overview** page for the VM, on the command bar, select **Stop**.
225+
1. On the **Overview** page for the VM, on the command bar, select **Restart**.
226226
227-
:::image type="content" source="./media/manage-arc-virtual-machines/stop-virtual-machine.png" alt-text="Screenshot of the button for stopping a virtual machine on the overview page." lightbox="./media/manage-arc-virtual-machines/stop-virtual-machine.png":::
227+
:::image type="content" source="./media/manage-arc-virtual-machines/restart-virtual-machine.png" alt-text="Screenshot of the button for restarting a virtual machine on the overview page." lightbox="./media/manage-arc-virtual-machines/restart-virtual-machine.png":::
228228
229229
1. Select **Yes**.
230230
231-
1. Verify that the VM stopped.
231+
1. Verify that the VM restarted.
232232
233-
## Restart a VM
233+
## Stop a VM
234234
235-
To restart a VM, follow these steps in the Azure portal for your Azure Local instance:
235+
To stop a VM, follow these steps in the Azure portal for your Azure Local instance:
236236
237237
1. Go to the Azure Local resource, and then go to **Virtual machines**.
238238
239-
1. In the list of virtual machines, select a VM that's stopped and that you want to restart.
239+
1. In the list of virtual machines, select a VM that's running and that you want to stop.
240240
241-
1. On the **Overview** page for the VM, on the command bar, select **Restart**.
241+
1. On the **Overview** page for the VM, on the command bar, select **Stop**.
242242
243-
:::image type="content" source="./media/manage-arc-virtual-machines/restart-virtual-machine.png" alt-text="Screenshot of the button for restarting a virtual machine on the overview page." lightbox="./media/manage-arc-virtual-machines/restart-virtual-machine.png":::
243+
:::image type="content" source="./media/manage-arc-virtual-machines/stop-virtual-machine.png" alt-text="Screenshot of the button for stopping a virtual machine on the overview page." lightbox="./media/manage-arc-virtual-machines/stop-virtual-machine.png":::
244244
245245
1. Select **Yes**.
246246
247-
1. Verify that the VM restarted.
247+
1. Verify that the VM stopped.
248248
249249
## Pause a VM
250250
@@ -258,15 +258,15 @@ To pause a VM, follow these steps in the Azure portal for your Azure Local insta
258258
259259
1. Go to the Azure Local resource, and then go to **Virtual machines**.
260260
261-
1. In the list of virtual machines, select a VM that's running and that you want to pause.
261+
1. In the list of virtual machines, select a VM that's currently running and that you want to pause.
262262
263263
1. On the **Overview** page for the VM, on the command bar, select **Pause**.
264264
265265
:::image type="content" source="./media/manage-arc-virtual-machines/pause-virtual-machine.png" alt-text="Screenshot of the button for pausing a virtual machine on the overview page." lightbox="./media/manage-arc-virtual-machines/pause-virtual-machine.png":::
266266
267-
1. On the confirmation message, select **Yes**.
267+
1. On the confirmation dialog, select **Yes**.
268268
269-
1. Verify that the VM's status changes to **Paused**.
269+
1. Verify that the VM's status changed to **Paused**.
270270
271271
### [Azure CLI](#tab/azurecli)
272272
@@ -563,15 +563,15 @@ To save a VM, follow these steps in the Azure portal for your Azure Local instan
563563

564564
1. Go to the Azure Local resource, and then go to **Virtual machines**.
565565

566-
1. In the list of virtual machines, select a VM that's running and that you want to save.
566+
1. In the list of virtual machines, select a VM that's currently running and that you want to save.
567567

568568
1. On the **Overview** page for the VM, on the command bar, select **Save**.
569569

570570
:::image type="content" source="./media/manage-arc-virtual-machines/save-virtual-machine.png" alt-text="Screenshot of the button for saving a virtual machine on the overview page." lightbox="./media/manage-arc-virtual-machines/save-virtual-machine.png":::
571571

572-
1. On the confirmation message, select **Yes**.
572+
1. On the confirmation dialog, select **Yes**.
573573

574-
1. Verify that the VM's status changes to **Saved**.
574+
1. Verify that the VM's status changed to **Saved**.
575575

576576
### [Azure CLI](#tab/azurecli)
577577

@@ -857,6 +857,28 @@ Inside _start_initial/subscriptions/<Subscription ID>/resourceGroups/<Resource g
857857

858858
---
859859

860+
## Delete a VM
861+
862+
Deleting a VM doesn't delete all the resources associated with the VM. For example, it doesn't delete the data disks and the network interfaces associated with the VM. You need to locate and delete these resources separately.
863+
864+
To delete a VM, follow these steps in the Azure portal for your Azure Local instance:
865+
866+
1. Go to the Azure Local resource, and then go to **Virtual machines**.
867+
868+
1. In the list of virtual machines, select a VM that you want to remove from your system.
869+
870+
1. On the **Overview** page for the VM, on the command bar, select **Delete**.
871+
872+
1. You're prompted to confirm the deletion. Select **Yes**.
873+
874+
:::image type="content" source="./media/manage-arc-virtual-machines/delete-virtual-machine-warning.png" alt-text="Screenshot of the warning for deleting a virtual machine." lightbox="./media/manage-arc-virtual-machines/delete-virtual-machine-warning.png":::
875+
876+
1. Go to the resource group where this VM was deployed. Verify that the VM is removed from the list of resources in the resource group.
877+
878+
1. Locate the associated resources, such as the network interfaces and data disks, and delete them. You might need to select **Show hidden types** to view the resources associated with this VM that weren't deleted.
879+
880+
:::image type="content" source="./media/manage-arc-virtual-machines/locate-network-interfaces-data-disks-deleted-virtual-machine.png" alt-text="Screenshot of hidden types of resources associated with a virtual machine." lightbox="./media/manage-arc-virtual-machines/locate-network-interfaces-data-disks-deleted-virtual-machine.png":::
881+
860882
## Change the local account password
861883

862884
Follow these steps to change the local account passwords for an Azure Local VM deployed on your Azure Local instance. The steps are different for Windows and Linux VMs.
@@ -927,28 +949,6 @@ If Bash is in a different directory, be sure to change the `#!/bin/bash` line ac
927949
fi
928950
```
929951
930-
## Delete a VM
931-
932-
Deleting a VM doesn't delete all the resources associated with the VM. For example, it doesn't delete the data disks and the network interfaces associated with the VM. You need to locate and delete these resources separately.
933-
934-
To delete a VM, follow these steps in the Azure portal for your Azure Local instance:
935-
936-
1. Go to the Azure Local resource, and then go to **Virtual machines**.
937-
938-
1. In the list of virtual machines, select a VM that you want to remove from your system.
939-
940-
1. On the **Overview** page for the VM, on the command bar, select **Delete**.
941-
942-
1. You're prompted to confirm the deletion. Select **Yes**.
943-
944-
:::image type="content" source="./media/manage-arc-virtual-machines/delete-virtual-machine-warning.png" alt-text="Screenshot of the warning for deleting a virtual machine." lightbox="./media/manage-arc-virtual-machines/delete-virtual-machine-warning.png":::
945-
946-
1. Go to the resource group where this VM was deployed. Verify that the VM is removed from the list of resources in the resource group.
947-
948-
1. Locate the associated resources, such as the network interfaces and data disks, and delete them. You might need to select **Show hidden types** to view the resources associated with this VM that weren't deleted.
949-
950-
:::image type="content" source="./media/manage-arc-virtual-machines/locate-network-interfaces-data-disks-deleted-virtual-machine.png" alt-text="Screenshot of hidden types of resources associated with a virtual machine." lightbox="./media/manage-arc-virtual-machines/locate-network-interfaces-data-disks-deleted-virtual-machine.png":::
951-
952952
## Conduct live migration of Azure Local VMs
953953
954954
Live migration of Azure Local VMs across Azure Local nodes is supported via on-premises tools like [Failover Cluster Manager](/windows-server/manage/windows-admin-center/use/manage-failover-clusters#adding-a-failover-cluster-to-windows-admin-center) or [Windows Admin Center](/windows-server/manage/windows-admin-center/use/manage-virtual-machines#live-migrate-a-virtual-machine-to-another-cluster-node). Live migration of VM storage is not supported.

0 commit comments

Comments
 (0)