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-configurator-app.md
+38-9Lines changed: 38 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
title: Configurator application for Azure Local (Preview)
3
-
description: Learn how to use the Configurator application to bootstrap and Arc register the Azure Local machines. (Preview)
2
+
title: Configurator App for Azure Local to Register Machines (Preview)
3
+
description: Learn how to use the Configurator app to bootstrap and quickly register your Azure Local machines with Azure Arc. (Preview)
4
4
author: alkohli
5
5
ms.author: alkohli
6
6
ms.topic: how-to
7
-
ms.date: 04/30/2025
7
+
ms.date: 05/23/2025
8
8
ms.service: azure-local
9
9
#CustomerIntent: As an IT Pro, I want to bootstrap and Arc register Azure Local machines via the Arc registration script.
10
10
---
@@ -13,7 +13,7 @@ ms.service: azure-local
13
13
14
14
> Applies to: Azure Local 2502 and later
15
15
16
-
This article describes how to use the Configurator app to bootstrap and register the machines you plan to include in your Azure Local instance.
16
+
This article explains how to use the Configurator app to quickly bootstrap and register machines in your Azure Local instance, enabling seamless Azure Arc integration.
17
17
18
18
You can use the Configurator app or [Azure CLI](./deployment-arc-register-server-permissions.md) to register your machines. If you plan to deploy a few machines per site, use the Configurator app.
19
19
@@ -28,7 +28,6 @@ Before you begin, make sure that you complete the following prerequisites:
- Download the [Configurator App for Azure Local](https://aka.ms/ConfiguratorAppForHCI).
31
-
32
31
- Note down:
33
32
34
33
- The serial number for each machine.
@@ -151,7 +150,7 @@ Follow these steps to configure network settings and connect the machines to Azu
151
150
152
151
1. On the resource group used to bootstrap, you should see your Arc-enabled machines. In this example, you see a single machine.
153
152
154
-
:::image type="content" source="media/deployment-arc-register-configurator-app/setup-arc-enabled-servers.png" alt-text="Screenshot that shows the Azure Arc agent Arc-enabled servers in Azure portal for Azure Local." lightbox="media/deployment-arc-register-configurator-app/setup-arc-enabled-servers.png":::
153
+
:::image type="content" source="media/deployment-arc-register-configurator-app/setup-arc-enabled-servers.png" alt-text="Screenshot that shows the Azure Arc agent Arc-enabled servers in Azure portal for Azure Local." lightbox="media/deployment-arc-register-configurator-app/setup-arc-enabled-servers.png":::
155
154
156
155
## Troubleshooting
157
156
@@ -166,7 +165,7 @@ You might need to collect logs or diagnose problems if you encounter any issues
166
165
167
166
If you can't access the app, you can get the logs from a machine. Logs are stored in the following location: `C:\Windows\System32\Bootstrap\Logs`. You can access the logs by connecting to the machine via Remote Desktop Protocol (RDP).
168
167
169
-
If you can access the app, follow the instructions in [Run diagnostic tests](#run-diagnostic-tests-from-the-app) to troubleshoot the issue and if needed, [Collect a support package](#collect-a-support-package-from-the-app).
168
+
If you can access the app, follow the instructions in [Run diagnostic tests](#run-diagnostic-tests-from-the-app) to troubleshoot the issue and if needed, [Collect a support package](#collect-a-support-log-package-from-the-app).
170
169
171
170
### Run diagnostic tests from the app
172
171
@@ -192,16 +191,46 @@ Here's a table that describes the diagnostic tests:
192
191
| Azure Arc agent | This test validates the Azure Arc agent is installed and running on the machine. |
193
192
| Environment checker | The Environment Checker tool runs a series of tests to evaluate the deployment readiness of your environment for Azure Local deployment including those for connectivity, hardware, Active Directory, network, and Arc integration. For more information, see [Evaluate the deployment readiness of your environment for Azure Local](../manage/use-environment-checker.md#about-the-environment-checker-tool). |
194
193
195
-
### Collect a Support package from the app
194
+
### Collect a Support log package from the app
195
+
196
+
A Support log package is composed of all the relevant logs that can help Microsoft Support troubleshoot any machine issues. You can generate a Support package via the app.
196
197
197
-
A Support package is composed of all the relevant logs that can help Microsoft Support troubleshoot any machine issues. You can generate a Support package via the app. Follow these steps to collect a Support package:
198
+
#### Download the Support log package
199
+
200
+
Follow these steps to collect and download a Support log package:
198
201
199
202
1. Select the help icon in the top-right corner of the app to open the **Support + troubleshooting** pane. Select **Create** to begin support package collection. The package collection could take several minutes.
200
203
201
204
:::image type="content" source="media/deployment-arc-register-configurator-app/collect-support-package-1.png" alt-text="Screenshot that shows the Support and troubleshooting pane with Create selected." lightbox="media/deployment-arc-register-configurator-app/collect-support-package-1.png":::
202
205
203
206
1. After the Support package is created, select **Download**. This action downloads two zipped packages corresponding to Support logs and Configurator logs on your local system. You can unzip the package and view the system log files.
204
207
208
+
#### Upload the Support log package
209
+
210
+
> [!IMPORTANT]
211
+
> - Make sure to run the Configurator app as an administrator to upload the Support log package.
212
+
> - Uploading the Support log package to Microsoft can take up to 20 minutes. Make sure to leave the app open and running to complete this process.
213
+
214
+
Collect a Support log package before you upload it. Follow these steps to upload the Support log package to Microsoft:
215
+
216
+
1. Select the help icon in the top-right corner of the app to open the **Support + troubleshooting** pane. Select **Upload** to upload the Support package to Microsoft.
217
+
218
+
:::image type="content" source="media/deployment-arc-register-configurator-app/upload-support-package-1.png" alt-text="Screenshot that shows the Support and troubleshooting pane with Upload package selected." lightbox="media/deployment-arc-register-configurator-app/upload-support-package-1.png":::
219
+
220
+
1. Provide the required information in the **Upload Support package to Microsoft** dialog:
221
+
222
+
:::image type="content" source="media/deployment-arc-register-configurator-app/upload-support-package-2.png" alt-text="Screenshot that shows the Upload Support Package dialog filled out." lightbox="media/deployment-arc-register-configurator-app/upload-support-package-2.png":::
223
+
224
+
The fields in the dialog are prepopulated with the information you provided during [Step 1: Configure the network and connect to Azure](#step-1-configure-the-network-and-connect-to-azure). You can modify the fields as needed.
225
+
226
+
227
+
1. Select **Begin upload** to upload the Support package.
228
+
1. Authenticate in the browser with the same account that you used to sign in to register with Azure Arc. The upload process might take several minutes. Leave the app open and running until the upload is complete.
229
+
230
+
:::image type="content" source="media/deployment-arc-register-configurator-app/upload-support-package-3.png" alt-text="Screenshot that shows the Support and troubleshooting pane with Upload selected and authentication guidance." lightbox="media/deployment-arc-register-configurator-app/upload-support-package-3.png":::
231
+
232
+
1. After the upload is complete, you receive a confirmation message. You can also view the upload status in the app.
233
+
205
234
### Clean previous installation
206
235
207
236
If you have more than one version of the app installed, when you try to open the app, an older version of the app might open. To fix this issue, clean the previous installation. Follow these steps to clean the previous installation:
Copy file name to clipboardExpand all lines: azure-local/whats-new.md
+30-1Lines changed: 30 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: overview
5
5
author: alkohli
6
6
ms.author: alkohli
7
7
ms.service: azure-local
8
-
ms.date: 05/12/2025
8
+
ms.date: 05/22/2025
9
9
---
10
10
11
11
# What's new in Azure Local?
@@ -16,6 +16,35 @@ ms.date: 05/12/2025
16
16
17
17
This article lists the various features and improvements that are available in Azure Local. The latest version of Azure Local solution focuses on cloud-based deployment and updates, cloud-based monitoring, new and simplified experience for Azure Local virtual machine (VM) management, security, and more.
18
18
19
+
::: moniker range="=azloc-2505"
20
+
21
+
There are two 2505 releases for May. Here are the details of each release:
22
+
23
+
|Solution version |OS version |Deployment |
24
+
|---------|---------|---------|
25
+
|12.2505.1001.23 | 26100.4061 | New deployments only. |
For more information, see [Release information summary](./release-information-23h2.md).
29
+
30
+
## Features and improvements in 2505
31
+
32
+
This release has the following features and improvements:
33
+
34
+
-**OS version changes**:
35
+
36
+
- In the last release (2504), a new operating system was introduced for Azure Local deployments. For 2505, all the new deployments of Azure Local will run OS version **26100.4061**. You can download the 2505 OS image from the Azure portal. You also need to get the driver compatible with Azure Local 12.2505 or Windows Server 2025. If a compatible driver is not available, you can use the 2503 image.
37
+
38
+
Existing deployments of Azure Local will continue to use OS version **25398.1611**. For more information, see [Release information summary](./release-information-23h2.md).
39
+
40
+
- If you've purchased Integrated System or Premier solution hardware from the [Azure Local Catalog](https://aka.ms/AzureStackHCICatalog) through your preferred Microsoft hardware partner, the OS should be preinstalled. Work with your Original Equipment Manufacturer (OEM) to get the OS image compatible with **12.2505** and driver compatible with Azure Local 12.2505 or Windows Server 2025.
41
+
42
+
-**.NET updates**: This build uses .NET version **8.0.16** for both .NET Runtime and ASP.NET Core. For more details, see [Download .NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0).
43
+
44
+
-**Update changes**: This release includes reliability improvements to the update process. For more information, see [Fixed issues in 2505](./known-issues.md?view=azloc-2505&preserve-view=true#fixed-issues).
45
+
46
+
::: moniker-end
47
+
19
48
::: moniker range="=azloc-2504"
20
49
21
50
Starting with 2504 release, Microsoft introduced a new versioning schema. There are two 2504 releases for April. Here are the details of each release:
0 commit comments