Update wiki Home page for azure-cosmosdb-source

gitea_admin 2026-03-11 14:34:50 +00:00
parent b4e066a326
commit ae55fae5c6

40
Home.md

@ -1,21 +1,33 @@
# Deploy the Project on CamelX Platform # Azure CosmosDB Source
Deploy on CamelX Platform in three steps Consume Changes from a 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 | source |
| 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. |
| `leaseDatabaseName` | string | | | Sets the lease container which acts as a state storage and coordinates processing the change feed across multiple workers. |
| `leaseContainerName` | string | | | Sets the lease database where the leaseContainerName will be stored. |
| `createLeaseDatabaseIfNotExists` | boolean | | `false` | Sets if the component should create Cosmos lease database for the consumer automatically in case it doesnt exist in Cosmos account. |
| `createLeaseContainerIfNotExists` | boolean | | `false` | Sets if the component should create Cosmos lease container for the consumer automatically in case it doesnt exist in Cosmos database. |
| `databaseEndpoint` | string | ✓ | | Sets the Azure Cosmos database endpoint the component will connect to. |
| `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`