Skip to content

Commit a0b656e

Browse files
Merge pull request #209934 from seesharprun/sep1-cosmos-update-learn-to-training-module
Cosmos DB | Replace "learn" with "training" module
2 parents f07855e + 77f8005 commit a0b656e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

articles/cosmos-db/account-databases-containers-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Azure Cosmos items support the following operations. You can use any of the Azur
125125

126126
Learn how to manage your Azure Cosmos account and other concepts:
127127

128-
* To learn more, see the [Azure Cosmos DB SQL API](/learn/modules/intro-to-azure-cosmos-db-core-api/) learn module.
128+
* To learn more, see the [Azure Cosmos DB SQL API](/learn/modules/intro-to-azure-cosmos-db-core-api/) training module.
129129
* [How-to manage your Azure Cosmos DB account](how-to-manage-database-account.md)
130130
* [Global distribution](distribute-data-globally.md)
131131
* [Consistency levels](consistency-levels.md)

articles/cosmos-db/analytical-store-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ To learn more, see the following docs:
536536

537537
* [Azure Synapse Link for Azure Cosmos DB](synapse-link.md)
538538

539-
* Check out the learn module on how to [Design hybrid transactional and analytical processing using Azure Synapse Analytics](/learn/modules/design-hybrid-transactional-analytical-processing-using-azure-synapse-analytics/)
539+
* Check out the training module on how to [Design hybrid transactional and analytical processing using Azure Synapse Analytics](/learn/modules/design-hybrid-transactional-analytical-processing-using-azure-synapse-analytics/)
540540

541541
* [Get started with Azure Synapse Link for Azure Cosmos DB](configure-synapse-link.md)
542542

articles/cosmos-db/choose-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Based on your workload, you must choose the API that fits your requirement. The
4545

4646
## Core(SQL) API
4747

48-
This API 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 SQL API accounts. Azure Cosmos DB SQL API 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 SQL API](/learn/modules/intro-to-azure-cosmos-db-core-api/) learn module and [getting started with SQL queries](sql-query-getting-started.md) article.
48+
This API 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 SQL API accounts. Azure Cosmos DB SQL API 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 SQL API](/learn/modules/intro-to-azure-cosmos-db-core-api/) training module and [getting started with SQL queries](sql-query-getting-started.md) article.
4949

5050
If you are migrating from other databases such as Oracle, DynamoDB, HBase etc. and if you want to use the modernized technologies to build your apps, SQL API is the recommended option. SQL API supports analytics and offers performance isolation between operational and analytical workloads.
5151

articles/cosmos-db/configure-synapse-link.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Azure Synapse Link is available for Azure Cosmos DB SQL API or for Azure Cosmos
2626
* [Query the analytical store using Azure Synapse serverless SQL pool](#query-analytical-store-sql-on-demand)
2727
* [Use Azure Synapse serverless SQL pool to analyze and visualize data in Power BI](#analyze-with-powerbi)
2828

29-
You can also checkout the learn module on how to [configure Azure Synapse Link for Azure Cosmos DB.](/learn/modules/configure-azure-synapse-link-with-azure-cosmos-db/)
29+
You can also checkout the training module on how to [configure Azure Synapse Link for Azure Cosmos DB.](/learn/modules/configure-azure-synapse-link-with-azure-cosmos-db/)
3030

3131
## <a id="enable-synapse-link"></a>Enable Azure Synapse Link for Azure Cosmos DB accounts
3232

@@ -348,7 +348,7 @@ You can find samples to get started with Azure Synapse Link on [GitHub](https://
348348

349349
To learn more, see the following docs:
350350

351-
* Checkout the learn module on how to [configure Azure Synapse Link for Azure Cosmos DB.](/learn/modules/configure-azure-synapse-link-with-azure-cosmos-db/)
351+
* Checkout the training module on how to [configure Azure Synapse Link for Azure Cosmos DB.](/learn/modules/configure-azure-synapse-link-with-azure-cosmos-db/)
352352

353353
* [Azure Cosmos DB analytical store overview.](analytical-store-introduction.md)
354354

articles/cosmos-db/partitioning-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Some things to consider when selecting the *item ID* as the partition key includ
143143
* Learn about [global distribution in Azure Cosmos DB](distribute-data-globally.md).
144144
* Learn how to [provision throughput on an Azure Cosmos container](how-to-provision-container-throughput.md).
145145
* Learn how to [provision throughput on an Azure Cosmos database](how-to-provision-database-throughput.md).
146-
* See the learn module on how to [Model and partition your data in Azure Cosmos DB.](/learn/modules/model-partition-data-azure-cosmos-db/)
146+
* See the training module on how to [Model and partition your data in Azure Cosmos DB.](/learn/modules/model-partition-data-azure-cosmos-db/)
147147
* Trying to do capacity planning for a migration to Azure Cosmos DB? You can use information about your existing database cluster for capacity planning.
148148
* If all you know is the number of vCores and servers in your existing database cluster, read about [estimating request units using vCores or vCPUs](convert-vcore-to-request-unit.md)
149149
* If you know typical request rates for your current database workload, read about [estimating request units using Azure Cosmos DB capacity planner](estimate-ru-with-capacity-planner.md)

articles/cosmos-db/sql/modeling-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ Just as there's no single way to represent a piece of data on a screen, there's
547547
* To learn how to model and partition data on Azure Cosmos DB using a real-world example, refer to [
548548
Data Modeling and Partitioning - a Real-World Example](how-to-model-partition-example.md).
549549

550-
* See the learn module on how to [Model and partition your data in Azure Cosmos DB.](/learn/modules/model-partition-data-azure-cosmos-db/)
550+
* See the training module on how to [Model and partition your data in Azure Cosmos DB.](/learn/modules/model-partition-data-azure-cosmos-db/)
551551

552552
* Configure and use [Azure Synapse Link for Azure Cosmos DB](../configure-synapse-link.md).
553553

articles/cosmos-db/synapse-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ To learn more, see the following docs:
149149

150150
* [Azure Cosmos DB analytical store overview](analytical-store-introduction.md)
151151

152-
* Check out the learn module on how to [Design hybrid transactional and analytical processing using Azure Synapse Analytics](/learn/modules/design-hybrid-transactional-analytical-processing-using-azure-synapse-analytics/)
152+
* Check out the training module on how to [Design hybrid transactional and analytical processing using Azure Synapse Analytics](/learn/modules/design-hybrid-transactional-analytical-processing-using-azure-synapse-analytics/)
153153

154154
* [Get started with Azure Synapse Link for Azure Cosmos DB](configure-synapse-link.md)
155155

0 commit comments

Comments
 (0)