-
Notifications
You must be signed in to change notification settings - Fork 549
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
ArcBox 3.0 - VM auto shutdown and misc updates #2659
Merged
Merged
Conversation
This file contains 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]>
…udit policy Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
…cript.ps1 and DevOpsLogonScript.ps1 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]>
…nder for Containers cluster extension installation Signed-off-by: Jan Egil Ring <[email protected]>
…efender Kubernetes, and Azure Policy extensions Signed-off-by: Jan Egil Ring <[email protected]>
Signed-off-by: Jan Egil Ring <[email protected]>
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 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.