Edit

Share via


Update configuration and resize a SCVMM managed virtual machine in Azure

In this article, you learn how to update the configuration and resize a SCVMM-managed VM in Azure through Azure Arc-enabled SCVMM.

From Azure, you can modify the following configuration of a VM:

Prerequisites

Before you update and resize a virtual machine, ensure that you meet the following prerequisites:

  • The SCVMM management server is in a Connected state and its associated Azure Arc resource bridge is in a Running state.
  • Ensure the VM which will be modified from Azure is enabled for management in Azure.
  • Ensure the VM which will be modified from Azure is in a Stopped state.
  • Azure Arc SCVMM VM Contributor role or a custom Azure role with permissions to make changes to the SCVMM VM on which you want to perform update and resize operations.

Add or remove NICs to a virtual machine

To add or remove NICs to a VM, follow these steps:

  1. Sign in to the Azure portal, go to Azure Arc > SCVMM management server and then select the SCVMM server which manages the VM which you are planning to modify from Azure.

  2. Navigate to the dedicated Virtual machines inventory view under the SCVMM inventory. Alternatively, you can navigate to the inventory view for VMs enabled for management in Azure from Azure Arc > Machines blade.

  3. Select the machine for which you want to update the NICs and then select Settings > Networking:

    Screenshot showing networking screen.

    • Add a network interface: Select Add network interface and enter the mandatory fields such as Name, VM network, IPv4 and IPv6 settings, and MAC address settings. Select Add and then Save to apply the changes.

      Screenshot showing add network interface screen.

    • Remove a network interface: Choose the network interface to be removed and select Delete > Yes.

Add or remove disks to a virtual machine

To add or remove disks to a VM, follow these steps:

  1. Sign in to the Azure portal, go to Azure Arc > SCVMM management server and then select the SCVMM server which manages the VM which you are planning to modify from Azure.

  2. Navigate to the dedicated Virtual machines inventory view under the SCVMM inventory. Alternatively, you can navigate to the inventory view for VMs enabled for management in Azure from Azure Arc > Machines blade.

  3. Select the machine for which you want to add or remove a disk and then select Settings > Disks:

    Screenshot showing disks screen.

    • Add a disk: Select Add disk and enter the mandatory fields such as Disk name, size, provisioning type, and controller. Select Add and then Apply to apply the changes.

      Screenshot showing add a disk screen.

    • Remove a disk: Choose the disk to be removed and select Delete > Yes.

Resize a virtual machine

To resize a VM, follow these steps:

  1. Sign in to the Azure portal, go to Azure Arc > SCVMM management server and then select the SCVMM server which manages the VM which you are planning to modify from Azure.

  2. Navigate to the dedicated Virtual machines inventory view under the SCVMM inventory. Alternatively, you can navigate to the inventory view for VMs enabled for management in Azure from Azure Arc > Machines blade.

  3. Select the machine that you want to resize and then select Settings > Size. You can change the number of CPU cores, memory size, and memory type.

    Screenshot showing size screen.

  4. Select Save to apply the changes.

Next step