From d6cea97248516caa40e2ddf26b376fc23ba163fd Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:35:03 +0000 Subject: [PATCH] Update wiki Home page for azure-storage-blob-source --- Home.md | 41 +++++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index 93a012c..065b0b7 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,34 @@ -# Deploy the Project on CamelX Platform +# Azure Storage Blob Source -Deploy on CamelX Platform in three steps +Consume files from Azure Storage Blob. -## Step 1: Create a release -From the project space, click on **"Create a release"** +Two headers will be duplicated with different names for clarity at sink level, CamelAzureStorageBlobETag will be duplicated into azure.storage.blob.e.tag and CamelAzureStorageBlobBlobSize will be duplicated in azure.storage.blob.blob.size -The new version is automatically available in the list +## Metadata -## Step 2: Deploy -Click on **"Deploy"** +| Property | Value | +|----------|-------| +| Type | source | +| Group | Azure Storage Blob | +| Namespace | Azure | +| Support Level | Stable | +| Provider | Apache Software Foundation | -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +## Properties -## Step 3: Expose -Enable **"Expose"** +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `accountName` | string | ✓ | | The Azure Storage Blob account name. | +| `containerName` | string | ✓ | | The Azure Storage Blob container name. | +| `accessKey` | string | | | The Azure Storage Blob access key. | +| `delay` | integer | | `500` | The number of milliseconds before the next poll of the selected blob. | +| `deleteAfterRead` | boolean | | `false` | Specifies to delete blobs after consuming them | +| `credentialType` | string | | `SHARED_ACCOUNT_KEY` | Determines the credential strategy to adopt. | -Choose an **API Gateway** (Internal, Public, etc.) +## Dependencies + +- `camel:azure-storage-blob` +- `camel:kamelet` +- `camel:core` +- `camel:jsonpath` +- `camel:timer`