You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+26-26Lines changed: 26 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -4,46 +4,46 @@ languages:
4
4
- java
5
5
products:
6
6
- azure
7
+
- azure-batch
7
8
description: "Azure Batch sample for managing batch accounts. Get subscription batch account quota for a particular location."
8
9
urlFragment: batch-java-manage-batch-accounts
9
10
---
10
11
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.
27
29
28
30
29
-
## Running this Sample ##
31
+
## Running this sample
30
32
31
33
To run this sample:
32
34
33
35
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).
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).
48
48
49
49
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