2 Home
gitea_admin edited this page 2026-03-11 14:34:49 +00:00

Azure CosmosDB Sink

Send Data to an Azure CosmosDB instance

Metadata

Property Value
Type sink
Group Azure CosmosDB
Namespace Azure
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
databaseName string The Azure Cosmos database name.
containerName string The Azure Cosmos container name.
accountKey string The Azure Cosmos account Key.
databaseEndpoint string Sets the Azure Cosmos database endpoint the component will connect to.
itemPartitionKey string Represents a partition key value in the Azure Cosmos DB database service. A partition key identifies the partition where the item is stored in.
credentialType string SHARED_ACCOUNT_KEY Determines the credential strategy to adopt.

Dependencies

  • camel:azure-cosmosdb
  • camel:kamelet
  • camel:jackson
  • camel:core