docs(azure): uefi vs non-uefi features - #557
Merged
k-dimple merged 1 commit intoAug 24, 2026
Merged
Conversation
sebastian-negulescu
force-pushed
the
feat/uefi-vs-non-uefi
branch
from
August 21, 2026 17:44
509fbe5 to
406a632
Compare
jrtknauer
approved these changes
Aug 21, 2026
mikeraymond7
requested changes
Aug 21, 2026
mikeraymond7
left a comment
Contributor
There was a problem hiding this comment.
I think this might fit better under a new section in this file. This seems better suited to the Optimizations for Azure section
|
|
||
| Ubuntu images are specifically fine-tuned to maximize performance on Azure infrastructure and support the latest cloud features as they are released. The images integrate with core Azure services, such as Azure Pricing, Azure Guest Patching Service (AzGPS), and Update Management Center. | ||
|
|
||
| Additionally, Ubuntu images support modern UEFI and legacy non-UEFI boot architectures. `Generation 2 VMs on Azure`_ rely on UEFI support for `Trusted Launch` and larger boot volume features. Generation 2 VMs require an Ubuntu Gen2 image and compatible `Generation 2 VM size`_ to boot, while Generation 1 VMs need an Ubuntu Gen1 image to boot. Consult `Should I create a generation 1 or 2 virtual machine in Hyper-V?`_ for more information on Azure VM generations. |
Contributor
There was a problem hiding this comment.
Should I create a generation 1 or 2 virtual machine in Hyper-V? is a long link name. Maybe consider condensing if possible
Documents the features and support of UEFI and non-UEFI boot architectures, how Ubuntu supports both, and how Azure takes advantage of UEFI features on their platform.
sebastian-negulescu
force-pushed
the
feat/uefi-vs-non-uefi
branch
from
August 21, 2026 20:57
406a632 to
2b36dff
Compare
mikeraymond7
approved these changes
Aug 21, 2026
k-dimple
approved these changes
Aug 24, 2026
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.
Documents the features and support of UEFI and non-UEFI boot architectures, how Ubuntu supports both, and how Azure takes advantage of UEFI features on their platform.