A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.microsoft.com/en-us/azure/batch/batch-pool-vm-sizes below:

Choose VM sizes and images for pools - Azure Batch

When you select a node size for an Azure Batch pool, you can choose from almost all the VM sizes available in Azure. Azure offers a range of sizes for Linux and Windows VMs for different workloads.

Supported VM series and sizes Pools in Virtual Machine configuration

Batch pools in the Virtual Machine configuration support almost all VM sizes available in Azure. The supported VM sizes in a region can be obtained via the Batch Management API. You can use one of the following methods to return a list of VM sizes supported by Batch in a region:

For example, using the Azure CLI, you can obtain the list of skus for a particular Azure region with the following command:

az batch location list-skus --location <azure-region>
Using Generation 2 VM Images

Some VM series, such as FX and Mv2, can only be used with generation 2 VM images. Generation 2 VM images are specified like any VM image, using the sku property of the imageReference configuration; the sku strings have a suffix such as -g2 or -gen2. To get a list of VM images supported by Batch, including generation 2 images, use the 'list supported images' API, PowerShell, or Azure CLI.

Size considerations Supported VM images

Use one of the following APIs to return a list of Windows and Linux VM images currently supported by Batch, including the node agent SKU IDs for each image:

For example, using the Azure CLI, you can obtain the list of supported VM images with the following command:

az batch pool supported-images list

Images that have a verificationType of verified undergo regular interoperability validation testing with the Batch service by the Azure Batch team. The verified designation doesn't mean that every possible application or usage scenario is validated, but that functionality exposed by the Batch API such as executing tasks, mounting a supported virtual filesystem, etc. are regularly tested as part of release processes. Images that have a verificationType of unverified don't undergo regular validation testing but were initially verified to boot on Azure Batch compute nodes and transition to an idle compute node state. Support for unverified images isn't guaranteed.

Tip

The value of the AZ_BATCH_NODE_ROOT_DIR compute node environment variable is dependent upon if the VM has a local temporary disk or not. See Batch root directory location for more information.

Next steps

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4