Skip to content

Commit

Permalink
Cosmos DB: Removed SQL include file
Browse files Browse the repository at this point in the history
  • Loading branch information
mimig1 committed Mar 23, 2018
1 parent 883bf0c commit 0bceecc
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions articles/cosmos-db/sql-api-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ ms.author: anhoh
>
>
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

Welcome to the Azure Cosmos DB SQL API getting started tutorial! After following this tutorial, you'll have a console application that creates and queries Azure Cosmos DB resources.

This tutorial covers:
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/sql-api-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ ms.author: mimig
---
# Azure Cosmos DB: SQL API documentation

[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

This article provides links to all Azure Cosmos DB content specific to the SQL API.

These articles do not apply to the Graph API, Table API, or MongoDB API.
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/sql-api-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ ms.author: rafats
---
# Introduction to Azure Cosmos DB: SQL API

[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

[Azure Cosmos DB](introduction.md) is Microsoft's globally distributed, multi-model database service for mission-critical applications. Azure Cosmos DB provides [turn-key global distribution](distribute-data-globally.md), [elastic scaling of throughput and storage](partition-data.md) worldwide, single-digit millisecond latencies at the 99th percentile, [five well-defined consistency levels](consistency-levels.md), and guaranteed high availability, all backed by [industry-leading SLAs](https://azure.microsoft.com/support/legal/sla/cosmos-db/). Azure Cosmos DB [automatically indexes data](http://www.vldb.org/pvldb/vol8/p1668-shukla.pdf) without requiring you to deal with schema and index management. It is multi-model and supports document, key-value, graph, and columnar data models.

![Azure SQL API](./media/sql-api-introduction/cosmosdb-sql-api.png)
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/sql-api-java-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ ms.author: denlee
>
>
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

This Java web application tutorial shows you how to use the [Microsoft Azure Cosmos DB](https://azure.microsoft.com/services/cosmos-db/) service to store and access data from a Java application hosted on Azure App Service Web Apps. In this topic, you will learn:

* How to build a basic JavaServer Pages (JSP) application in Eclipse.
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/sql-api-java-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ ms.author: arramac
>
>
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

Welcome to the NoSQL tutorial for the SQL API for Azure Cosmos DB Java SDK! After following this tutorial, you'll have a console application that creates and queries Azure Cosmos DB resources.

We cover:
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/sql-api-java-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ ms.author: mimig
>
>
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

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:

* Links to the tasks in each of the example Java project files.
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/sql-api-nodejs-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ ms.author: mimig
>
>
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

This Node.js tutorial shows you how to use Azure Cosmos DB and the SQL API to store and access data from a Node.js Express application hosted on Azure Websites. You build a simple web-based task-management application, a ToDo app, that allows creating, retrieving, and completing tasks. The tasks are stored as JSON documents in Azure Cosmos DB. This tutorial walks you through the creation and deployment of the app and explains what's happening in each snippet.

![Screen shot of the My Todo List application created in this Node.js tutorial](./media/sql-api-nodejs-application/cosmos-db-node-js-mytodo.png)
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/sql-api-nodejs-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ ms.author: anhoh
>
>
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

Welcome to the Node.js tutorial for the Azure Cosmos DB Node.js SDK! After following this tutorial, you'll have a console application that creates and queries Azure Cosmos DB resources.

We'll cover:
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/sql-api-nodejs-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ ms.author: moderakh
>
>
[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

Sample solutions that perform CRUD operations and other common operations on Azure Cosmos DB resources are included in the [azure-documentdb-nodejs](https://github.com/Azure/azure-documentdb-node/tree/master/samples) GitHub repository. This article provides:

* Links to the tasks in each of the Node.js example project files.
Expand Down
2 changes: 0 additions & 2 deletions articles/cosmos-db/sql-api-partition-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ ms.custom: H1Hack27Feb2017
---
# Partitioning in Azure Cosmos DB using the SQL API

[!INCLUDE [cosmos-db-sql-api](../../includes/cosmos-db-sql-api.md)]

[Microsoft Azure Cosmos DB](../cosmos-db/introduction.md) is a global distributed, multi-model database service designed to help you achieve fast, predictable performance and scale seamlessly along with your application as it grows.

This article provides an overview of how to work with partitioning of Cosmos DB containers with the SQL API. See [partitioning and horizontal scaling](../cosmos-db/partition-data.md) for an overview of concepts and best practices for partitioning with any Azure Cosmos DB API.
Expand Down

0 comments on commit 0bceecc

Please sign in to comment.