Update wiki Home page for azure-cosmosdb-sink

gitea_admin 2026-03-11 14:34:49 +00:00
parent 95553b23c3
commit 3b2de450a2

38
Home.md

@ -1,21 +1,31 @@
# Deploy the Project on CamelX Platform # Azure CosmosDB Sink
Deploy on CamelX Platform in three steps Send Data to an Azure CosmosDB instance
## Step 1: Create a release ## Metadata
From the project space, click on **"Create a release"**
The new version is automatically available in the list | Property | Value |
|----------|-------|
| Type | sink |
| Group | Azure CosmosDB |
| Namespace | Azure |
| Support Level | Stable |
| Provider | Apache Software Foundation |
## Step 2: Deploy ## Properties
Click on **"Deploy"**
- **Version:** Select the desired release | Name | Type | Required | Default | Description |
- **Environment:** Choose `Development`, `Staging`, or `Production` |------|------|----------|---------|-------------|
- **Configuration:** Select the configuration source | `databaseName` | string | ✓ | | The Azure Cosmos database name. |
- **Resources:** Set CPU and Memory | `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. |
## Step 3: Expose ## Dependencies
Enable **"Expose"**
Choose an **API Gateway** (Internal, Public, etc.) - `camel:azure-cosmosdb`
- `camel:kamelet`
- `camel:jackson`
- `camel:core`