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

Commit 9029e09

Browse files
authored
Update README.md
1 parent 4db7a1d commit 9029e09

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Getting Started with Cosmosdb - Manage HA Cosmos DB - in Java"
88
urlFragment: cosmosdb-java-create-documentdb-and-configure-for-high-availability
99
---
1010

11-
# Getting Started with Cosmosdb - Manage HA Cosmos DB - in Java #
11+
# Getting Started with Cosmosdb - Manage HA Cosmos DB - in Java
1212

1313

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

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

28-
git clone https://github.com/Azure-Samples/cosmosdb-java-create-documentdb-and-configure-for-high-availability.git
29-
30-
cd cosmosdb-java-create-documentdb-and-configure-for-high-availability
31-
32-
mvn clean compile exec:java
28+
```bash
29+
git clone https://github.com/Azure-Samples/cosmosdb-java-create-documentdb-and-configure-for-high-availability.git
30+
cd cosmosdb-java-create-documentdb-and-configure-for-high-availability
31+
mvn clean compile exec:java
32+
```
3333

3434
## More information ##
3535

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

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)
39-
40-
---
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).
4139

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