Can I run a Blender script as an Azure Batch?

Francesca 5 Reputation points
2023-04-21T13:58:21.6766667+00:00

I would like to run Blender w/ my input script and input file in Azure Batch just as I do from the command line.

My Python script (Python is the built-in scripting language of Blender) takes the input file, does some manipulations and saves a few images to some permanent storage.

I would use some Blob storage for the input and output files.

>> Is this possible with Azure Batch or do I need to run a Docker VM?

Are there any examples or documentation for how to set this up?

PS Here's my command line: `c:\Program Files\Blender Foundation\Blender 3.4\blender.exe -b "C:\Users\__EmptyLightsCamera1200x800__4.blend" -P "C:\Users\ME\__mesh2png.py" -- "C:\Users\ME\input.obj" "C:\Users\ME\output.png" 43.526

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