ArcBox 3.0 - VM auto shutdown and misc updates #2659
Merged
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 across various scripts and configuration files to enhance system setup, resource management, and security policies. The most important changes involve adding new registry key removals, desktop shortcuts, and auto-shutdown configurations.
System Setup Enhancements:
azure_jumpstart_arcbox/artifacts/DataOpsLogonScript.ps1
: Added removal of registry keys used for automatic logon, creation of desktop shortcuts for Windows Terminal and Logs-folder, and configuration of Windows Terminal as the default terminal application.azure_jumpstart_arcbox/artifacts/DevOpsLogonScript.ps1
: Added similar enhancements as in the DataOpsLogonScript for registry key removal, desktop shortcuts, and terminal configuration.Resource Management:
azure_jumpstart_arcbox/bicep/clientVm/clientVm.bicep
: Introduced parameters for enabling auto-shutdown, specifying shutdown time, timezone, and email recipient. Updated VM size selection logic. [1] [2] [3]azure_jumpstart_arcbox/bicep/main.bicep
: Passed auto-shutdown parameters to the client VM deployment module. [1] [2]Security Policies:
azure_jumpstart_arcbox/bicep/mgmt/policyAzureArc.bicep
: Added a new policy assignment for SSH Posture Control audit. [1] [2]Miscellaneous:
azure_jumpstart_arcbox/artifacts/dsc/virtual_machines_itpro.dsc.yml
: Reduced the startup memory for virtual machines from 12GB to 4GB. [1] [2]azure_jumpstart_arcbox/artifacts/dsc/virtual_machines_sql.dsc.yml
: Reduced the startup memory for SQL virtual machines from 12GB to 6GB.azure_jumpstart_arcbox/artifacts/installK3s.sh
: Added a function to check for dpkg lock before attempting installation.