Skip to content

Commit b8f6121

Browse files
authored
Merge pull request #248895 from MicrosoftDocs/release-vmware-pup2
Release vmware pup2 at 9:00 AM PST on 08/22 to main and then to live
2 parents 95b7740 + 0d2ab33 commit b8f6121

19 files changed

+394
-122
lines changed

.openpublishing.redirection.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7698,6 +7698,26 @@
76987698
"redirect_url": "/azure/azure-arc/servers/policy-reference",
76997699
"redirect_document_id": false
77007700
},
7701+
{
7702+
"source_path_from_root": "/articles/azure-arc/vmware-vsphere/disaster-recovery.md",
7703+
"redirect_url": "/azure/azure-arc/vmware-vsphere/recover-from-resource-bridge-deletion",
7704+
"redirect_document_id": false
7705+
},
7706+
{
7707+
"source_path_from_root": "/articles/azure-arc/vmware-vsphere/day2-operations-resource-bridge.md",
7708+
"redirect_url": "/azure/azure-arc/vmware-vsphere/administer-arc-vmware",
7709+
"redirect_document_id": false
7710+
},
7711+
{
7712+
"source_path_from_root": "/articles/azure-arc/vmware-vsphere/manage-access-to-arc-vmware-resources.md",
7713+
"redirect_url": "/azure/azure-arc/vmware-vsphere/setup-and-manage-self-service-access",
7714+
"redirect_document_id": false
7715+
},
7716+
{
7717+
"source_path_from_root": "/articles/azure-arc/vmware-vsphere/manage-vmware-vms-in-azure.md",
7718+
"redirect_url": "/azure/azure-arc/vmware-vsphere/perform-vm-ops-through-azure",
7719+
"redirect_document_id": false
7720+
},
77017721
{
77027722
"source_path_from_root": "/articles/redis-cache/index.md",
77037723
"redirect_url": "/azure/azure-cache-for-redis/",

articles/azure-arc/vmware-vsphere/day2-operations-resource-bridge.md renamed to articles/azure-arc/vmware-vsphere/administer-arc-vmware.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: Perform ongoing administration for Arc-enabled VMware vSphere
3-
description: Learn how to perform day 2 administrator operations related to Azure Arc-enabled VMware vSphere
3+
description: Learn how to perform administrator operations related to Azure Arc-enabled VMware vSphere
44
ms.topic: how-to
5-
ms.date: 09/15/2022
6-
5+
ms.date: 08/18/2023
76
---
87

98
# Perform ongoing administration for Arc-enabled VMware vSphere
@@ -68,7 +67,7 @@ There are two different sets of credentials stored on the Arc resource bridge. Y
6867
- **Account for Arc resource bridge**. This account is used for deploying the Arc resource bridge VM and will be used for upgrade.
6968
- **Account for VMware cluster extension**. This account is used to discover inventory and perform all VM operations through Azure Arc-enabled VMware vSphere
7069
71-
To update the credentials of the account for Arc resource bridge, run the following Azure CLI commands . Run the commands from a workstation that can access cluster configuration IP address of the Arc resource bridge locally:
70+
To update the credentials of the account for Arc resource bridge, run the following Azure CLI commands. Run the commands from a workstation that can access cluster configuration IP address of the Arc resource bridge locally:
7271
7372
```azurecli
7473
az account set -s <subscription id>
@@ -107,4 +106,4 @@ az arcappliance logs vmware --out-dir <path to specified output directory> --ip
107106
## Next steps
108107

109108
- [Troubleshoot common issues related to resource bridge](../resource-bridge/troubleshoot-resource-bridge.md)
110-
- [Understand disaster recovery operations for resource bridge](disaster-recovery.md)
109+
- [Understand disaster recovery operations for resource bridge](recover-from-resource-bridge-deletion.md)

articles/azure-arc/vmware-vsphere/browse-and-enable-vcenter-resources-in-azure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Enable your VMware vCenter resources in Azure
33
description: Learn how to browse your vCenter inventory and represent a subset of your VMware vCenter resources in Azure to enable self-service.
44
ms.topic: how-to
5-
ms.date: 09/28/2021
5+
ms.date: 08/18/2023
66

77
# Customer intent: As a VI admin, I want to represent a subset of my vCenter resources in Azure to enable self-service.
88
---
@@ -44,12 +44,12 @@ In this section, you will enable resource pools, networks, and other non-VM reso
4444

4545
1. (Optional) Select **Install guest agent** and then provide the Administrator username and password of the guest operating system.
4646

47-
The guest agent is the [Azure Arc connected machine agent](../servers/agent-overview.md). You can install this agent later by selecting the VM in the VM inventory view on your vCenter and selecting **Enable guest management**. For information on the prerequisites of enabling guest management, see [Manage VMware VMs through Arc-enabled VMware vSphere](manage-vmware-vms-in-azure.md).
47+
The guest agent is the [Azure Arc connected machine agent](../servers/agent-overview.md). You can install this agent later by selecting the VM in the VM inventory view on your vCenter and selecting **Enable guest management**. For information on the prerequisites of enabling guest management, see [Manage VMware VMs through Arc-enabled VMware vSphere](perform-vm-ops-through-azure.md).
4848

4949
1. Select **Enable** to start the deployment of the VM represented in Azure.
5050

51-
For information on the capabilities enabled by a guest agent, see [Manage access to VMware resources through Azure RBAC](manage-access-to-arc-vmware-resources.md).
51+
For information on the capabilities enabled by a guest agent, see [Manage access to VMware resources through Azure RBAC](setup-and-manage-self-service-access.md).
5252

5353
## Next steps
5454

55-
- [Manage access to VMware resources through Azure RBAC](manage-access-to-arc-vmware-resources.md).
55+
- [Manage access to VMware resources through Azure RBAC](setup-and-manage-self-service-access.md).
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Install Arc agent at scale for your VMware VMs
3+
description: Learn how to enable guest management at scale for Arc enabled VMware vSphere VMs.
4+
ms.topic: how-to
5+
ms.date: 08/21/2023
6+
7+
#Customer intent: As an IT infra admin, I want to install arc agents to use Azure management services for VMware VMs.
8+
---
9+
10+
# Install Arc agents at scale for your VMware VMs
11+
12+
In this article, you will learn how to install Arc agents at scale for VMware VMs and use Azure management capabilities.
13+
14+
## Prerequisites
15+
16+
Ensure the following before you install Arc agents at scale for VMware VMs:
17+
18+
- The resource bridge must be in running state.
19+
- The vCenter must be in connected state.
20+
- The user account must have permissions listed in Azure Arc VMware Administrator role.
21+
- All the target machines are:
22+
- Powered on and the resource bridge has network connectivity to the host running the VM.
23+
- Running a [supported operating system](../servers/prerequisites.md#supported-operating-systems).
24+
- Able to connect through the firewall to communicate over the internet, and [these URLs](../servers/network-requirements.md#urls) aren't blocked.
25+
26+
> [!NOTE]
27+
> If you're using a Linux VM, the account must not prompt for login on sudo commands. To override the prompt, from a terminal, run `sudo visudo`, and add `<username> ALL=(ALL) NOPASSWD:ALL` at the end of the file. Ensure you replace `<username>`. <br> <br>If your VM template has these changes incorporated, you won't need to do this for the VM created from that template.
28+
29+
## Install Arc agents at scale from portal
30+
31+
An admin can install agents for multiple machines from the Azure portal if the machines share the same administrator credentials.
32+
33+
1. Navigate to **Azure Arc center** and select **vCenter resource**.
34+
35+
2. Select all the machines and choose **Enable in Azure** option.
36+
37+
3. Select **Enable guest management** checkbox to install Arc agents on the selected machine.
38+
39+
4. If you want to connect the Arc agent via proxy, provide the proxy server details.
40+
41+
5. Provide the administrator username and password for the machine.
42+
43+
> [!NOTE]
44+
> For Windows VMs, the account must be part of local administrator group; and for Linux VM, it must be a root account.
45+
46+
47+
## Next steps
48+
49+
[Set up and manage self-service access to VMware resources through Azure RBAC](setup-and-manage-self-service-access.md).

articles/azure-arc/vmware-vsphere/index.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,14 @@ landingContent:
3333
links:
3434
- text: Enable VMware vCenter resources in Azure
3535
url: browse-and-enable-vcenter-resources-in-azure.md
36+
- text: Install Arc agent at scale for your VMware VMs
37+
url: enable-guest-management-at-scale.md
3638
- text: Manage access to VMware resources through Azure RBAC
37-
url: manage-access-to-arc-vmware-resources.md
39+
url: setup-and-manage-self-service-access.md
3840
- text: Create a virtual machine on VMware vCenter
3941
url: quick-start-create-a-vm.md
4042
- text: Manage VMware virtual machines in Azure
41-
url: manage-vmware-vms-in-azure.md
43+
url: perform-vm-ops-through-azure.md
4244

4345
- title: Proof of concept
4446
linkLists:

articles/azure-arc/vmware-vsphere/manage-access-to-arc-vmware-resources.md

Lines changed: 0 additions & 64 deletions
This file was deleted.
326 KB
Loading
326 KB
Loading
301 KB
Loading
301 KB
Loading

0 commit comments

Comments
 (0)