You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/system-center-virtual-machine-manager/enable-guest-management-at-scale.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: Farha-Bano
7
7
ms.author: v-farhabano
8
8
manager: jsuri
9
9
ms.topic: how-to
10
-
ms.date: 12/01/2023
10
+
ms.date: 02/23/2024
11
11
keywords: "VMM, Arc, Azure"
12
12
13
13
#Customer intent: As an IT infrastructure admin, I want to install arc agents to use Azure management services for SCVMM VMs.
@@ -17,6 +17,9 @@ keywords: "VMM, Arc, Azure"
17
17
18
18
In this article, you learn how to install Arc agents at scale for SCVMM VMs and use Azure management capabilities.
19
19
20
+
>[!IMPORTANT]
21
+
>We recommend maintaining the SCVMM management server and the SCVMM console in the same Long-Term Servicing Channel (LTSC) and Update Rollup (UR) version.
22
+
20
23
>[!NOTE]
21
24
>This article is applicable only if you are running:
Copy file name to clipboardExpand all lines: articles/azure-arc/system-center-virtual-machine-manager/quickstart-connect-system-center-virtual-machine-manager-to-arc.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: jsuri
7
7
ms.topic: quickstart
8
8
ms.services: azure-arc
9
9
ms.subservice: azure-arc-scvmm
10
-
ms.date: 2/07/2024
10
+
ms.date: 2/23/2024
11
11
ms.custom: references_regions
12
12
13
13
# Customer intent: As a VI admin, I want to connect my VMM management server to Azure Arc.
@@ -17,7 +17,7 @@ ms.custom: references_regions
17
17
18
18
Before you can start using the Azure Arc-enabled SCVMM features, you need to connect your VMM management server to Azure Arc.
19
19
20
-
This Quickstart shows you how to connect your SCVMM management server to Azure Arc using a helper script. The script deploys a lightweight Azure Arc appliance (called Azure Arc resource bridge) as a virtual machine running in your VMM environment and installs an SCVMM cluster extension on it, to provide a continuous connection between your VMM management server and Azure Arc.
20
+
This Quickstart shows you how to connect your SCVMM management server to Azure Arc using a helper script. The script deploys a lightweight Azure Arc appliance (called Azure Arc resource bridge) as a virtual machine running in your VMM environment and installs an SCVMM cluster extension on it to provide a continuous connection between your VMM management server and Azure Arc.
21
21
22
22
## Prerequisites
23
23
@@ -87,7 +87,7 @@ Follow these instructions to run the script on a Windows machine.
87
87
88
88
Follow these instructions to run the script on a Linux machine:
89
89
90
-
1. Open the terminal and navigate to the folder, where you've downloaded the Bash script.
90
+
1. Open the terminal and navigate to the folder where you've downloaded the Bash script.
91
91
2. Execute the script using the following command:
92
92
93
93
```sh
@@ -103,7 +103,8 @@ The script execution will take up to half an hour and you'll be prompted for var
103
103
| **SCVMM management server FQDN/Address** | FQDN for the VMM server (or an IP address). </br> Provide role name if it’s a Highly Available VMM deployment. </br> For example: nyc-scvmm.contoso.com or 10.160.0.1 |
104
104
| **SCVMM Username**</br> (domain\username) | Username for the SCVMM administrator account. The required permissions for the account are listed in the prerequisites above.</br> Example: contoso\contosouser |
105
105
| **SCVMM password** | Password for the SCVMM admin account |
106
-
| **Private cloud selection** | Select the name of the private cloud where the Arc resource bridge VM should be deployed. |
106
+
| **Deployment location selection** | Select if you want to deploy the Arc resource bridge VM in an SCVMM Cloud or an SCVMM Host Group. |
107
+
| **Private cloud/Host group selection** | Select the name of the private cloud or the host group where the Arc resource bridge VM should be deployed. |
107
108
| **Virtual Network selection** | Select the name of the virtual network to which *Arc resource bridge VM* needs to be connected. This network should allow the appliance to talk to the VMM management server and the Azure endpoints (or internet). |
108
109
| **Static IP pool** | Select the VMM static IP pool that will be used to allot the IP address. |
109
110
| **Control Plane IP** | Provide a reserved IP address in the same subnet as the static IP pool used for Resource Bridge deployment. This IP address should be outside of the range of static IP pool used for Resource Bridge deployment and shouldn't be assigned to any other machine on the network. |
0 commit comments