Skip to content

LocalBox 2604 update#343

Merged
janegilring merged 2 commits into
Azure:mainfrom
janegilring:localbox_2604
May 1, 2026
Merged

LocalBox 2604 update#343
janegilring merged 2 commits into
Azure:mainfrom
janegilring:localbox_2604

Conversation

@janegilring

Copy link
Copy Markdown
Contributor

This pull request contains two targeted changes to the PowerShell scripts used for Azure Arc Jumpstart LocalBox automation. The changes update the base disk image used for router VMs and comment out the execution of a scheduled task during the bootstrap process.

Key changes:

Virtual Machine Configuration:

  • Updated the parent disk image for router VM creation from AzL-node.vhdx to GUI.vhdx in New-RouterVM.ps1, likely to use a different or updated VM template.

Bootstrap Process:

  • Commented out the line that starts the ImageCustomizationScheduledTask during the bootstrap process in Invoke-AzureEdgeBootstrap.ps1, possibly to prevent unintended customizations or to troubleshoot issues related to this scheduled task.

Comment out the scheduled task start command in the bootstrap script.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Azure Arc Jumpstart LocalBox PowerShell automation to use a different base VHDX for the router VM and to disable running an image-customization scheduled task during node bootstrap.

Changes:

  • Updated New-RouterVM to use C:\VMs\Base\GUI.vhdx as the router VM parent disk.
  • Commented out starting ImageCustomizationScheduledTask during Invoke-AzureEdgeBootstrap.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
powershell/modules/Azure.Arc.Jumpstart.LocalBox/source/Public/New-RouterVM.ps1 Switches router VM differencing disk parent to GUI.vhdx.
powershell/modules/Azure.Arc.Jumpstart.LocalBox/source/Public/Invoke-AzureEdgeBootstrap.ps1 Disables the scheduled task kickoff in the bootstrap invocation flow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@janegilring janegilring self-assigned this May 1, 2026
@janegilring janegilring merged commit 84ea31f into Azure:main May 1, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants