QuestionQ253

Integrate an Azure Cosmos DB solution

You have an Azure subscription that contains an Azure Cosmos DB for NoSQL container named Container1 and an Azure Data Factory pipeline named Pipeline1.

You need to use a Copy activity in Pipeline1 to ingest data into Container1.

Which two operations can the Copy activity carry out? Each correct answer provides a complete solution.

NOTE: Each correct answer is worth one point.

Choose two
  • A insert
  • B upsert
  • C update
  • D delete
  • E truncate
Explanation

For an Azure Cosmos DB for NoSQL sink, Azure Data Factory Copy activity supports insert and upsert write behaviors. An upsert replaces a document with the same ID when it exists; otherwise, it inserts a new document. The connector does not expose update, delete, or truncate as Copy activity write behaviors.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!