Skip to content

Commit d4a998a

Browse files
authored
Update README.md
1 parent cd62a4b commit d4a998a

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

README.md

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,37 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Storage - Manage Storage Account - in Java"
7+
description: "Azure Storage sample for managing storage accounts."
88
urlFragment: storage-java-manage-storage-accounts
99
---
1010

11-
# Getting Started with Storage - Manage Storage Account - in Java #
11+
# Manage Storage Account (Java)
1212

13+
Azure Storage sample for managing storage accounts.
1314

14-
Azure Storage sample for managing storage accounts -
15-
- Create a storage account
16-
- Get | regenerate storage account access keys
17-
- Create another storage account
18-
- Create another storage account of V2 kind
19-
- List storage accounts
20-
- Delete a storage account.
21-
15+
- Create a storage account
16+
- Get | regenerate storage account access keys
17+
- Create another storage account
18+
- Create another storage account of V2 kind
19+
- List storage accounts
20+
- Delete a storage account.
2221

23-
## Running this Sample ##
22+
## Running this sample
2423

2524
To run this sample:
2625

2726
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).
2827

29-
git clone https://github.com/Azure-Samples/storage-java-manage-storage-accounts.git
28+
```bash
29+
git clone https://github.com/Azure-Samples/storage-java-manage-storage-accounts.git
30+
cd storage-java-manage-storage-accounts
31+
mvn clean compile exec:java
32+
```
3033

31-
cd storage-java-manage-storage-accounts
32-
33-
mvn clean compile exec:java
34-
35-
## More information ##
34+
## More information
3635

3736
[http://azure.com/java](http://azure.com/java)
3837

39-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
40-
41-
---
38+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
4239

4340
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)