Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 2.2 KB

batch-manage-account-basics.md

File metadata and controls

50 lines (29 loc) · 2.2 KB
title description ms.topic ms.date ms.custom
Manage your account
Learn what comprises an Azure Batch account
how-to
03/30/2020
H1Hack27Feb2017

Manage your Batch account

A Batch account is a uniquely identified entity within the Batch service. All processing is associated with a Batch account.

You can create an Azure Batch account using the Azure portal or programmatically, such as with the Batch Management .NET library. When creating the account, you can associate an Azure storage account for storing job-related input and output data or applications.

You can run multiple Batch workloads in a single Batch account, or distribute your workloads among Batch accounts that are in the same subscription, but in different Azure regions.

Components of the Batch account

The Batch account enables you to run large-scale parallel and high-performance computing (HPC) batch jobs efficiently in Azure. Within the account you manage:

  • The applications you are running

  • The allocation of pools and nodes within pools

  • The number and types of tasks

  • The input and output of data. You don't need to install additional software to manage tasks.

  • When you create the Batch account, you are asked to assign a name to it. This name is its ID and once assigned cannot be changed.

  • To change the name of an account, you need to delete it and create a new Batch account.

  • The account is created within the subscription you want to use.

  • Use the account to identify and retrieve primary and secondary account keys from any Batch account within your subscription.

  • The account maintains information about pool allocation and core quotas.

  • The account contains location information.

  • The account identifies your storage account.

Next steps