Does Azure Batch support Arm64 VMs?

Michael 20 Reputation points

Hi, does Azure Batch support Arm64 VMs?

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

  1. vipullag-MSFT 26,537 Reputation points Moderator

    Hello Michael

    Any update on the issue?

    Just checking in to see if you got a chance to see my previous response.

    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.


Sign in to comment

Answer accepted by question author

vipullag-MSFT 26,537 Reputation points Moderator

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://learn.microsoft.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.

  1. Alexei Solodovnicov 0 Reputation points

    It's confusing and misleading that in the Azure Pricing Calculator it is possible to select ARM64 VMs in westeurope region, and see the price. While actually there is no support of ARM64 VMs in westeurope.


Sign in to comment

1 additional answer

  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Sign in to answer

Your answer