Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 6633709

Browse files
author
jofriedm-msft
authored
Merge pull request #57 from jofriedm-msft/dev
Dev
2 parents 1bbbde1 + 5a02c89 commit 6633709

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#Microsoft Azure Storage SDK for Java
1+
# Microsoft Azure Storage SDK for Java
22

33
This project provides a client library in Java that makes it easy to consume Microsoft Azure Storage services. For documentation please see the Microsoft Azure [Java Developer Center](http://azure.microsoft.com/en-us/develop/java/) and the [JavaDocs](http://azure.github.io/azure-storage-java/).
44

55
> If you are looking for the Azure Storage Android SDK, please visit [https://github.com/Azure/azure-storage-android](https://github.com/Azure/azure-storage-android).
66
7-
#Features
7+
# Features
88
* Blob
99
* Create/Read/Update/Delete containers
1010
* Create/Read/Update/Delete blobs
@@ -19,10 +19,10 @@ This project provides a client library in Java that makes it easy to consume Mic
1919
* Batch operations
2020
* Advanced Table Operations
2121

22-
#Getting Started
22+
# Getting Started
2323

24-
##Download
25-
###Option 1: Via Maven
24+
## Download
25+
### Option 1: Via Maven
2626

2727
To get the binaries of this library as distributed by Microsoft, ready for use within your project, you can use Maven.
2828

@@ -34,19 +34,19 @@ To get the binaries of this library as distributed by Microsoft, ready for use w
3434
</dependency>
3535
```
3636

37-
###Option 2: Source Via Git
37+
### Option 2: Source Via Git
3838

3939
To get the source code of the SDK via git just type:
4040

4141
git clone git://github.com/Azure/azure-storage-java.git
4242
cd ./azure-storage-java
4343
mvn compile
4444

45-
###Option 3: Source Zip
45+
### Option 3: Source Zip
4646

4747
To download a copy of the source code, click "Download ZIP" on the right side of the page or click [here](https://github.com/Azure/azure-storage-java/archive/master.zip). Unzip and navigate to the microsoft-azure-storage folder.
4848

49-
##Minimum Requirements
49+
## Minimum Requirements
5050

5151
* Java 1.6+
5252
* [Jackson-Core](https://github.com/FasterXML/jackson-core) is used for JSON parsing.
@@ -58,13 +58,13 @@ The two dependencies, [Jackson-Core](https://github.com/FasterXML/jackson-core)
5858

5959
SLF4J is only needed if you enable logging through the OperationContext class. If you plan to use logging, please also download an [SLF4J binding](http://repo2.maven.org/maven2/org/slf4j/) which will link the SLF4J API with the logging implementation of your choice. Simple is a good default. See the [SLF4J user manual](http://www.slf4j.org/manual.html) for more information.
6060

61-
##Usage
61+
## Usage
6262

6363
To use this SDK to call Microsoft Azure storage services, you need to first [create an account](https://account.windowsazure.com/signup).
6464

6565
Samples are provided in the microsoft-azure-storage-samples folder. The unit tests in microsoft-azure-storage-test can also be helpful.
6666

67-
##Code Sample
67+
## Code Sample
6868

6969
The following is a quick example on how to upload a file to azure blob and download it back. You may also download and view the samples in the microsoft-azure-storage-samples folder. For additional information on using the client libraries to access Azure services see the How To guides for [blobs](http://azure.microsoft.com/en-us/documentation/articles/storage-java-how-to-use-blob-storage/), [queues](http://azure.microsoft.com/en-us/documentation/articles/storage-java-how-to-use-queue-storage/), [tables](http://azure.microsoft.com/en-us/documentation/articles/storage-java-how-to-use-table-storage/) and the [general documentation](http://azure.microsoft.com/en-us/develop/java/).
7070

@@ -117,17 +117,17 @@ public class BlobSample {
117117
}
118118
```
119119

120-
#Need Help?
120+
# Need Help?
121121

122122
Be sure to check out the Microsoft Azure [Developer Forums on MSDN](http://social.msdn.microsoft.com/Forums/windowsazure/en-US/home?forum=windowsazuredata) or the [Developer Forums on Stack Overflow](http://stackoverflow.com/questions/tagged/azure+windows-azure-storage) if you have trouble with the provided code.
123123

124-
#Contribute Code or Provide Feedback
124+
# Contribute Code or Provide Feedback
125125

126126
If you would like to become an active contributor to this project please follow the instructions provided in [Azure Projects Contribution Guidelines](http://azure.github.io/guidelines/).
127127

128128
If you encounter any bugs with the library please file an issue in the [Issues](https://github.com/Azure/azure-storage-java/issues) section of the project.
129129

130-
#Learn More
130+
# Learn More
131131

132132
* [Azure Developer Center](http://azure.microsoft.com/en-us/develop/java/)
133133
* [Azure Storage Service](http://azure.microsoft.com/en-us/documentation/services/storage/)

0 commit comments

Comments
 (0)