Skip to content

Commit 19b344f

Browse files
Merge pull request #268904 from Farha-Bano/Doc_updates_scvmm_Mar13
Updated the docs
2 parents 4fd7e7b + 75ad1e4 commit 19b344f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 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/26/2024
10+
ms.date: 03/14/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.
@@ -22,7 +22,7 @@ This Quickstart shows you how to connect your SCVMM management server to Azure A
2222
## Prerequisites
2323

2424
>[!Note]
25-
> - If VMM server is running on Windows Server 2016 machine, ensure that [Open SSH package](https://github.com/PowerShell/Win32-OpenSSH/releases) is installed.
25+
> - If VMM server is running on Windows Server 2016 machine, ensure that [Open SSH package](https://github.com/PowerShell/Win32-OpenSSH/releases) and tar are installed. To install tar, you can copy tar.exe and archiveint.dll from any Windows 11 or Windows Server 2019/2022 machine to *C:\Windows\System32* path on your VMM server machine.
2626
> - If you deploy an older version of appliance (version lesser than 0.2.25), Arc operation fails with the error *Appliance cluster is not deployed with AAD authentication*. To fix this issue, download the latest version of the onboarding script and deploy the resource bridge again.
2727
> - Azure Arc Resource Bridge deployment using private link is currently not supported.
2828
@@ -68,14 +68,14 @@ This Quickstart shows you how to connect your SCVMM management server to Azure A
6868

6969
Follow these instructions to run the script on a Windows machine.
7070

71-
1. Open a new PowerShell window and verify if Azure CLI is successfully installed in the workstation, use the following command:
71+
1. Open a new PowerShell window as Administrator and verify if Azure CLI is successfully installed in the workstation, and use the following command:
7272
```azurepowershell-interactive
7373
az
7474
```
7575
1. Navigate to the folder where you've downloaded the PowerShell script:
7676
*cd C:\Users\ContosoUser\Downloads*
7777
78-
1. Run the following command to allow the script to run since it's an unsigned script (if you close the session before you complete all the steps, run this command again for the new session):
78+
1. Run the following command to allow the script to run since it's an unsigned script (if you close the session before you complete all the steps, run this command again in the new PowerShell Administrator session):
7979
```azurepowershell-interactive
8080
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
8181
```

0 commit comments

Comments
 (0)