Skip to content

Commit e8278de

Browse files
committed
Undo Arc registration
1 parent e6ada34 commit e8278de

File tree

1 file changed

+5
-32
lines changed

1 file changed

+5
-32
lines changed

azure-local/deploy/deployment-arc-register-server-permissions.md

Lines changed: 5 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -57,38 +57,6 @@ Before you begin, make sure you've completed the following prerequisites:
5757
> [!IMPORTANT]
5858
> Run these steps as a local administrator on every Azure Local machine that you intend to cluster.
5959
60-
<!-- 1. Install the [Arc registration script](https://www.powershellgallery.com/packages/AzSHCI.ARCInstaller) from PSGallery. **This step is only required if you're using an OS ISO that's older than 2408**. For more information, see [What's new in 2408](../whats-new.md#features-and-improvements-in-2408).
61-
62-
# [PowerShell](#tab/powershell)
63-
```powershell
64-
#Register PSGallery as a trusted repo
65-
Register-PSRepository -Default -InstallationPolicy Trusted
66-
67-
#Install required PowerShell modules in your machine for registration
68-
Install-Module Az.Accounts -RequiredVersion 3.0.0
69-
Install-Module Az.Resources -RequiredVersion 6.12.0
70-
Install-Module Az.ConnectedMachine -RequiredVersion 0.8.0
71-
72-
73-
#Install Arc registration script from PSGallery
74-
Install-Module AzsHCI.ARCinstaller
75-
```
76-
# [Output](#tab/output)
77-
Here's a sample output of the installation:
78-
79-
```output
80-
PS C:\Users\SetupUser> Install-Module Az.Accounts -RequiredVersion 3.0.0
81-
PS C:\Users\SetupUser> Install-Module Az.Resources -RequiredVersion 6.12.0
82-
PS C:\Users\SetupUser> Install-Module Az.ConnectedMachine -RequiredVersion 0.8.0
83-
PS C:\Users\SetupUser> Install-Module -Name AzSHCI.ARCInstaller
84-
NuGet provider is required to continue
85-
PowerShellGet requires NuGet provider version '2.8.5.201' or newer to interact with NuGet-based repositories. The NuGet provider must be available in 'C:\Program Files\PackageManagement\ProviderAssemblies' or
86-
'C:\Users\SetupUser\AppData\Local\PackageManagement\ProviderAssemblies'. You can also install the NuGet provider by
87-
running 'Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force'. Do you want PowerShellGet to install
88-
and import the NuGet provider now?
89-
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): Y
90-
PS C:\Users\SetupUser>
91-
``` -->
9260

9361
1. Set the parameters. The script takes in the following parameters:
9462

@@ -226,6 +194,11 @@ Before you begin, make sure you've completed the following prerequisites:
226194
227195
:::image type="content" source="media/deployment-arc-register-server-permissions/mandatory-extensions-installed-registered-servers.png" alt-text="Screenshot of the Azure Local registered machines with mandatory extensions installed." lightbox="./media/deployment-arc-register-server-permissions/mandatory-extensions-installed-registered-servers.png":::
228196
197+
> [!NOTE]
198+
> Once the Azure Local machines are registered with Azure Arc, the only way to undo the registration is to install the operating system again on the machines.
199+
200+
201+
229202
## Assign required permissions for deployment
230203
231204
This section describes how to assign Azure permissions for deployment from the Azure portal.

0 commit comments

Comments
 (0)