Skip to main content
Version: 2604 (Preview)

Task 04: Monitor Machine Setup

Runbook Azure Preview

DOCUMENT CATEGORY: Runbook SCOPE: Monitoring simplified provisioning progress PURPOSE: Track OS installation and configuration via the Configurator app MASTER REFERENCE: Microsoft Learn — Simplified Machine Provisioning

Status: Active


Overview

After provisioning machines from Azure in Task 03, you can optionally monitor the automated setup process using the Configurator app on your Windows 11 PC. The machines cycle through several stages automatically:

  1. Maintenance environment — Azure Arc configuration in the maintenance OS
  2. Azure Stack HCI OS installation — The production OS is downloaded and installed
  3. OS configuration — Network settings, credentials, and policies applied
  4. Azure Arc registration — Machine connects to Azure Arc with all mandatory extensions

Step-by-Step

Step 1: Launch the Configurator App

  1. On your Windows 11 PC, open the Start menu
  2. Search for Configurator App
  3. Select Configurator App for Azure Local V2
  4. Run as Administrator

Step 2: Connect to a Machine

  1. Connect using <machine-serial-number>.local or the machine's IP address
  2. Enter the local administrator credentials:
    • Default username: edgeuser
    • Default password: Password1
Factory Default Credentials

The credentials above (edgeuser / Password1) are Microsoft's published factory defaults for the maintenance environment. Change them at the earliest opportunity after initial connection.

Credential Change

After the Azure Stack HCI OS installs, the default credentials change to the administrator credentials you configured in Task 03. Use those credentials for subsequent connections.

Step 3: Monitor Progress

The Configurator app shows the current stage and progress. Watch for the machine to cycle through:

StageDescriptionExpected Duration
Maintenance environmentAzure Arc configuration in maintenance OS10–15 min
OS installationAzure Stack HCI OS download and install15–30 min
OS configurationNetwork, credentials, and policy setup5–10 min
Arc registrationAzure Arc enrollment and extension install10–15 min

Step 4: Repeat for All Machines

Monitor each machine until the Arc configuration succeeds. The total process typically takes 30–60 minutes per machine.


Validation

  • Configurator app connects to each machine successfully
  • Each machine cycles through maintenance environment → OS install → configuration → Arc registration
  • No errors reported in the Configurator app
  • All machines reach the "Arc configuration succeeded" state

Troubleshooting

IssueResolution
Cannot connect to machineVerify the machine is powered on and on the same network. Try using the IP address instead of <serial>.local.
Machine stuck on maintenance environmentCheck network connectivity. The machine needs outbound internet access to download the OS from Azure.
OS installation failsVerify the software version selected in Task 03 is valid. Check Azure portal for provisioning error details.
Credentials rejected after OS installUse the administrator credentials configured in Task 03, not the default edgeuser / Password1.

Task 03: Provision from Azure↑ Simplified ProvisioningTask 05: Verify Arc →

VersionDateAuthorChanges
1.02026-05-01Azure Local CloudInitial release