Skip to content

Commit d07111d

Browse files
committed
Updated the steps
1 parent d474965 commit d07111d

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

articles/azure-arc/system-center-virtual-machine-manager/create-virtual-machine.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create a virtual machine on System Center Virtual Machine Manager using Azure Arc
33
description: This article helps you create a virtual machine using Azure portal.
4-
ms.date: 06/24/2024
4+
ms.date: 06/28/2024
55
ms.topic: how-to
66
ms.services: azure-arc
77
ms.subservice: azure-arc-scvmm
@@ -26,29 +26,28 @@ Once your administrator has connected an SCVMM management server to Azure, repre
2626
## How to create a VM in Azure portal
2727

2828
1. Go to Azure portal.
29-
2. Select **Azure Arc** as the service and then select **Machine** under **Azure Arc resources** from the left blade.
30-
3. Select **Add/Create** and select **Create a machine in a connected host environment** from the dropdown.
31-
32-
3. **Create an Azure Arc virtual machine** page opens. Under **Basics** > **Project details**, select the **Subscription** and **Resource group** where you want to deploy the VM.
33-
4. Under **Instance details**, provide the following details:
29+
2. You can initiate the creation of a new VM in either of the following two ways:
30+
- Select **Azure Arc** as the service and then select **SCVMM management servers** under **Host environments** from the left blade. Search and select your SCVMM management server. Select **Virtual machines** under **SCVMM inventory** from the left blade and select **Add**.
31+
Or
32+
- Select **Azure Arc** as the service and then select **Machine** under **Azure Arc resources** from the left blade. Select **Add/Create** and select **Create a machine in a connected host environment** from the dropdown.
33+
1. Once the **Create an Azure Arc virtual machine** page opens, under **Basics** > **Project details**, select the **Subscription** and **Resource group** where you want to deploy the VM.
34+
1. Under **Instance details**, provide the following details:
3435
- **Virtual machine name** - Specify the name of the virtual machine.
3536
- **Custom location** - Select the custom location that your administrator has shared with you.
3637
- **Virtual machine kind** - Select **System Center Virtual Machine Manager**.
3738
- **Cloud** - Select the target VMM private cloud.
3839
- **Availability set** - (Optional) Use availability sets to identify virtual machines that you want VMM to keep on separate hosts for improved continuity of service.
39-
5. Under **Template details**, provide the following details:
40+
1. Under **Template details**, provide the following details:
4041
- **Template** - Choose the VM template for deployment.
4142
- **Override template defaults** - Select the checkbox to override the default CPU cores and memory on the VM templates.
4243
- Specify computer name for the VM if the VM template has computer name associated with it.
43-
6. Under **Administrator account**, provide the following details and select **Next : Disks >**.
44+
1. Keep the **Enable Guest Management** checkbox selected to automatically install Azure connected machine agent immediately after the creation of the VM. Azure connected machine agent is required if you're planning to use Azure management services to govern, patch, monitor, and secure your VM through Azure.
45+
1. Under **Administrator account**, provide the following details and select **Next : Disks >**.
4446
- Username
4547
- Password
4648
- Confirm password
47-
7. Under **Disks**, you can optionally change the disks configured in the template. You can add more disks or update existing disks.
48-
8. Under **Networking**, you can optionally change the network interfaces configured in the template. You can add Network interface cards (NICs) or update the existing NICs. You can also change the network that this NIC will be attached to provided you have appropriate permissions to the network resource.
49-
9. Under **Advanced**, enable processor compatibility mode if required.
50-
10. Under **Tags**, you can optionally add tags to the VM resource.
51-
>[!NOTE]
52-
> Custom properties defined for the VM in VMM will be synced as tags in Azure.
53-
54-
11. Under **Review + create**, review all the properties and select **Create**. The VM will be created in a few minutes.
49+
1. Under **Disks**, you can optionally change the disks configured in the template. You can add more disks or update existing disks.
50+
1. Under **Networking**, you can optionally change the network interfaces configured in the template. You can add Network interface cards (NICs) or update the existing NICs. You can also change the network that this NIC will be attached to provided you have appropriate permissions to the network resource.
51+
1. Under **Advanced**, enable processor compatibility mode if required.
52+
1. Under **Tags**, you can optionally add tags to the VM resource.
53+
1. Under **Review + create**, review all the properties and select **Create**. The VM will be created in a few minutes.

articles/azure-arc/system-center-virtual-machine-manager/quickstart-connect-system-center-virtual-machine-manager-to-arc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: jsuri
77
ms.topic: quickstart
88
ms.services: azure-arc
99
ms.subservice: azure-arc-scvmm
10-
ms.date: 06/26/2024
10+
ms.date: 06/28/2024
1111
ms.custom: references_regions
1212

1313
# Customer intent: As a VI admin, I want to connect my VMM management server to Azure Arc.
@@ -35,7 +35,7 @@ This Quickstart shows you how to connect your SCVMM management server to Azure A
3535

3636
## Prepare SCVMM management server
3737

38-
- Create an SCVMM private cloud if you don't have one. The private cloud should have a reservation of at least 16 GB of RAM and 4 vCPUs. It should also have at least 100 GB of disk space.
38+
- Create an SCVMM private cloud if you don't have one. The private cloud should have a reservation of at least 32 GB of RAM and 4 vCPUs. It should also have at least 100 GB of disk space.
3939
- Ensure that SCVMM administrator account has the appropriate permissions.
4040

4141
## Download the onboarding script
@@ -60,7 +60,7 @@ This Quickstart shows you how to connect your SCVMM management server to Azure A
6060
1. Leave the option **Use the same subscription and resource group as your resource bridge** selected.
6161
1. Provide a name for your **SCVMM management server instance** in Azure. For example: *contoso-nyc-scvmm.*
6262
1. Select **Next: Tags >**.
63-
1. Assign Azure tags to your resources in **Value** under **Physical location tags**. You can add additional tags to help you organize your resources to facilitate administrative tasks under **Custom tags**.
63+
1. Assign Azure tags to your resources in **Value** under **Physical location tags**. You can add additional tags to help you organize your resources to facilitate administrative tasks using custom tags.
6464
1. Select **Next: Download and run script >**.
6565
1. If your subscription isn't registered with all the required resource providers, select **Register** to proceed to next step.
6666
1. Based on the operating system of your workstation, download the PowerShell or Bash script and copy it to the workstation.

0 commit comments

Comments
 (0)