Skip to content

Commit cd2f1d0

Browse files
authored
Merge pull request #17245 from alkohli/undiarc
Undo Arc registration
2 parents d2f9410 + 3387804 commit cd2f1d0

File tree

3 files changed

+13
-33
lines changed

3 files changed

+13
-33
lines changed

azure-local/deploy/deployment-arc-register-local-ui.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: article
55
author: alkohli
66
ms.author: alkohli
77
ms.service: azure-local
8-
ms.date: 02/20/2025
8+
ms.date: 03/03/2025
99
---
1010

1111
# Register your Azure Local machines via the local UI (preview)
@@ -165,6 +165,9 @@ Follow these steps to configure the network settings and connect the machines to
165165

166166
:::image type="content" source="media/deployment-arc-register-local-ui/setup-configuration-open-in-azure-portal.png" alt-text="Screenshot that shows the Azure Arc agent setup configuration status, open in Azure portal option for Azure Local ." lightbox="media/deployment-arc-register-local-ui/setup-configuration-open-in-azure-portal.png":::
167167

168+
> [!NOTE]
169+
> Once an Azure Local machine is registered with Azure Arc, the only way to undo the registration is to install the operating system again on the machine.
170+
168171
## Step 2: Verify machines are connected to Arc
169172

170173
1. In the Azure portal, go to the resource group for bootstrapping.

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 an Azure Local machine is registered with Azure Arc, the only way to undo the registration is to install the operating system again on the machine.
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.

azure-local/faq.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ sections:
123123
------ ----------------
124124
Microsoft Azure Stack HCI 23H2
125125
```
126+
- question: Is it possible to unregister an Azure Local machine with Azure Arc once it is registered?
127+
answer: |
128+
No. You can't undo the registration once you've registered the Azure Local machine with Azure Arc. To undo, you'll need to install the operating system again on the machine.
129+
126130
- question: How long is Azure Local, version 22H2 supported?
127131
answer: |
128132
Azure Stack HCI, version 22H2 will reach end of support on May 31, 2025. After this date, you won't receive monthly security and quality updates. Support requests (SR) will only be available when performing an operating system upgrade. To continue receiving updates, we recommend that you upgrade your operating system to [version 23H2](./upgrade/upgrade-22h2-to-23h2-powershell.md).

0 commit comments

Comments
 (0)