Skip to content

Commit db5a394

Browse files
Merge pull request #17481 from LouisBerner/v-loberner-ado-407927-local-vm-mgmt-rebranding-3
Updated with rebranding changes.
2 parents 9bfc9d0 + a4997db commit db5a394

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
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).

azure-local/manage/trusted-launch-vm-import-key.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
---
2-
title: Manage Trusted launch Arc VM guest state protection key on Azure Local
3-
description: Learn how to manage a Trusted launch Arc VM guest state protection key on Azure Local.
2+
title: Manage Trusted launch for Azure Local VM enabled by Azure Arc guest state protection key
3+
description: Learn how to manage a Trusted launch for Azure Local VM enabled by Azure Arc guest state protection key.
44
author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
88
ms.reviewer: alkohli
9-
ms.date: 02/21/2025
9+
ms.date: 03/27/2025
1010
---
1111

12-
# Manage backup and recovery of Trusted launch Arc VMs on Azure Local
12+
# Manage backup and recovery of Trusted launch for Azure Local VMs enabled by Azure Arc
1313

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

16-
This article describes how to manually back up and restore a Trusted launch Arc VM on Azure Local.
16+
This article describes how to manually back up and restore a Trusted launch for Azure Local VM enabled by Azure Arc.
1717

18-
Unlike standard Azure Arc VMs, Trusted launch Arc VMs use a VM guest state protection (GSP) key to protect the VM guest state, including the virtual TPM (vTPM) state, while at rest. The VM GSP key is stored in a local key vault in the Azure Local system where the VM resides.
18+
Unlike standard Azure Local VMs, Trusted launch for Azure Local VMs use a VM guest state protection (GSP) key to protect the VM guest state, including the virtual TPM (vTPM) state, while at rest. The VM GSP key is stored in a local key vault in the Azure Local system where the VM resides.
1919

20-
Trusted launch Arc VMs store the VM guest state in two files, VM Guest state (VMGS) and VM Runtime state (VMRS). If the VM GSP key is lost, you can't boot up a Trusted launch Arc VM.
20+
Trusted launch for Azure Local VMs store the VM guest state in two files, VM Guest state (VMGS) and VM Runtime state (VMRS). If the VM GSP key is lost, you can't boot up a Trusted launch for Azure Local VM.
2121

22-
It is important that you back up your Trusted launch Arc VM periodically, so you can recover your VM in the event of a data loss. To back up a Trusted launch VM, back up all the VM files, including VMGS and VMRS files. Additionally, back up the VM GSP key to a backup key vault.
22+
It is important that you back up your Trusted launch for Azure Local VM periodically, so you can recover your VM in the event of a data loss. To back up a Trusted launch VM, back up all the VM files, including VMGS and VMRS files. Additionally, back up the VM GSP key to a backup key vault.
2323

24-
Similarly, to restore a Trusted launch Arc VM to a target Azure Local system, restore all the VM files, including VMGS and VMRS files. Additionally, restore the VM GSP key from the backup key vault to another key vault on the target Azure Local system.
24+
Similarly, to restore a Trusted launch for Azure Local VM to a target Azure Local system, restore all the VM files, including VMGS and VMRS files. Additionally, restore the VM GSP key from the backup key vault to another key vault on the target Azure Local system.
2525

26-
The following sections describe how you can back up the Trusted launch Arc VM and restore it in the event of a data loss.
26+
The following sections describe how you can back up the Trusted launch for Azure Local VM and restore it in the event of a data loss.
2727

2828
## Back up the VM
2929

30-
You can use [Export-VM](/powershell/module/hyper-v/export-vm) to obtain a copy of all the VM files, including VMGS and VMRS files, for your Trusted launch Arc VM. You can then back up those VM files.
30+
You can use [Export-VM](/powershell/module/hyper-v/export-vm) to obtain a copy of all the VM files, including VMGS and VMRS files, for your Trusted launch for Azure Local VM. You can then back up those VM files.
3131

3232
Follow these steps to copy the VM GSP key from the key vault on the Azure Local system (where the VM resides) to a backup key vault on a different Azure Local system:
3333

@@ -91,7 +91,7 @@ In the event of a data loss, use the backup copy of your VM files, and restore t
9191
Follow these steps to copy the VM GSP key from the backup key vault in the Azure Local system (where the backup copy of the VM GSP key was stored) to the key vault on the target Azure Local system (where the VM needs to be restored).
9292
9393
> [!NOTE]
94-
> Trusted launch Arc VMs restored on an alternate Azure Local system (different from the Azure Local system where the VM originally resided) can't be managed from the Azure control plane.
94+
> Trusted launch for Azure Local VMs restored on an alternate Azure Local system (different from the Azure Local system where the VM originally resided) can't be managed from the Azure control plane.
9595
9696
9797
### 1. On the source Azure Local system where the VM needs to be restored

azure-local/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This is a baseline release with the following features and improvements:
6565

6666
- **Arc VMs** - Here are the improvements made to Arc VMs in this release:
6767
- **Azure Marketplace images**: Three new Azure Marketplace images are available in addition to the existing images. For more information, see the [List of Azure Marketplace images supported for Arc VMs](./manage/virtual-machine-image-azure-marketplace.md#create-azure-local-vm-image-using-azure-marketplace-images).
68-
- **Live migration**: Live migration is available for Arc VMs via on-premises tools. For more information, see [Live migration of Arc VMs](./manage/manage-arc-virtual-machines.md#conduct-live-migration-of-azure-arc-vms).
68+
- **Live migration**: Live migration is available for Azure Local VMs via on-premises tools. For more information, see [Live migration of Azure Local VMs](./manage/manage-arc-virtual-machines.md#conduct-live-migration-of-azure-local-vms).
6969

7070
- **4-node switchless support documentation** - Documentation for 4-node switchless is now available. For more information, see [4-node switchless support](./plan/four-node-switchless-two-switches-two-links.md).
7171

0 commit comments

Comments
 (0)