Azure infrastructure optimization#229
Merged
Merged
Conversation
In order to increase webserver performances we've added the posibility to tune the size of the operating system disk by adding the variable OSDiskSizeInGB with a 256GB default value and for the large-ha deployment with a value of 1024GB.
We now can set the Azure Loadbalancers to be Regional or Global, in this case the variable defaults to Regional.
This commint will add two public IPs used for outgoing LoadBalancer connections in order to improve overall number of ephemeral ports used by the VMSS when scaled to a higher number of instances.
Scaling sooner with a number of two instances the VMSS webservers.
1f7ace9 to
cf8fbf2
Compare
naioja
added a commit
that referenced
this pull request
Dec 29, 2025
Azure infrastructure optimization
vibehero100
pushed a commit
to vibehero100/Moodle
that referenced
this pull request
Apr 7, 2026
Azure infrastructure optimization
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
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.
In this PR I've added the option to change the VMSS operating system disk size, I've also added two Public IPs to be used on ly for outgoing rules on the Azure Standard LoadBalancer as well as lowering the threshold for VMSS scaling based on CPU usage.