azure-batch-samples icon indicating copy to clipboard operation
azure-batch-samples copied to clipboard

Azure Batch and HPC Code Samples

Results 35 azure-batch-samples issues
Sort by recently updated
recently updated
newest added

Do you really need: * A 560 line helper methods file * A configuration file * 150 lines of python To submit a simple batch process without any actual content?...

### Expected behavior Project can be run multiple times without needing to manually modify batch pools. ### Actual behavior Project run only works once. All subsequent runs throw an exception....

AccountSettings accountSettings = SampleHelpers.LoadAccountSettings(); I am not sure why the account is null when debugging when I have entered the correct settings from batch and storage in the accounts settttings.json....

Get "'BatchServiceClientConfiguration' object has no attribute 'signed_session'" exception when creating pool with the following Python code. > new_pool = batch.models.PoolAddParameter( > id='GPU-Pool', > virtual_machine_configuration=batch.models.VirtualMachineConfiguration( > image_reference=image_ref_to_use, > container_configuration=container_conf, > node_agent_sku_id='batch.node.ubuntu...

The Java SDK only has methods to create logical application package reference on the portal but do not have any method to upload .zip file for the application. i.e. I...

I was able to configure the following setup, ![azure batch _fail](https://user-images.githubusercontent.com/44601878/65148310-8d4ced80-da3d-11e9-8105-1ffd56277060.jpg) I am able to add a task in a job to run the testapi.py file which takes a simple...

Please add a sample showing how to run a Docker image as a task in Python. Thank you

Trying to avoid saving storage keys either in the environment or within the code base. Is there any way to either exposed the key for a storage account linked to...

I would love to see some C++ support for Azure Batch. We are using a bunch of compute intense C++ libraries to do geospatial and math operations. Maybe, you could...

Updated java sample code to include example of file uploading to azure container after task completion