Skip to main content
NOW AVAILABLE

Azure Batch updates now available

Published date: April 22, 2019

Here are the latest updates to Azure Batch:

  • Task resource files
    • Tasks can have a list of resource files that are downloaded to the node before the task is run. Previously, only a list of single storage blobs could be specified. This meant that the list of files needed to be known, and there was a limit to the number of list entries. Now, a resource file can specify a storage container and an optional blob prefix. This enables large numbers of files in a storage container to be downloaded, and the list of specific files does not need to be known. In addition, a resource file URL can be any HTTP URL and does not have to be an Azure Blob storage URL. We've added a new article to cover the enhanced resource file capabilities.
  • Task maximum lifetime
    • Active tasks and jobs are now valid for up to 180 days, up from 7 days previously. This and other limits are specified in an article on quotas and limits.
  • Task retention time default
    • The task retention time determines when the Batch service can clean up old task data on pool nodes. The default task retention time has changed from infinite to 7 days, to help prevent issues due to the pool node disk becoming full. Task retention time is specified as part of task constraints.
  • Pools
    • Pools based on Azure Cloud Services can now specify an OS family of 6, which equates to Windows Server 2019. The OS family is specified in the pool cloud service configuration.
    • Cloud service pools now support tasks with the OutputFile property set, providing automatic copy of files to Azure Blob storage after a task finishes.
    • LoginMode can be specified for Windows virtual machine pools.
  • Batch cost information
    • Costs that Batch accounts incur are available in Azure Cost Management. Cost information is available for each pool. This information is also displayed in Batch Explorer.
  • Batch Explorer
    • Batch Explorer is a comprehensive cross-platform client to help you debug and monitor your Batch accounts.  There have been many updates in recent months. Batch Explorer is now GA with version 2.0.
  • Batch Rendering
    • New versions of the rendering applications have been added to the rendering VM images. The latest applications and applications versions are listed in this article.
    • Significant improvements have been made to the Azure cloud provider plug-in for the Thinkbox Deadline render manager. See the project page for more information and to contribute.
    • Easier Azure configuration, management, and monitoring with Qube or Deadline render managers are now possible with the preview of the Azure Render Farm Manager.
  • NSG service tag
    • There is now a service tag for Batch, BatchNodeManagement, that you can use in NSGs to enable communication between pool nodes and the Batch service. 
       

 

  • Batch
  • Features

Related Products