Skip to content

Commit

Permalink
Merge pull request #3 from anudeepsharma/UpdatedSample
Browse files Browse the repository at this point in the history
Updated sample
  • Loading branch information
Martin Sawicki authored Oct 7, 2016
2 parents d7b0ddc + 26a9621 commit 0cf6310
Show file tree
Hide file tree
Showing 4 changed files with 332 additions and 34 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
---
services: storage
services: Storage
platforms: java
author: selvasingh
---

#Getting Started with Storage - Manage Storage Accounts - in Java #
#Getting Started with Storage - Manage Storage Account - in Java #

Storage Manage Storage Accounts Sample (for 1.0.0-beta2) - demonstrates how to perform common management tasks using the Microsoft Azure Storage service.


- Create a storage account
- Get or regenerate storage account access keys
- Create another storage account
- List storage accounts
- Delete a storage account.
Azure Storage sample for managing storage accounts -
- Create a storage account
- Get | regenerate storage account access keys
- Create another storage account
- List storage accounts
- Delete a storage account.


## Running this Sample ##
Expand All @@ -30,9 +29,7 @@ Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an aut

## More information ##

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

[Azure Storage](https://azure.microsoft.com/en-us/services/storage/)
[http://azure.com/java] (http://azure.com/java)

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

Expand Down
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>storage-java-manage-storage-accounts</artifactId>
<version>1.0.0-beta2</version>
<version>0.0.1-SNAPSHOT</version>
<name>ManageStorageAccount</name>
<description></description>
<url>https://github.com/Azure/storage-java-manage-storage-accounts</url>
<dependencies>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure</artifactId>
<version>1.0.0-beta2</version>
<version>1.0.0-beta3</version>
</dependency>
</dependencies>
<build>
Expand All @@ -27,16 +27,15 @@
<version>1.4.0</version>
<configuration>
<mainClass>com.microsoft.azure.management.storage.samples.ManageStorageAccount</mainClass>
<cleanupDaemonThreads>false</cleanupDaemonThreads>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -64,4 +63,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Loading

0 comments on commit 0cf6310

Please sign in to comment.