|
| 1 | +--- |
| 2 | +title: Perform VM operations on SCVMM VMs through Azure |
| 3 | +description: Learn how to manage SCVMM VMs in Azure through Arc-enabled SCVMM. |
| 4 | +ms.topic: how-to |
| 5 | +ms.date: 03/12/2024 |
| 6 | +ms.service: azure-arc |
| 7 | +ms.subservice: azure-arc-scvmm |
| 8 | +author: Farha-Bano |
| 9 | +ms.author: v-farhabano |
| 10 | +manager: jsuri |
| 11 | +--- |
| 12 | + |
| 13 | +# Manage SCVMM VMs in Azure through Arc-enabled SCVMM |
| 14 | + |
| 15 | +In this article, you learn how to perform various operations on the Azure Arc-enabled SCVMM VMs such as: |
| 16 | + |
| 17 | +- Start, stop, and restart a VM |
| 18 | + |
| 19 | +- Control access and add Azure tags |
| 20 | + |
| 21 | +- Add, remove, and update network interfaces |
| 22 | + |
| 23 | +- Add, remove, and update disks and update VM size (CPU cores, memory) |
| 24 | + |
| 25 | +- Enable guest management |
| 26 | + |
| 27 | +- Install extensions (enabling guest management is required). All the [extensions](../servers/manage-vm-extensions.md#extensions) that are available with Arc-enabled Servers are supported. |
| 28 | + |
| 29 | +:::image type="content" source="media/perform-vm-ops-on-scvmm-through-azure/manage-vms.png" alt-text="Screenshot showing the SCVMM virtual machine operations." lightbox="media/perform-vm-ops-on-scvmm-through-azure/manage-vms.png"::: |
| 30 | + |
| 31 | +To perform guest OS operations on Arc-enabled SCVMM VMs, you must enable guest management on the VMs. When you enable guest management, the Arc Connected Machine Agent is installed on the VM. |
| 32 | + |
| 33 | +## Enable guest management |
| 34 | + |
| 35 | +Before you can install an extension, you must enable guest management on the SCVMM VM. |
| 36 | + |
| 37 | +1. Make sure your target machine: |
| 38 | + |
| 39 | + - is running a [supported operating system](../servers/prerequisites.md#supported-operating-systems). |
| 40 | + |
| 41 | + - can connect through the firewall to communicate over the internet and [these URLs](../servers/network-requirements.md#urls) aren't blocked. |
| 42 | + |
| 43 | + - has SCVMM tools installed and running. |
| 44 | + |
| 45 | + - is powered on and the resource bridge has network connectivity to the host running the VM. |
| 46 | + |
| 47 | +1. From your browser, go to the [Azure portal](https://portal.azure.com). |
| 48 | + |
| 49 | +2. Search for and select the SCVMM VM for which you want to enable guest management and select **Configuration**. |
| 50 | + |
| 51 | +3. Select **Enable guest management** and provide the administrator username and password to enable guest management. Then select **Apply**. |
| 52 | + |
| 53 | +For Linux, use the root account, and for Windows, use an account that is a member of the Local Administrators group. |
| 54 | + |
| 55 | +>[!Note] |
| 56 | +>You can install Arc agents at scale on Arc-enabled SCVMM VMs through Azure Portal only if you are running: |
| 57 | +>- SCVMM 2022 UR1 or later versions of SCVMM server and console |
| 58 | +>- SCVMM 2019 UR5 or later versions of SCVMM server and console |
| 59 | +>- VMs running Windows Server 2012 R2, 2016, 2019, 2022, Windows 10, and Windows 11 <br> |
| 60 | +> For other SCVMM versions, Linux VMs, or Windows VMs running WS 2012 or earlier, [install Arc agents through the script](./install-arc-agents-using-script.md). |
| 61 | +
|
| 62 | +## Delete a VM |
| 63 | + |
| 64 | +If you no longer need the VM, you can delete it. |
| 65 | + |
| 66 | +1. From your browser, go to the [Azure portal](https://portal.azure.com). |
| 67 | + |
| 68 | +2. Search for and select the VM you want to delete. |
| 69 | + |
| 70 | +3. In the selected VM's Overview page, select **Delete**. |
| 71 | + |
| 72 | +4. When prompted, confirm that you want to delete it. |
| 73 | + |
| 74 | +>[!NOTE] |
| 75 | +>This also deletes the VM on your SCVMM managed on-premises host. |
| 76 | +
|
| 77 | +## Next steps |
| 78 | + |
| 79 | +[Create a Virtual Machine on SCVMM managed on-premises hosts](./create-virtual-machine.md). |
0 commit comments