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

Commit 9d1c9fe

Browse files
authored
Update README.md
1 parent 8541e01 commit 9d1c9fe

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

+7-9
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 IP Range - in Java"
7+
description: "Azure CosmosDB sample for high availability."
88
urlFragment: cosmosdb-java-create-documentdb-and-configure-firewall
99
---
1010

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

1313

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

2323
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).
2424

25-
git clone https://github.com/Azure-Samples/cosmosdb-java-create-documentdb-and-configure-firewall.git
26-
27-
cd cosmosdb-java-create-documentdb-and-configure-firewall
28-
29-
mvn clean compile exec:java
25+
```bash
26+
git clone https://github.com/Azure-Samples/cosmosdb-java-create-documentdb-and-configure-firewall.git
27+
cd cosmosdb-java-create-documentdb-and-configure-firewall
28+
mvn clean compile exec:java
29+
```
3030

3131
## More information ##
3232

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

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

37-
---
38-
3937
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)