Skip to content

Commit 0c22848

Browse files
Merge pull request #220412 from seesharprun/cosmos-overview-diagrams
Cosmos DB | Add reference diagrams back to intro and choose articles
2 parents 25897f7 + f6af65b commit 0c22848

File tree

6 files changed

+9255
-0
lines changed

6 files changed

+9255
-0
lines changed

articles/cosmos-db/choose-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ You can build new applications with these APIs or migrate your existing data. To
4545

4646
Based on your workload, you must choose the API that fits your requirement. The following image shows a flow chart on how to choose the right API when building new apps or migrating existing apps to Azure Cosmos DB:
4747

48+
:::image type="complex" source="media/choose-api/decision-tree.svg" alt-text="Diagram of the decision tree to choose an API in Azure Cosmos DB.":::
49+
Diagram of the decision tree to choose an API in Azure Cosmos DB. Half of the diagram illustrates how many existing open-source database workloads can use the corresponding APIs for Azure Cosmos DB. The other half of the diagram illustrates how new applications can either use the API for NoSQL, or use your existing skills with APIs for open-source databases.
50+
:::image-end:::
51+
4852
## <a id="coresql-api"></a> API for NoSQL
4953

5054
The Azure Cosmos DB API for NoSQL stores data in document format. It offers the best end-to-end experience as we have full control over the interface, service, and the SDK client libraries. Any new feature that is rolled out to Azure Cosmos DB is first available on API for NoSQL accounts. NoSQL accounts provide support for querying items using the Structured Query Language (SQL) syntax, one of the most familiar and popular query languages to query JSON objects. To learn more, see the [Azure Cosmos DB API for NoSQL](/training/modules/intro-to-azure-cosmos-db-core-api/) training module and [getting started with SQL queries](nosql/query/getting-started.md) article.

articles/cosmos-db/introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ You can [Try Azure Cosmos DB for Free](https://azure.microsoft.com/try/cosmosdb/
3636
> [!TIP]
3737
> To learn more about Azure Cosmos DB, join us every Thursday at 1PM Pacific on Azure Cosmos DB Live TV. See the [Upcoming session schedule and past episodes](https://gotcosmos.com/tv).
3838
39+
:::image type="content" source="media/introduction/overview.svg" alt-text="Illustration of Azure Cosmos DB with multiple APIs distributed across various geographies." border="false":::
40+
3941
## Key Benefits
4042

4143
### Guaranteed speed at any scale
Binary file not shown.

0 commit comments

Comments
 (0)