Skip to content

Commit e3c6404

Browse files
committed
TOC update
1 parent e30d9ed commit e3c6404

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/cosmos-db/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
href: sql-api-java-get-started.md
4040
- name: Async Java
4141
href: sql-api-async-java-get-started.md
42-
- name: Async Java sample with change feed
43-
href: create-sql-api-java-changefeed.md
4442
- name: Node.js
4543
href: sql-api-nodejs-get-started.md
4644
- name: Build a web app
@@ -1020,6 +1018,8 @@
10201018
href: how-to-use-change-feed-estimator.md
10211019
- name: Migrate from change feed processor library
10221020
href: how-to-migrate-from-change-feed-library.md
1021+
- name: Create a Java SQL application with Change Feed
1022+
href: create-sql-api-java-changefeed.md
10231023
- name: Built-in analytics with Apache Spark
10241024
items:
10251025
- name: Azure Databricks Spark connector

articles/cosmos-db/create-sql-api-java-changefeed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 05/08/2020
1010
ms.author: anfeldma
1111
---
1212

13-
# How to create an Azure Cosmos DB Java SDK v4 application with Change Feed
13+
# How to create a Java application that uses Azure Cosmos DB SQL API and Change Feed
1414

1515
This how-to guide walks you through a simple Java application which uses the Azure Cosmos DB SQL API to insert documents into an Azure Cosmos DB container, while maintaining a materialized view of the container using Change Feed. The Java application communicates with the Azure Cosmos DB SQL API using Azure Cosmos DB Java SDK v4.
1616

0 commit comments

Comments
 (0)