You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-local/deploy/deployment-arc-register-local-ui.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.topic: article
5
5
author: alkohli
6
6
ms.author: alkohli
7
7
ms.service: azure-local
8
-
ms.date: 02/20/2025
8
+
ms.date: 03/03/2025
9
9
---
10
10
11
11
# 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
165
165
166
166
:::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":::
167
167
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
+
168
171
## Step 2: Verify machines are connected to Arc
169
172
170
173
1. In the Azure portal, go to the resource group for bootstrapping.
Copy file name to clipboardExpand all lines: azure-local/deploy/deployment-arc-register-server-permissions.md
+5-32Lines changed: 5 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,38 +57,6 @@ Before you begin, make sure you've completed the following prerequisites:
57
57
> [!IMPORTANT]
58
58
> Run these steps as a local administrator on every Azure Local machine that you intend to cluster.
59
59
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).
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
-
``` -->
92
60
93
61
1. Set the parameters. The script takes in the following parameters:
94
62
@@ -226,6 +194,11 @@ Before you begin, make sure you've completed the following prerequisites:
226
194
227
195
:::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":::
228
196
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
+
229
202
## Assign required permissions for deployment
230
203
231
204
This section describes how to assign Azure permissions for deployment from the Azure portal.
Copy file name to clipboardExpand all lines: azure-local/faq.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,10 @@ sections:
123
123
------ ----------------
124
124
Microsoft Azure Stack HCI 23H2
125
125
```
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
+
126
130
- question: How long is Azure Local, version 22H2 supported?
127
131
answer: |
128
132
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