-
Notifications
You must be signed in to change notification settings - Fork 597
Windows Server 2025 support in ArcBox #2867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
janegilring
merged 17 commits into
microsoft:arcbox_ws_2025
from
janegilring:arcbox_ws_2025
Nov 27, 2024
Merged
Windows Server 2025 support in ArcBox #2867
janegilring
merged 17 commits into
microsoft:arcbox_ws_2025
from
janegilring:arcbox_ws_2025
Nov 27, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
Hi janegilring! Thank you for opening this Pull Request. Someone will review it soon. Thank you for committing to making the Arc Jumpstart better. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to the
azure_jumpstart_arcbox
project, focusing on improving the script functionality, adding new features, and enhancing reliability. The most important change is adding support for Windows Server 2025, both on the host VM and a new nested VM.Script Improvements:
azure_jumpstart_arcbox/artifacts/ArcServersLogonScript.ps1
: Updated to dynamically locate the Windows Terminal executable and create a desktop shortcut with appropriate icon and window style settings.azure_jumpstart_arcbox/artifacts/DataOpsLogonScript.ps1
andazure_jumpstart_arcbox/artifacts/DevOpsLogonScript.ps1
: Similarly updated to dynamically locate the Windows Terminal executable and create the shortcut. [1] [2]VM Support Enhancements:
azure_jumpstart_arcbox/artifacts/ArcServersLogonScript.ps1
: Added support for Windows Server 2025 VMs, including downloading VHDX files, restarting network adapters, renaming VMs, transferring installation scripts, activating operating systems, and onboarding as Azure Arc-enabled servers. [1] [2] [3] [4]azure_jumpstart_arcbox/artifacts/dsc/virtual_machines_itpro.dsc.yml
: Updated to configure VMs for Windows Server 2022 and 2025, replacing the previous configuration for Windows Server 2019 and 2022. [1] [2]Reliability Enhancements:
azure_jumpstart_arcbox/artifacts/installK3s.sh
: Implemented retry logic for installing the Azure CLI and onboarding the k3s cluster to Azure Arc, improving script robustness. [1] [2]Miscellaneous Updates:
azure_jumpstart_arcbox/artifacts/Bootstrap.ps1
: Added registry settings for Diagnostic Data and OOBE Privacy Experience.azure_jumpstart_arcbox/artifacts/tests/Invoke-Test.ps1
: Added a scheduled task to run tests on each logon usingpwsh.exe
.azure_jumpstart_arcbox/artifacts/WinGet.ps1
: Updated to ensure the latest version of WinGet package manager is installed and used.