Azure / azure-batch-maya

Cloud rendering from Maya using Azure Batch
Other
27 stars 12 forks source link

Additional VM types for Env: Use VM Type #33

Closed richardlock closed 6 years ago

richardlock commented 6 years ago

Hi,

Is it possible to use other VM Types with the azure-batch-maya plugin beyond Standard_A/D/D*_v2? The dropdown box in Maya does not show any other options, but we'd like to test against the F and Fv2 series for rendering at lower cost.

Thanks, Richard

psyrus commented 6 years ago

If you edit your local file to include the other SKUs, you can put pretty much whatever you want in there https://github.com/Azure/azure-batch-maya/blob/master/azure_batch_maya/scripts/tools/skus.json

You just need the SKU "code" which I believe can be found here: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes-general

richardlock commented 6 years ago

Thanks, that's great.