Skip to content

Commit 128ec20

Browse files
authored
Merge pull request #266938 from Farha-Bano/Doc_updates_scvmm_Feb22
Doc updates and updated the architecture diagram
2 parents 2fa34b5 + 4a5171b commit 128ec20

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

articles/azure-arc/system-center-virtual-machine-manager/enable-guest-management-at-scale.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: Farha-Bano
77
ms.author: v-farhabano
88
manager: jsuri
99
ms.topic: how-to
10-
ms.date: 12/01/2023
10+
ms.date: 02/23/2024
1111
keywords: "VMM, Arc, Azure"
1212

1313
#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"
1717

1818
In this article, you learn how to install Arc agents at scale for SCVMM VMs and use Azure management capabilities.
1919

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+
2023
>[!NOTE]
2124
>This article is applicable only if you are running:
2225
>- SCVMM 2022 UR1 or later
568 KB
Loading

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Overview of the Azure Connected System Center Virtual Machine Manager
33
description: This article provides a detailed overview of the Azure Arc-enabled System Center Virtual Machine Manager.
4-
ms.date: 12/19/2023
4+
ms.date: 02/23/2024
55
ms.topic: conceptual
66
ms.services: azure-arc
77
ms.subservice: azure-arc-scvmm
@@ -40,7 +40,7 @@ To Arc-enable a System Center VMM management server, deploy [Azure Arc resource
4040

4141
The following image shows the architecture for the Arc-enabled SCVMM:
4242

43-
:::image type="content" source="media/architecture/arc-scvmm-architecture-inline.png" alt-text="Screenshot of Arc enabled SCVMM - architecture." lightbox="media/architecture/arc-scvmm-architecture-expanded.png":::
43+
:::image type="content" source="media/architecture/arc-scvmm-architecture.png" alt-text="Screenshot of Arc enabled SCVMM - architecture." lightbox="media/architecture/arc-scvmm-architecture.png":::
4444

4545
## How is Arc-enabled SCVMM different from Arc-enabled Servers
4646

@@ -105,4 +105,4 @@ Azure Arc-enabled SCVMM doesn't store/process customer data outside the region t
105105

106106
## Next steps
107107

108-
[Create an Azure Arc VM](create-virtual-machine.md)
108+
[Create an Azure Arc VM](create-virtual-machine.md).

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

Lines changed: 5 additions & 4 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: 2/07/2024
10+
ms.date: 2/23/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.
@@ -17,7 +17,7 @@ ms.custom: references_regions
1717

1818
Before you can start using the Azure Arc-enabled SCVMM features, you need to connect your VMM management server to Azure Arc.
1919

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.
2121

2222
## Prerequisites
2323

@@ -87,7 +87,7 @@ Follow these instructions to run the script on a Windows machine.
8787
8888
Follow these instructions to run the script on a Linux machine:
8989
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.
9191
2. Execute the script using the following command:
9292
9393
```sh
@@ -103,7 +103,8 @@ The script execution will take up to half an hour and you'll be prompted for var
103103
| **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 |
104104
| **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 |
105105
| **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. |
107108
| **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). |
108109
| **Static IP pool** | Select the VMM static IP pool that will be used to allot the IP address. |
109110
| **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

Comments
 (0)