Does Azure Batch support Arm64 VMs?

Michael 20 Reputation points
2023-02-26T16:08:16.91+00:00

Hi, does Azure Batch support Arm64 VMs?

I don't see any "D2pds" listed in "az batch location list-skus".

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
320 questions
{count} votes

Accepted answer
  1. vipullag-MSFT 25,616 Reputation points
    2023-02-27T05:09:54.0933333+00:00

    Hello Michael

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.

    I reached out to internal team to check on this ask. Yes, currently there isn't any external support for ARM64 running on Batch.

    To see a list of the virtual machine sizes that are currently available in Azure Batch in a specific region, you can use the following Azure CLI command:

    az batch location list-skus --location <location>

    Replace <location> with the name of the region that you are interested in, for example, "eastus". This command will return a list of virtual machine sizes that are available in that region for use with Azure Batch.
    Ref: https://video2.skills-academy.com/en-us/cli/azure/batch/location?view=azure-cli-latest#az-batch-location-list-skus

    Hope this helps.

    If you need further help on this, tag me in a comment.

    If the suggested response helped you resolve your issue, please 'Accept as answer', so that it can help others in the community looking for help on similar topics.

    0 comments No comments

0 additional answers

Sort by: Most helpful