Update wiki Home page for azure-storage-blob-changefeed-source

gitea_admin 2026-03-11 14:34:58 +00:00
parent b19513b94f
commit 6ac1b7676e

37
Home.md

@ -1,21 +1,30 @@
# Deploy the Project on CamelX Platform # Azure Storage Blob Changefeed Source
Deploy on CamelX Platform in three steps Consume events from an Azure Storage Blob change feed.
## 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 Storage Blob Changefeed |
| 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 | `period` | integer | ✓ | `10000` | The interval (in milliseconds) between fetches to the Azure Storage change feed. |
- **Resources:** Set CPU and Memory | `accountName` | string | ✓ | | The Azure Storage Blob account name. |
| `accessKey` | string | ✓ | | The Azure Storage Blob access Key. |
## Step 3: Expose ## Dependencies
Enable **"Expose"**
Choose an **API Gateway** (Internal, Public, etc.) - `camel:azure-storage-blob`
- `camel:kamelet`
- `camel:core`
- `camel:jackson`
- `camel:jsonpath`
- `camel:timer`