generated from camel.apache.org/kamelet
Update wiki Home page for azure-storage-blob-source
parent
30bc21ccf8
commit
d6cea97248
41
Home.md
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
|
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
|
||||||
From the project space, click on **"Create a release"**
|
|
||||||
|
|
||||||
The new version is automatically available in the list
|
## Metadata
|
||||||
|
|
||||||
## Step 2: Deploy
|
| Property | Value |
|
||||||
Click on **"Deploy"**
|
|----------|-------|
|
||||||
|
| Type | source |
|
||||||
|
| Group | Azure Storage Blob |
|
||||||
|
| Namespace | Azure |
|
||||||
|
| Support Level | Stable |
|
||||||
|
| Provider | Apache Software Foundation |
|
||||||
|
|
||||||
- **Version:** Select the desired release
|
## Properties
|
||||||
- **Environment:** Choose `Development`, `Staging`, or `Production`
|
|
||||||
- **Configuration:** Select the configuration source
|
|
||||||
- **Resources:** Set CPU and Memory
|
|
||||||
|
|
||||||
## Step 3: Expose
|
| Name | Type | Required | Default | Description |
|
||||||
Enable **"Expose"**
|
|------|------|----------|---------|-------------|
|
||||||
|
| `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`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user