Skip to content

Commit e7369da

Browse files
committed
SOW
1 parent b91c649 commit e7369da

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

articles/cosmos-db/sql-api-java-sdk-sql-samples.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,28 @@ ms.author: anfeldma
2222
>
2323
>
2424
25-
The latest sample applications that perform CRUD operations and other common operations on Azure Cosmos DB resources are included in the [azure-documentdb-java](https://github.com/Azure/azure-documentdb-java) GitHub repository. This article provides:
25+
> [!IMPORTANT]
26+
> To learn more about Java SDK v4, please see the Azure Cosmos DB Java SDK v4 Release notes, [Maven repository](https://mvnrepository.com/artifact/com.azure/azure-cosmos), Azure Cosmos DB Java SDK v4 [performance tips](performance-tips-java-sdk-v4-sql.md), and Azure Cosmos DB Java SDK v4 [troubleshooting guide](troubleshoot-java-sdk-v4-sql.md) for more information. If you are currently using an older version than v4, see the [Migrate to Azure Cosmos DB Java SDK v4](migrate-java-v4-sdk.md) guide for help upgrading to v4.
27+
>
28+
29+
> [!IMPORTANT]
30+
>[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
31+
>
32+
>- You can [activate Visual Studio subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio): Your Visual Studio subscription gives you credits every month that you can use for paid Azure services.
33+
>
34+
>[!INCLUDE [cosmos-db-emulator-docdb-api](../../includes/cosmos-db-emulator-docdb-api.md)]
35+
>
36+
37+
The latest sample applications that perform CRUD operations and other common operations on Azure Cosmos DB resources are included in the [azure-cosmos-java-sql-api-samples](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples) GitHub repository. This article provides:
2638
2739
* Links to the tasks in each of the example Java project files.
2840
* Links to the related API reference content.
2941
3042
**Prerequisites**
3143
32-
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
33-
34-
- You can [activate Visual Studio subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio): Your Visual Studio subscription gives you credits every month that you can use for paid Azure services.
35-
36-
[!INCLUDE [cosmos-db-emulator-docdb-api](../../includes/cosmos-db-emulator-docdb-api.md)]
37-
3844
You need the following to run this sample application:
3945
40-
* Java Development Kit 7
46+
* Java Development Kit 8
4147
* Microsoft Azure DocumentDB Java SDK
4248
4349
You can optionally use Maven to get the latest Microsoft Azure DocumentDB Java SDK binaries for use in your project. Maven automatically adds any necessary dependencies. Otherwise, you can directly download the dependencies listed in the pom.xml file and add them to your build path.

0 commit comments

Comments
 (0)