Skip to content

Commit 73abcba

Browse files
Merge pull request #209613 from Sharmistha-Rai/main
Doc bug fixes
2 parents b72d58d + aef44b0 commit 73abcba

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

articles/site-recovery/vmware-azure-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following table and graphic provide a high-level view of the components used
3131
For Site Recovery to work as expected, you need to modify outbound network connectivity to allow your environment to replicate.
3232

3333
> [!NOTE]
34-
> Site Recovery doesn't support using an authentication proxy to control network connectivity.
34+
> Site Recovery of VMware/Physical machines using Classic architecture doesn't support using an authentication proxy to control network connectivity. The same is supported when using the [modernized architecutre](vmware-azure-architecture-preview.md).
3535
3636
### Outbound connectivity for URLs
3737

articles/site-recovery/vmware-azure-set-up-replication-tutorial-preview.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ In this tutorial, you learn how to:
2828
VMware to Azure replication includes the following procedures:
2929

3030
- Sign in to the [Azure portal](https://portal.azure.com/).
31-
- Prepare Azure account
31+
- Prepare an Azure account.
32+
- Prepare an account on the vCenter server or vSphere ESXi host, to automate VM discovery.
3233
- [Create a recovery Services vault](./quickstart-create-vault-template.md?tabs=CLI)
3334
- Prepare infrastructure - [deploy an Azure Site Recovery replication appliance](deploy-vmware-azure-replication-appliance-preview.md)
3435
- Enable replication
@@ -61,6 +62,28 @@ Use the following steps to assign the required permissions:
6162

6263
2. In case the **App registrations** settings is set to *No*, request the tenant/global admin to assign the required permission. Alternately, the tenant/global admin can assign the Application Developer role to an account to allow the registration of AAD App.
6364

65+
## Prepare an account for automatic discovery
66+
67+
Site Recovery needs access to VMware servers to:
68+
69+
- Automatically discover VMs. At least a read-only account is required.
70+
- Orchestrate replication, failover, and failback. You need an account that can run operations such
71+
as creating and removing disks, and powering on VMs.
72+
73+
Create the account as follows:
74+
75+
1. To use a dedicated account, create a role at the vCenter level. Give the role a name such as
76+
**Azure_Site_Recovery**.
77+
2. Assign the role the permissions summarized in the table below.
78+
3. Create a user on the vCenter server or vSphere host. Assign the role to the user.
79+
80+
### VMware account permissions
81+
82+
**Task** | **Role/Permissions** | **Details**
83+
--- | --- | ---
84+
**VM discovery** | At least a read-only user<br/><br/> Data Center object -> Propagate to Child Object, role=Read-only | User assigned at datacenter level, and has access to all the objects in the datacenter.<br/><br/> To restrict access, assign the **No access** role with the **Propagate to child** object, to the child objects (vSphere hosts, datastores, VMs and networks).
85+
**Full replication, failover, failback** | Create a role (Azure_Site_Recovery) with the required permissions, and then assign the role to a VMware user or group<br/><br/> Data Center object –> Propagate to Child Object, role=Azure_Site_Recovery<br/><br/> Datastore -> Allocate space, browse datastore, low-level file operations, remove file, update virtual machine files<br/><br/> Network -> Network assign<br/><br/> Resource -> Assign VM to resource pool, migrate powered off VM, migrate powered on VM<br/><br/> Tasks -> Create task, update task<br/><br/> Virtual machine -> Configuration<br/><br/> Virtual machine -> Interact -> answer question, device connection, configure CD media, configure floppy media, power off, power on, VMware tools install<br/><br/> Virtual machine -> Inventory -> Create, register, unregister<br/><br/> Virtual machine -> Provisioning -> Allow virtual machine download, allow virtual machine files upload<br/><br/> Virtual machine -> Snapshots -> Remove snapshots, Create snapshot, Revert snapshot.| User assigned at datacenter level, and has access to all the objects in the datacenter.<br/><br/> To restrict access, assign the **No access** role with the **Propagate to child** object, to the child objects (vSphere hosts, datastores, VMs and networks).
86+
6487
## Prepare infrastructure - set up Azure Site Recovery Replication appliance
6588

6689
You need to [set up an Azure Site Recovery replication appliance on the on-premises environment](deploy-vmware-azure-replication-appliance-preview.md) to channel mobility agent communications.

articles/site-recovery/vmware-azure-troubleshoot-push-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ To resolve the error:
118118

119119
* Ensure that the network shared folders on your virtual machine, are accessible from the process server. Check the steps [here](vmware-azure-troubleshoot-push-install.md#check-access-for-network-shared-folders-on-source-machine-errorid-9510595523).
120120

121-
* From the source server machine command line, use `Telnet` to ping the configuration server or scale-out process server on HTTPS port 135 as shown in the following command. This command checks if there are any network connectivity issues or firewall port blocking issues.
121+
* From the configuration server or scale-out process server command line, use `Telnet` to ping the source VM on port 135 as shown in the following command. This command checks if there are any network connectivity issues or firewall port blocking issues.
122122

123-
`telnet <CS/ scale-out PS IP address> <135>`
123+
`telnet <Source IP address> <135>`
124124

125125
* Additionally, for a Linux VM:
126126
* Check if latest OpenSSH, OpenSSH Server, and OpenSSL packages are installed.

0 commit comments

Comments
 (0)