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

Azure Batch and HPC Code Samples

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

As some Azure regions does not support `CloudServiceConfiguration`, the samples should be updated to `VirtualMachineConfiguration`

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

This PR contains two changes: 1. Project migrated to net6 2. Added Removed deprecated storage SDK reference and added the current one.

I am trying to set up a multi-instance job using the ubuntu-hpc VM, so that I can use openmpi and RDMA (I was told the limitation of using Intel MPI...

Hi The Python Batch samples are based on Azure storage blob v1.3 and 1.4, and do not work with Azure storage blob 12+. Please can you update the examples to...

Does Azure Batch support dotnet sdk 3.1?

I have seen the azure batch sample [HERE](https://github.com/Azure-Samples/azure-batch-samples/tree/master/CSharp/ArticleProjects/ApplicationInsights) using appinsights to capture and monitor logs. This uses the TelemetryClient directly to capture the logs. That is well and good. Below...