Skip to content

Commit 1db7c45

Browse files
committed
Tweak wordings
1 parent 28e283a commit 1db7c45

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/data-factory/connector-azure-cosmos-db-mongodb-api.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,13 @@ The following properties are supported in the Copy Activity **sink** section:
209209
You can use this Azure Cosmos DB connector to easily:
210210

211211
* Copy documents between two Azure Cosmos DB collections as-is.
212-
* Import JSON documents from various sources to Azure Cosmos DB, including from Azure Blob storage, Azure Data Lake Store, and other file-based stores that Azure Data Factory supports.
212+
* Import JSON documents from various sources to Azure Cosmos DB, including from MongoDB, Azure Blob storage, Azure Data Lake Store, and other file-based stores that Azure Data Factory supports.
213213
* Export JSON documents from an Azure Cosmos DB collection to various file-based stores.
214214

215-
To achieve such schema-agnostic copy, skip the "structure" (also called *schema*) section in dataset and schema mapping in copy activity.
215+
To achieve schema-agnostic copy:
216+
217+
* When you use the Copy Data tool, select the **Export as-is to JSON files or Cosmos DB collection** option.
218+
* When you use activity authoring, choose JSON format with the corresponding file store for source or sink.
216219

217220
## Schema mapping
218221

articles/data-factory/connector-azure-cosmos-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For Copy activity, this Azure Cosmos DB (SQL API) connector supports:
3636

3737
- Copy data from and to the Azure Cosmos DB [SQL API](https://docs.microsoft.com/azure/cosmos-db/documentdb-introduction).
3838
- Write to Azure Cosmos DB as **insert** or **upsert**.
39-
- Import and export JSON documents as-is, or copy data from or to a tabular dataset. Examples include a SQL database and a CSV file. To copy documents as-is to or from JSON files or to or from another Azure Cosmos DB collection, see Import or export JSON documents.
39+
- Import and export JSON documents as-is, or copy data from or to a tabular dataset. Examples include a SQL database and a CSV file. To copy documents as-is to or from JSON files or to or from another Azure Cosmos DB collection, see [Import and export JSON documents](#import-and-export-json-documents).
4040

4141
Data Factory integrates with the [Azure Cosmos DB bulk executor library](https://github.com/Azure/azure-cosmosdb-bulkexecutor-dotnet-getting-started) to provide the best performance when you write to Azure Cosmos DB.
4242

0 commit comments

Comments
 (0)