Skip to content

Commit 7b84121

Browse files
authored
Merge pull request #271447 from ankitaduttaMSFT/952
PBI 952
2 parents 27ac946 + 30b79d6 commit 7b84121

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

articles/site-recovery/site-recovery-faq.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
description: This article discusses popular general questions about Azure Site Recovery.
55
ms.topic: faq
66
ms.service: site-recovery
7-
ms.date: 03/06/2024
7+
ms.date: 04/08/2024
88

99

1010
title: General questions about Azure Site Recovery
@@ -478,6 +478,11 @@ sections:
478478
* [Replicate Hyper-V virtual machines without VMM to Azure PowerShell Resource Manager](hyper-v-azure-powershell-resource-manager.md)
479479
* [Replicate VMware to Azure with PowerShell Resource Manager](vmware-azure-disaster-recovery-powershell.md)
480480
481+
- question: |
482+
Does the retirement of the AzureRM module affect how Site Recovery automatic updates work with an automation account?
483+
answer: |
484+
No, the retirement of the AzureRM module doesn't affect how Site Recovery automatic updates work. No changes are needed for the internal runbook, and the REST API used in place, continues to function as intended with the automation account.
485+
481486
- name: Component/provider upgrade
482487
questions:
483488
- question: |

articles/site-recovery/vmware-azure-tutorial-prepare-on-premises.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Prepare for VMware VM disaster recovery with Azure Site Recovery
33
description: Learn how to prepare on-premises VMware servers for disaster recovery to Azure using the Azure Site Recovery service.
44
ms.service: site-recovery
55
ms.topic: tutorial
6-
ms.date: 03/27/2024
6+
ms.date: 04/08/2024
77
ms.custom: MVC
88
ms.author: ankitadutta
99
author: ankitaduttaMSFT
@@ -64,8 +64,8 @@ Prepare the account as follows:
6464

6565
Prepare a domain or local account with permissions to install on the VM.
6666

67-
- **Windows VMs**: To install on Windows VMs if you're not using a domain account, disable Remote User Access
68-
control on the local machine. To do this, in the registry > **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System**, add the
67+
- **Windows VMs**: To install on Windows VMs if you're not using a domain account, disable UAC remote restrictions on the local machine.
68+
After disabling, Azure Site Recovery can access the local machine remotely without UAC restriction. To do this, in the registry: **HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System**, add the
6969
DWORD entry **LocalAccountTokenFilterPolicy**, with a value of 1.
7070
- **Linux VMs**: To install on Linux VMs, prepare a root account on the source Linux server.
7171

0 commit comments

Comments
 (0)