|
| 1 | +--- |
| 2 | +title: Manage your account- Azure Batch | Microsoft Docs |
| 3 | +description: Learn what comprises an Azure Batch account |
| 4 | +services: batch |
| 5 | +documentationcenter: '' |
| 6 | +author: LauraBrenner |
| 7 | +manager: evansma |
| 8 | +editor: '' |
| 9 | + |
| 10 | +ms.assetid: 3fbae545-245f-4c66-aee2-e25d7d5d36db |
| 11 | +ms.service: batch |
| 12 | +ms.workload: big-compute |
| 13 | +ms.tgt_pltfrm: na |
| 14 | +ms.topic: conceptual |
| 15 | +ms.date: 03/05/2020 |
| 16 | +ms.author: labrenne |
| 17 | +ms.custom: H1Hack27Feb2017 |
| 18 | + |
| 19 | +--- |
| 20 | + |
| 21 | +# Manage your Batch account |
| 22 | + |
| 23 | +A Batch account is a uniquely identified entity within the Batch service. All processing is associated with a Batch account. |
| 24 | + |
| 25 | +You can create an Azure Batch account using the [Azure portal](batch-account-create-portal.md) or programmatically, such as with the [Batch Management .NET library](batch-management-dotnet.md). When creating the account, you can associate an Azure storage account for storing job-related input and output data or applications. |
| 26 | + |
| 27 | +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. |
| 28 | + |
| 29 | +## Components of the Batch account |
| 30 | + |
| 31 | +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: |
| 32 | + |
| 33 | +- the applications you are running |
| 34 | + |
| 35 | +- the allocation of pools and nodes within pools |
| 36 | + |
| 37 | +- the number and types of tasks |
| 38 | + |
| 39 | +- the input and output of data. You don't need to install additional software to manage tasks. |
| 40 | + |
| 41 | +- 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. |
| 42 | + |
| 43 | +- To change the name of an account, you need to delete it and create a new Batch account. |
| 44 | + |
| 45 | +- The account is created within the subscription you want to use. |
| 46 | + |
| 47 | +- Use the account to identify and retrieve primary and secondary account keys from any Batch account within your subscription. |
| 48 | + |
| 49 | +- The account maintains information about pool allocation and core quotas. |
| 50 | + |
| 51 | +- The account contains location information. |
| 52 | + |
| 53 | +- The account identifies your storage account. |
| 54 | + |
| 55 | +## Next steps |
| 56 | + |
| 57 | +- Create a Batch account using the [Azure portal](batch-account-create-portal.md). |
| 58 | +- Create a Batch account programmatically, such as with the [Batch Management .NET library](batch-management-dotnet.md). |
| 59 | +- [Configure or disable remote access to compute nodes in an Azure Batch pool](pool-endpoint-configuration.md). |
| 60 | +- [Run job preparation and job release tasks on Batch compute nodes](batch-job-prep-release.md) |
0 commit comments