Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 5d40a2e

Browse files
authored
Update README.md
1 parent 75bc357 commit 5d40a2e

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,46 @@ languages:
44
- java
55
products:
66
- azure
7+
- azure-batch
78
description: "Azure Batch sample for managing batch accounts. Get subscription batch account quota for a particular location."
89
urlFragment: batch-java-manage-batch-accounts
910
---
1011

11-
# Getting Started with Batch - Manage Batch Account - in Java #
12-
13-
14-
Azure Batch sample for managing batch accounts -
15-
- Get subscription batch account quota for a particular location.
16-
- List all the batch accounts, look if quota allows you to create a new batch account at specified location by counting batch accounts in that particular location.
17-
- Create a batch account with new application and application package, along with new storage account.
18-
- Get the keys for batch account.
19-
- Regenerate keys for batch account
20-
- Regenerate the keys of storage accounts, sync with batch account.
21-
- Update application's display name.
22-
- Create another batch account using existing storage account.
23-
- List the batch account.
24-
- Delete the batch account.
25-
- Delete the application packages.
26-
- Delete applications.
12+
# Manage Azure Batch Account (Java)
13+
14+
15+
Azure Batch sample for managing batch accounts.
16+
17+
- Get subscription batch account quota for a particular location.
18+
- List all the batch accounts, look if quota allows you to create a new batch account at specified location by counting batch accounts in that particular location.
19+
- Create a batch account with new application and application package, along with new storage account.
20+
- Get the keys for batch account.
21+
- Regenerate keys for batch account
22+
- Regenerate the keys of storage accounts, sync with batch account.
23+
- Update application's display name.
24+
- Create another batch account using existing storage account.
25+
- List the batch account.
26+
- Delete the batch account.
27+
- Delete the application packages.
28+
- Delete applications.
2729

2830

29-
## Running this Sample ##
31+
## Running this sample
3032

3133
To run this sample:
3234

3335
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-java/blob/master/AUTH.md).
3436

35-
git clone https://github.com/Azure-Samples/batch-java-manage-batch-accounts.git
37+
```bash
38+
git clone https://github.com/Azure-Samples/batch-java-manage-batch-accounts.git
39+
cd batch-java-manage-batch-accounts
40+
mvn clean compile exec:java
41+
```
3642

37-
cd batch-java-manage-batch-accounts
38-
39-
mvn clean compile exec:java
40-
41-
## More information ##
43+
## More information
4244

4345
[http://azure.com/java](http://azure.com/java)
4446

45-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
46-
47-
---
47+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
4848

4949
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

0 commit comments

Comments
 (0)