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
Copy file name to clipboardExpand all lines: README.md
+17-20Lines changed: 17 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,40 +4,37 @@ languages:
4
4
- java
5
5
products:
6
6
- azure
7
-
description: "Getting Started with Storage - Manage Storage Account - in Java"
7
+
description: "Azure Storage sample for managing storage accounts."
8
8
urlFragment: storage-java-manage-storage-accounts
9
9
---
10
10
11
-
# Getting Started with Storage - Manage Storage Account - in Java #
11
+
# Manage Storage Account (Java)
12
12
13
+
Azure Storage sample for managing storage accounts.
13
14
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.
22
21
23
-
## Running this Sample ##
22
+
## Running this sample
24
23
25
24
To run this sample:
26
25
27
26
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)
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).
42
39
43
40
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