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
From the project space, click on **"Create a release"**
## Metadata
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
Click on **"Deploy"**
## Properties
- **Version:** Select the desired release
- **Environment:** Choose `Development`, `Staging`, or `Production`
- **Configuration:** Select the configuration source
- **Resources:** Set CPU and Memory
| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `period` | integer | ✓ | `10000` | The interval (in milliseconds) between fetches to the Azure Storage change feed. |
| `accountName` | string | ✓ | | The Azure Storage Blob account name. |
| `accessKey` | string | ✓ | | The Azure Storage Blob access Key. |
## Step 3: Expose
Enable **"Expose"**
## Dependencies
Choose an **API Gateway** (Internal, Public, etc.)
- `camel:azure-storage-blob`
- `camel:kamelet`
- `camel:core`
- `camel:jackson`
- `camel:jsonpath`
- `camel:timer`