|
1 | 1 | --- |
2 | 2 | title: Azure CosmosDB Client Library for Java |
| 3 | +description: Learn how to use Azure CosmosDB client library, a multi-model database service for operational and analytics workloads. |
3 | 4 | keywords: Azure, java, SDK, API, azure-cosmos, cosmosdb |
4 | 5 | author: moderakh |
5 | 6 | ms.author: kuthapar |
@@ -68,7 +69,7 @@ Refer to [javadocs][api_documentation] for more details on the package |
68 | 69 | ### Prerequisites |
69 | 70 |
|
70 | 71 | - [Java Development Kit (JDK) with version 8 or above][jdk] |
71 | | -- An active Azure account. If you don't have one, you can sign up for a [free account][azure_subscription]. Alternatively, you can use the [Azure Cosmos DB Emulator](https://azure.microsoft.com/documentation/articles/documentdb-nosql-local-emulator) for development and testing. As emulator https certificate is self signed, you need to import its certificate to java trusted cert store as [explained here](https://docs.microsoft.com/azure/cosmos-db/local-emulator-export-ssl-certificates) |
| 72 | +- An active Azure account. If you don't have one, you can sign up for a [free account][azure_subscription]. Alternatively, you can use the [Azure Cosmos DB Emulator](https://azure.microsoft.com/documentation/articles/documentdb-nosql-local-emulator) for development and testing. As emulator https certificate is self signed, you need to import its certificate to java trusted cert store as [explained here](/azure/cosmos-db/local-emulator-export-ssl-certificates) |
72 | 73 | - (Optional) SLF4J is a logging facade. |
73 | 74 | - (Optional) [SLF4J binding](https://www.slf4j.org/manual.html) is used to associate a specific logging framework with SLF4J. |
74 | 75 | - (Optional) [Maven][maven] |
@@ -313,7 +314,7 @@ or contact [opencode@microsoft.com][coc_contact] with any additional questions o |
313 | 314 | [azure_subscription]: https://azure.microsoft.com/free/ |
314 | 315 | [samples]: https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples |
315 | 316 | [samples_readme]: https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/master/README.md |
316 | | -[troubleshooting]: https://docs.microsoft.com/azure/cosmos-db/troubleshoot-java-sdk-v4-sql |
| 317 | +[troubleshooting]: /azure/cosmos-db/troubleshoot-java-sdk-v4-sql |
317 | 318 | [perf_guide]: /azure/cosmos-db/performance-tips-java-sdk-v4-sql?tabs=api-async |
318 | 319 | [sql_api_query]: /azure/cosmos-db/sql-api-sql-query |
319 | 320 | [getting_started]: https://github.com/Azure-Samples/azure-cosmos-java-getting-started |
|
0 commit comments