Skip to content

Commit a34065a

Browse files
committed
Updated with rebranding changes.
1 parent 770cd3d commit a34065a

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
---
2-
title: Manage including restart, start, stop or delete Arc VMs on Azure Local
3-
description: Learn how to manage Arc VMs. This includes operations such as start, stop, restart, view properties of Arc VMs running on Azure Local.
2+
title: Manage including restart, start, stop or delete Azure Local VMs enabled by Azure Arc
3+
description: Learn how to manage Azure Local VMs enabled by Azure Arc. This includes operations such as start, stop, restart, view properties of Azure Local VMs.
44
author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
8-
ms.date: 02/03/2025
8+
ms.date: 03/27/2025
99
---
1010

11-
# Manage Arc VMs on Azure Local
11+
# Manage Azure Local VMs enabled by Azure Arc
1212

1313
[!INCLUDE [hci-applies-to-23h2](../includes/hci-applies-to-23h2.md)]
1414

15-
This article describes how to manage Arc virtual machines (VMs) running on Azure Local. The procedures to enable guest management, start, stop, restart, pause, save, or delete an Arc VM, are detailed.
15+
This article describes how to manage Azure Local virtual machines (VMs) enabled by Azure Arc. The procedures to enable guest management, start, stop, restart, pause, save, or delete an Azure Local VM, are detailed.
1616

1717
## Prerequisites
1818

1919
- Access to an Azure Local instance that's deployed and registered. The deployment of an Azure Local instance includes the creation of an Azure Arc resource bridge and a custom location.
2020

2121
Go to the resource group in Azure. The displayed information includes the custom location and the Azure Arc resource bridge created for Azure Local. Make a note of the subscription, the resource group, and the custom location. You use them later in this scenario.
2222

23-
- One or more Azure Arc VMs running on your Azure Local instance. For more information, see [Create Azure Arc virtual machines on Azure Local](./create-arc-virtual-machines.md).
23+
- One or more Azure Local VMs running on your Azure Local instance. For more information, see [Create Azure Local virtual machines](./create-arc-virtual-machines.md).
2424

2525
## Enable guest management
2626

27-
It's important to understand two agents in the context of guest management: a VM guest agent and an Azure Connected Machine agent. Every Azure Arc VM created via the Azure portal or the Azure CLI is provisioned with a guest agent (also called `mocguestagent`) on it.
27+
It's important to understand two agents in the context of guest management: a VM guest agent and an Azure Connected Machine agent. Every Azure Local VM created via the Azure portal or the Azure CLI is provisioned with a guest agent (also called `mocguestagent`) on it.
2828

29-
When you enable guest management on an Azure Arc VM, the guest agent installs the [Azure Connected Machine agent](/azure/azure-arc/servers/agent-overview). You use the Azure Connected Machine agent to manage Azure Arc VM extensions on your VM.
29+
When you enable guest management on an Azure Local VM, the guest agent installs the [Azure Connected Machine agent](/azure/azure-arc/servers/agent-overview). You use the Azure Connected Machine agent to manage Azure Local VM extensions on your VM.
3030

3131
Here are some key considerations for enabling guest management on a VM after you provision it:
3232

3333
- Make sure that your Azure Local instance is running 2311.2 or later.
3434
- Enabling guest management after VM provisioning isn't supported for Windows Server 2012 and Windows Server 2012 R2.
35-
- The steps to enable guest management differ based on whether a guest agent is running on your Azure Arc VM.
35+
- The steps to enable guest management differ based on whether a guest agent is running on your Azure Local VM.
3636

3737
### Verify that the guest agent is running
3838

39-
To verify that the guest agent is running on the Azure Arc VM:
39+
To verify that the guest agent is running on the Azure Local VM:
4040

4141
1. Connect to the machine.
4242
1. Run the following command:
@@ -79,7 +79,7 @@ If your statuses don't match the preceding output, follow the steps in [Enable g
7979
8080
### Enable guest management on a VM when the guest agent is running
8181
82-
To enable guest management on an Azure Arc VM that has the guest agent running:
82+
To enable guest management on an Azure Local VM that has the guest agent running:
8383
8484
1. Run the following command, which sets the `enable-agent` parameter to `true`:
8585
@@ -196,7 +196,7 @@ To view VM properties for your Azure Local instance, follow these steps in the A
196196
197197
1. On the **Overview** page, select the **Properties** tab to view the properties of your VM.
198198
199-
:::image type="content" source="./media/manage-arc-virtual-machines/view-virtual-machine-properties-2.png" alt-text="Screenshot of the properties of a selected Azure Arc virtual machine." lightbox="./media/manage-arc-virtual-machines/view-virtual-machine-properties-2.png":::
199+
:::image type="content" source="./media/manage-arc-virtual-machines/view-virtual-machine-properties-2.png" alt-text="Screenshot of the properties of a selected Azure Local virtual machine." lightbox="./media/manage-arc-virtual-machines/view-virtual-machine-properties-2.png":::
200200
201201
## Start a VM
202202
@@ -815,11 +815,11 @@ Inside _start_initial/subscriptions/<Subscription ID>/resourceGroups/<Resource g
815815

816816
## Change the local account password
817817

818-
Follow these steps to change the local account passwords for an Azure Arc VM deployed on your Azure Local instance. The steps are different for Windows and Linux VMs.
818+
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.
819819

820820
### [Windows](#tab/windows)
821821

822-
1. Sign in to the Azure Arc VM.
822+
1. Sign in to the Azure Local VM.
823823

824824
1. Run the following Azure PowerShell command:
825825

@@ -853,7 +853,7 @@ Follow these steps to change the local account passwords for an Azure Arc VM dep
853853
854854
If Bash is in a different directory, be sure to change the `#!/bin/bash` line accordingly.
855855
856-
1. Sign in to the Azure Arc VM.
856+
1. Sign in to the Azure Local VM.
857857
858858
1. Run the following script from where Bash is installed:
859859
@@ -907,9 +907,9 @@ To delete a VM, follow these steps in the Azure portal for your Azure Local inst
907907
908908
:::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":::
909909
910-
## Conduct live migration of Azure Arc VMs
910+
## Conduct live migration of Azure Local VMs
911911
912-
Live migration of Azure Arc 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.
912+
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.
913913
914914
## Change cores and memory
915915
@@ -925,4 +925,4 @@ To change cores and memory, follow these steps in the Azure portal for your Azur
925925
926926
## Related content
927927
928-
- [Manage Arc VM resources such as data disks and network interfaces](./manage-arc-virtual-machine-resources.md)
928+
- [Manage Azure Local VM resources such as data disks and network interfaces](./manage-arc-virtual-machine-resources.md).

0 commit comments

Comments
 (0)