You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2024. It is now read-only.
# Getting Started with Cosmosdb - Create Cosmos DB With Eventual Consistency - in Java #
11
+
# Create Cosmos DB With Eventual Consistency (Java)
12
12
13
13
14
14
Azure CosmosDB sample for high availability.
@@ -24,18 +24,16 @@ To run this sample:
24
24
25
25
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).
cd cosmosdb-java-create-documentdb-and-configure-for-eventual-consistency
30
+
mvn clean compile exec:java
31
+
```
28
32
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
34
34
35
35
[http://azure.com/java](http://azure.com/java)
36
36
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).
40
38
41
39
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