Skip to content

Commit e011309

Browse files
committed
new topic
1 parent 7786067 commit e011309

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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 the applications you are running, the allocation of pools and nodes within pools, the number and types of tasks, and the input and output of data. You don't need to install additional software to manage tasks.
32+
33+
- 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.
34+
35+
- To change the name of an account, you need to delete it and create a new Batch account.
36+
37+
- The account is created within the subscription you want to use.
38+
39+
- Use the account to identify and retrieve primary and secondary account keys from any Batch account within your subscription.
40+
41+
- The account maintains information about pool allocation and core quotas.
42+
43+
- The account contains location information.
44+
45+
- The account identifies your storage account.
46+
47+
## Next steps
48+
49+
- Create a Batch account using the [Azure portal](batch-account-create-portal.md).
50+
- Create a Batch account programmatically, such as with the [Batch Management .NET library](batch-management.dotnet.md).

0 commit comments

Comments
 (0)