Skip to content

Commit 8ba6c71

Browse files
committed
edit pass: azure-arc-vm-management
1 parent 522e7d6 commit 8ba6c71

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

azure-local/manage/azure-arc-vm-management-overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ To find answers to frequently asked questions about Azure Arc VM management on A
2525

2626
## Benefits of Azure Arc VM management
2727

28-
Whereas Hyper-V provides capabilities to manage your on-premises VMs, Azure Arc VMs offer many benefits over traditional on-premises tools, including:
28+
Although Hyper-V provides capabilities to manage your on-premises VMs, Azure Arc VMs offer many benefits over traditional on-premises tools. These benefits include:
2929

3030
- Role-based access control (RBAC) via built-in Azure Local roles enhances security by ensuring that only authorized users can perform VM management operations. For more information, see [Use role-based access control to manage Azure Local virtual machines](./assign-vm-rbac-roles.md).
3131
- Azure Arc VM management provides the ability to deploy with Resource Manager templates, Bicep, and Terraform.
3232
- The Azure portal acts as a single pane of glass to manage VMs on Azure Local and Azure VMs. With Azure Arc VM management, you can perform various operations from the Azure portal or the Azure CLI, including:
3333

34-
- Create, manage, update, and delete VMs. For more information, see [Create Azure Arc VMs](./create-arc-virtual-machines.md).
34+
- Create, manage, update, and delete VMs. For more information, see [Create Azure Arc virtual machines on Azure Local](./create-arc-virtual-machines.md).
3535
- Create, manage, and delete VM resources such as virtual disks, logical networks, network interfaces, and VM images.
3636

3737
- The self-service capabilities of Azure Arc VM management reduce administrative overhead.
@@ -66,13 +66,13 @@ In this release, the Azure Arc VM management workflow is as follows:
6666
1. During your deployment of Azure Local, one Azure Arc resource bridge is installed per cluster. A custom location is also created.
6767
1. You [assign built-in RBAC roles for Azure Arc VM management](./assign-vm-rbac-roles.md).
6868
1. You create VM resources such as:
69-
1. [Storage paths](./create-storage-path.md) for VM disks.
70-
1. VM images, starting with an image in [Azure Marketplace](./virtual-machine-image-azure-marketplace.md), in an [Azure Storage account](./virtual-machine-image-storage-account.md), or in a [local share](./virtual-machine-image-local-share.md). These images are then used with other VM resources to create VMs.
71-
1. [Logical networks](./create-virtual-networks.md).
72-
1. [VM network interfaces](./create-network-interfaces.md).
69+
- [Storage paths](./create-storage-path.md) for VM disks.
70+
- VM images, starting with an image in [Azure Marketplace](./virtual-machine-image-azure-marketplace.md), in an [Azure Storage account](./virtual-machine-image-storage-account.md), or in a [local share](./virtual-machine-image-local-share.md). These images are then used with other VM resources to create VMs.
71+
- [Logical networks](./create-virtual-networks.md).
72+
- [VM network interfaces](./create-network-interfaces.md).
7373
1. You use the VM resources to [create VMs](./create-arc-virtual-machines.md).
7474

75-
To troubleshoot problems with your Azure Arc VMs or to learn about existing known issues and limitations, see [Troubleshoot Azure Arc VM management for Azure Local](troubleshoot-arc-enabled-vms.md).
75+
To troubleshoot problems with your Azure Arc VMs or to learn about known issues and limitations, see [Troubleshoot Azure Arc VM management for Azure Local](troubleshoot-arc-enabled-vms.md).
7676

7777
## Related content
7878

azure-local/manage/manage-arc-virtual-machine-resources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can add or delete the resources by using the Azure portal. For the task of a
1818

1919
## Prerequisites
2020

21-
- Access to an Azure Local instance that's deployed and registered. You should have one or more Azure Arc VMs running on this system. For more information, see [Create Azure Arc VMs on Azure Local](./create-arc-virtual-machines.md).
21+
- Access to an Azure Local instance that's deployed and registered. You should have one or more Azure Arc VMs running on this system. For more information, see [Create Azure Arc virtual machines on Azure Local](./create-arc-virtual-machines.md).
2222

2323
## Add a data disk
2424

@@ -145,11 +145,11 @@ Follow these steps in the Azure portal for your Azure Local instance.
145145

146146
1. Select **Apply** to apply the changes. The network interface is dissociated from the Azure Arc VM.
147147

148-
:::image type="content" source="./media/manage-arc-virtual-machine-resources/delete-network-interface-3.png" alt-text="Screenshot of the Apply button on the Networking pane for a virtual machine." lightbox="./media/manage-arc-virtual-machine-resources/delete-network-interface-3.png":::
148+
:::image type="content" source="./media/manage-arc-virtual-machine-resources/delete-network-interface-3.png" alt-text="Screenshot of the Apply button on the Networking pane for a VM." lightbox="./media/manage-arc-virtual-machine-resources/delete-network-interface-3.png":::
149149

150150
1. The list of network interfaces is updated with the deleted network interface.
151151

152-
:::image type="content" source="./media/manage-arc-virtual-machine-resources/delete-network-interface-4.png" alt-text="Screenshot of an updated network interface list on the Networking pane for a virtual machine." lightbox="./media/manage-arc-virtual-machine-resources/delete-network-interface-4.png":::
152+
:::image type="content" source="./media/manage-arc-virtual-machine-resources/delete-network-interface-4.png" alt-text="Screenshot of an updated network interface list on the Networking pane for a VM." lightbox="./media/manage-arc-virtual-machine-resources/delete-network-interface-4.png":::
153153

154154
## Related content
155155

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Here are some key considerations for enabling guest management on a VM after you
3434
- Enabling guest management after VM provisioning isn't supported for Windows Server 2012 and Windows Server 2012 R2.
3535
- The steps to enable guest management differ based on whether a guest agent is running on your Azure Arc VM.
3636

37-
### Verify that guest agent is running
37+
### Verify that the guest agent is running
3838

3939
To verify that the guest agent is running on the Azure Arc VM:
4040

@@ -889,7 +889,7 @@ If Bash is in a different directory, be sure to change the `#!/bin/bash` line ac
889889
890890
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.
891891
892-
To remove a VM, follow these steps in the Azure portal for your Azure Local instance:
892+
To delete a VM, follow these steps in the Azure portal for your Azure Local instance:
893893
894894
1. Go to the Azure Local resource, and then go to **Virtual machines**.
895895
@@ -907,7 +907,7 @@ To remove 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 virtual machines
910+
## Conduct live migration of Azure Arc VMs
911911
912912
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.
913913
@@ -919,7 +919,7 @@ To change cores and memory, follow these steps in the Azure portal for your Azur
919919
920920
1. In the list of VMs, select and go to the VM whose cores and memory you want to modify.
921921
922-
1. Under **Settings**, select **Size**. Edit the **Virtual processor count** or **Memory (MB)** values to change the cores or memory size for the VM. Only the memory size can be changed. You can't change the memory type after a VM is created.
922+
1. Under **Settings**, select **Size**. Edit the **Virtual processor count** or **Memory (MB)** values to change the cores or the memory size for the VM. For memory, only the size can be changed. You can't change the memory type after a VM is created.
923923
924924
:::image type="content" source="./media/manage-arc-virtual-machines/change-cores-memory.png" alt-text="Screenshot of the pane for changing cores and memory size of a VM." lightbox="./media/manage-arc-virtual-machines/change-cores-memory.png":::
925925

0 commit comments

Comments
 (0)