Azure boost VM

Eliyahu Battat 20 Reputation points
2024-11-17T08:15:01.4233333+00:00

According to the official site, the following VM types are supported by Azure Boost:

Azure Boost Overview

According to the CLI, the supported boost VMs are:

bash
Copy code
$ az vm list-sizes --location eastus2 | jq -r 
  • Experimental_Boost4
  • Experimental_Boost8
  • Experimental_Boost32
  • Experimental_Boost64
  • Experimental_Boost192

Is Standard_D8s_v5 a Boost VM or not? Can someone from Azure verify this?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,013 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vinodh247 34,661 Reputation points MVP Volunteer Moderator
    2024-11-17T14:09:01.4533333+00:00

    Hi ,

    Thanks for reaching out to Microsoft Q&A.

    Azure Boost is a system that offloads server virtualization processes traditionally performed by the hypervisor and host OS onto purpose-built hardware and software, enhancing performance, security, and reliability.

    The Standard_D8s_v5 virtual machine (VM) is part of the Dsv5-series, which runs on the Intel® Xeon® Platinum 8370C (Ice Lake) processor. This processor features an all-core turbo clock speed of 3.5 GHz with Intel® Turbo Boost Technology, Intel® Advanced-Vector Extensions 512 (Intel® AVX-512), and Intel® Deep Learning Boost.

    https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dsv5-series?tabs=sizebasic

    According to Microsoft's documentation, the Dsv5-series VMs are among those that benefit from Azure Boost.

    https://learn.microsoft.com/en-us/azure/azure-boost/overview

    Therefore, the Standard_D8s_v5 VM is indeed a Boost-enabled VM.

    Regarding the CLI output listing VM sizes such as Experimental_Boost4, Experimental_Boost8, etc., these are likely experimental or preview VM sizes specifically designated for testing Azure Boost features. The Standard_D8s_v5 VM, being a production-ready size, also incorporates Azure Boost capabilities.

    https://azure.microsoft.com/en-us/products/virtual-machines/boost/

    In summary, the Standard_D8s_v5 VM is a Boost-enabled VM, benefiting from the performance and security enhancements provided by Azure Boost.

    Please feel free to click the 'Upvote' (Thumbs-up) button and 'Accept as Answer'. This helps the community by allowing others with similar queries to easily find the solution.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.