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

Commit 7bc01d6

Browse files
authored
Update README.md
1 parent b9a648e commit 7bc01d6

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Cosmosdb - Create Cosmos DB With Eventual Consistency - in Java"
7+
description: "Azure CosmosDB sample for high availability."
88
urlFragment: cosmosdb-java-create-documentdb-and-configure-for-eventual-consistency
99
---
1010

11-
# Getting Started with Cosmosdb - Create Cosmos DB With Eventual Consistency - in Java #
11+
# Create Cosmos DB With Eventual Consistency (Java)
1212

1313

1414
Azure CosmosDB sample for high availability.
@@ -24,18 +24,16 @@ To run this sample:
2424

2525
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).
2626

27-
git clone https://github.com/Azure-Samples/cosmosdb-java-create-documentdb-and-configure-for-eventual-consistency.git
27+
```bash
28+
git clone https://github.com/Azure-Samples/cosmosdb-java-create-documentdb-and-configure-for-eventual-consistency.git
29+
cd cosmosdb-java-create-documentdb-and-configure-for-eventual-consistency
30+
mvn clean compile exec:java
31+
```
2832

29-
cd cosmosdb-java-create-documentdb-and-configure-for-eventual-consistency
30-
31-
mvn clean compile exec:java
32-
33-
## More information ##
33+
## More information
3434

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

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

4139
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 [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 commit comments

Comments
 (0)