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

gitea_admin 2026-03-11 14:35:03 +00:00
parent 30bc21ccf8
commit d6cea97248

41
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`