Skip to content

Commit 5e859ba

Browse files
committed
missing descriptions
1 parent 3c67190 commit 5e859ba

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs-ref-services/preview/cosmos-readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
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.
34
keywords: Azure, java, SDK, API, azure-cosmos, cosmosdb
45
author: moderakh
56
ms.author: kuthapar
@@ -68,7 +69,7 @@ Refer to [javadocs][api_documentation] for more details on the package
6869
### Prerequisites
6970

7071
- [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)
7273
- (Optional) SLF4J is a logging facade.
7374
- (Optional) [SLF4J binding](https://www.slf4j.org/manual.html) is used to associate a specific logging framework with SLF4J.
7475
- (Optional) [Maven][maven]
@@ -313,7 +314,7 @@ or contact [[email protected]][coc_contact] with any additional questions o
313314
[azure_subscription]: https://azure.microsoft.com/free/
314315
[samples]: https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples
315316
[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
317318
[perf_guide]: /azure/cosmos-db/performance-tips-java-sdk-v4-sql?tabs=api-async
318319
[sql_api_query]: /azure/cosmos-db/sql-api-sql-query
319320
[getting_started]: https://github.com/Azure-Samples/azure-cosmos-java-getting-started

docs-ref-services/preview/data-appconfiguration-readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Azure App Configuration client library for Java
3+
description: Learn how to centralize your application configurations simply and securely using Azure App Configuration.
34
keywords: Azure, java, SDK, API, azure-data-appconfiguration, appconfiguration
45
author: ramya-rao-a
56
ms.author: shafang
@@ -432,14 +433,14 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
432433
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
433434
[coc_contact]: mailto:[email protected]
434435
[default_cred_ref]: https://azuresdkdocs.blob.core.windows.net/$web/java/azure-identity/1.0.1/com/azure/identity/DefaultAzureCredential.html
435-
[jdk_link]: /java/azure/jdk/?view=azure-java-stable
436+
[jdk_link]: /java/azure/jdk/
436437
[maven]: https://maven.apache.org/
437438
[package]: https://search.maven.org/artifact/com.azure/azure-data-appconfiguration
438439
[performance_tuning]: https://github.com/Azure/azure-sdk-for-java/wiki/Performance-Tuning
439440
[rest_api]: https://github.com/Azure/AppConfiguration#rest-api-reference
440441
[samples]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-appconfiguration_1.2.0-beta.1/sdk/appconfiguration/azure-data-appconfiguration/src/samples/java/com/azure/data/appconfiguration
441442
[samples_readme]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-appconfiguration_1.2.0-beta.1/sdk/appconfiguration/azure-data-appconfiguration/src/samples/README.md
442443
[source_code]: https://github.com/Azure/azure-sdk-for-java/blob/azure-data-appconfiguration_1.2.0-beta.1/sdk/appconfiguration/azure-data-appconfiguration/src
443-
[spring_quickstart]: https://docs.microsoft.com/azure/azure-app-configuration/quickstart-java-spring-app
444+
[spring_quickstart]: /azure/azure-app-configuration/quickstart-java-spring-app
444445
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fappconfiguration%2Fazure-data-appconfiguration%2FREADME.png)
445446

0 commit comments

Comments
 (0)